Html Css Color HEX #E00ECC Deep Magenta

📋 copy color: '#E00ECC'

red 224 ◦ green 14 ◦ blue 204

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

Shades of Deep Magenta #E00ECC

Tints of Deep Magenta #E00ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 50.68%
G = 3.17%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E00ECC (or 0xE00ECC) is known color: Deep Magenta. HEX triplet: E0, 0E and CC. RGB value is (224,14,204). Sum of RGB (Red+Green+Blue) = 224+14+204=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 14 (5.86% from 255 or 3.17% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E00ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00ECC is #1FF133. Grayscale: #616161. Windows color (decimal): -2093364 or 13373152. OLE color: 13373152.

HSL color Cylindrical-coordinate representation of color #E00ECC: hue angle of 305.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00ECC is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 14 204 -
CMYK 0 0.94 0.09 0.12
HSL 305.71º 0.88% 0.47% -
HSV(B) 305.71º 0.94% 0.88% -
XYZ 41.8 20.52 58.88 -
YUV 98.45 187.57 217.55 -
System Red Green Blue C M Y K H S L
Decimal 224 14 204 0 0.94 0.09 0.12 305.71 0.88 0.47
Hex E0 E CC 0 5E 9 C 132 58 2F
Octal 340 16 314 0 136 11 14 462 130 57
Binary 11100000 1110 11001100 0 1011110 1001 1100 100110010 1011000 101111

Color Harmonies of #E00ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00ECC

Black with #E00ECC

Text Example


Text Example

White with #E00ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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