Html Css Color HEX #E00EED Psychedelic Purple

📋 copy color: '#E00EED'

red 224 ◦ green 14 ◦ blue 237

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

Shades of Psychedelic Purple #E00EED

Tints of Psychedelic Purple #E00EED

RGB

 RED value IS 224 (87.89% from 255) = 47.16%

 GREEN value IS 14 (5.86% from 255) = 2.95%

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

R = 47.16%
G = 2.95%
B = 49.89%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E00EED (or 0xE00EED) is known color: Psychedelic Purple. HEX triplet: E0, 0E and ED. RGB value is (224,14,237). Sum of RGB (Red+Green+Blue) = 224+14+237=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 14 (5.86% from 255 or 2.95% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #E00EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00EED is #1FF112. Grayscale: #656565. Windows color (decimal): -2093331 or 15535840. OLE color: 15535840.

HSL color Cylindrical-coordinate representation of color #E00EED: hue angle of 296.5º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00EED is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 14 237 -
CMYK 0.05 0.94 0 0.07
HSL 296.5º 0.89% 0.49% -
HSV(B) 296.5º 0.94% 0.93% -
XYZ 46.18 22.28 81.99 -
YUV 102.21 204.07 214.87 -
System Red Green Blue C M Y K H S L
Decimal 224 14 237 0.05 0.94 0 0.07 296.5 0.89 0.49
Hex E0 E ED 5 5E 0 7 129 59 31
Octal 340 16 355 5 136 0 7 451 131 61
Binary 11100000 1110 11101101 101 1011110 0 111 100101001 1011001 110001

Color Harmonies of #E00EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00EED

Black with #E00EED

Text Example


Text Example

White with #E00EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00EED; }

 p { color: rgb(224,14,237); }

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

background-color css

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

 a { background-color: rgb(224,14,237); }

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

border-color css

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

 span { border-color: rgb(224,14,237); }

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