Html Css Color HEX #E00DEC Psychedelic Purple

📋 copy color: '#E00DEC'

red 224 ◦ green 13 ◦ blue 236

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

Shades of Psychedelic Purple #E00DEC

Tints of Psychedelic Purple #E00DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 47.36%
G = 2.75%
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

#E00DEC (or 0xE00DEC) is known color: Psychedelic Purple. HEX triplet: E0, 0D and EC. RGB value is (224,13,236). Sum of RGB (Red+Green+Blue) = 224+13+236=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 13 (5.47% from 255 or 2.75% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #E00DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00DEC is #1FF213. Grayscale: #646464. Windows color (decimal): -2093588 or 15470048. OLE color: 15470048.

HSL color Cylindrical-coordinate representation of color #E00DEC: hue angle of 296.77º degrees, saturation: 0.9, 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 #E00DEC is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 13 236 -
CMYK 0.05 0.94 0 0.07
HSL 296.77º 0.9% 0.49% -
HSV(B) 296.77º 0.94% 0.93% -
XYZ 46.02 22.19 81.21 -
YUV 101.51 203.9 215.37 -
System Red Green Blue C M Y K H S L
Decimal 224 13 236 0.05 0.94 0 0.07 296.77 0.9 0.49
Hex E0 D EC 5 5E 0 7 129 5A 31
Octal 340 15 354 5 136 0 7 451 132 61
Binary 11100000 1101 11101100 101 1011110 0 111 100101001 1011010 110001

Color Harmonies of #E00DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DEC

Black with #E00DEC

Text Example


Text Example

White with #E00DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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