Html Css Color HEX #E520ED Psychedelic Purple

📋 copy color: '#E520ED'

red 229 ◦ green 32 ◦ blue 237

#E520ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E520ED

Tints of Psychedelic Purple #E520ED

RGB

 RED value IS 229 (89.84% from 255) = 45.98%

 GREEN value IS 32 (12.89% from 255) = 6.43%

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 45.98%
G = 6.43%
B = 47.59%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E520ED (or 0xE520ED) is known color: Psychedelic Purple. HEX triplet: E5, 20 and ED. RGB value is (229,32,237). Sum of RGB (Red+Green+Blue) = 229+32+237=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 32 (12.89% from 255 or 6.43% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #E520ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E520ED is #1ADF12. Grayscale: #717171. Windows color (decimal): -1761043 or 15540453. OLE color: 15540453.

HSL color Cylindrical-coordinate representation of color #E520ED: hue angle of 297.66º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E520ED is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 32 237 -
CMYK 0.03 0.86 0 0.07
HSL 297.66º 0.85% 0.53% -
HSV(B) 297.66º 0.86% 0.93% -
XYZ 48.12 23.81 82.18 -
YUV 114.27 197.27 209.83 -
System Red Green Blue C M Y K H S L
Decimal 229 32 237 0.03 0.86 0 0.07 297.66 0.85 0.53
Hex E5 20 ED 3 56 0 7 12A 55 35
Octal 345 40 355 3 126 0 7 452 125 65
Binary 11100101 100000 11101101 11 1010110 0 111 100101010 1010101 110101

Color Harmonies of #E520ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520ED

Black with #E520ED

Text Example


Text Example

White with #E520ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520ED; }

 p { color: rgb(229,32,237); }

 H1.HeaderClassName
 {
   color: #E520ED;
 }
 .AnyTagClassName
 {
   color: #E520ED;
 }
</style>

background-color css

<style>
 a { background-color: #E520ED; }

 a { background-color: rgb(229,32,237); }

 div.DivClassName
 {
   background-color: #E520ED;
 }
 .BgClassName
 {
   background-color: #E520ED;
 }
</style>

border-color css

<style>
 span { border-color: #E520ED; }

 span { border-color: rgb(229,32,237); }

 td.TdClassName
 {
   border-color: #E520ED;
 }
 .TagClassName
 {
   border-color: #E520ED;
 }
</style>