Html Css Color HEX #E502ED Psychedelic Purple

📋 copy color: '#E502ED'

red 229 ◦ green 2 ◦ blue 237

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

Shades of Psychedelic Purple #E502ED

Tints of Psychedelic Purple #E502ED

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.43%

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

R = 48.93%
G = 0.43%
B = 50.64%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E502ED (or 0xE502ED) is known color: Psychedelic Purple. HEX triplet: E5, 02 and ED. RGB value is (229,2,237). Sum of RGB (Red+Green+Blue) = 229+2+237=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 2 (1.17% from 255 or 0.43% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #E502ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E502ED is #1AFD12. Grayscale: #5F5F5F. Windows color (decimal): -1768723 or 15532773. OLE color: 15532773.

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

Color convert

RGB 229 2 237 -
CMYK 0.03 0.99 0 0.07
HSL 297.96º 0.98% 0.47% -
HSV(B) 297.96º 0.99% 0.93% -
XYZ 47.62 22.82 82.01 -
YUV 96.66 207.21 222.39 -
System Red Green Blue C M Y K H S L
Decimal 229 2 237 0.03 0.99 0 0.07 297.96 0.98 0.47
Hex E5 2 ED 3 63 0 7 12A 62 2F
Octal 345 2 355 3 143 0 7 452 142 57
Binary 11100101 10 11101101 11 1100011 0 111 100101010 1100010 101111

Color Harmonies of #E502ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502ED

Black with #E502ED

Text Example


Text Example

White with #E502ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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