Html Css Color HEX #E00DEE Psychedelic Purple

📋 copy color: '#E00DEE'

red 224 ◦ green 13 ◦ blue 238

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

Shades of Psychedelic Purple #E00DEE

Tints of Psychedelic Purple #E00DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.74%

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 47.16%
G = 2.74%
B = 50.11%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E00DEE (or 0xE00DEE) is known color: Psychedelic Purple. HEX triplet: E0, 0D and EE. RGB value is (224,13,238). Sum of RGB (Red+Green+Blue) = 224+13+238=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 13 (5.47% from 255 or 2.74% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #E00DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00DEE is #1FF211. Grayscale: #656565. Windows color (decimal): -2093586 or 15601120. OLE color: 15601120.

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

Color convert

RGB 224 13 238 -
CMYK 0.06 0.95 0 0.07
HSL 296.27º 0.9% 0.49% -
HSV(B) 296.27º 0.95% 0.93% -
XYZ 46.32 22.31 82.75 -
YUV 101.74 204.9 215.2 -
System Red Green Blue C M Y K H S L
Decimal 224 13 238 0.06 0.95 0 0.07 296.27 0.9 0.49
Hex E0 D EE 6 5F 0 7 128 5A 31
Octal 340 15 356 6 137 0 7 450 132 61
Binary 11100000 1101 11101110 110 1011111 0 111 100101000 1011010 110001

Color Harmonies of #E00DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DEE

Black with #E00DEE

Text Example


Text Example

White with #E00DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DEE; }

 p { color: rgb(224,13,238); }

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

background-color css

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

 a { background-color: rgb(224,13,238); }

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

border-color css

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

 span { border-color: rgb(224,13,238); }

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