Html Css Color HEX #E009CC Deep Magenta

📋 copy color: '#E009CC'

red 224 ◦ green 9 ◦ blue 204

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

Shades of Deep Magenta #E009CC

Tints of Deep Magenta #E009CC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.06%

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

R = 51.26%
G = 2.06%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E009CC (or 0xE009CC) is known color: Deep Magenta. HEX triplet: E0, 09 and CC. RGB value is (224,9,204). Sum of RGB (Red+Green+Blue) = 224+9+204=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 9 (3.91% from 255 or 2.06% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E009CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E009CC is #1FF633. Grayscale: #5E5E5E. Windows color (decimal): -2094644 or 13371872. OLE color: 13371872.

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

Color convert

RGB 224 9 204 -
CMYK 0 0.96 0.09 0.12
HSL 305.58º 0.92% 0.46% -
HSV(B) 305.58º 0.96% 0.88% -
XYZ 41.74 20.4 58.86 -
YUV 95.52 189.23 219.64 -
System Red Green Blue C M Y K H S L
Decimal 224 9 204 0 0.96 0.09 0.12 305.58 0.92 0.46
Hex E0 9 CC 0 60 9 C 132 5C 2E
Octal 340 11 314 0 140 11 14 462 134 56
Binary 11100000 1001 11001100 0 1100000 1001 1100 100110010 1011100 101110

Color Harmonies of #E009CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E009CC

Black with #E009CC

Text Example


Text Example

White with #E009CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E009CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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