#E00ECC

Color #E00ECC Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #E00ECC

Tints of Deep Magenta #E00ECC

Color information

#E00ECC (or 0xE00ECC) is unknown color: approx 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

RGB22414204-
CMYK00.940.090.12
HSL305.71º88.24%46.67%-
HSV(B)305.71º93.75%87.84%-
XYZ41.820.5258.88-
YUV98.45187.57217.55-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241420400.940.090.12305.7188.2446.67
HexE0ECC05E9C132582f
Octal340163140136111446213057
Binary1110000011101100110001011110100111001001100101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>