Html Css Color HEX #E009CE Deep Magenta

📋 copy color: '#E009CE'

red 224 ◦ green 9 ◦ blue 206

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

Shades of Deep Magenta #E009CE

Tints of Deep Magenta #E009CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 51.03%
G = 2.05%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E009CE (or 0xE009CE) is known color: Deep Magenta. HEX triplet: E0, 09 and CE. RGB value is (224,9,206). Sum of RGB (Red+Green+Blue) = 224+9+206=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 9 (3.91% from 255 or 2.05% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E009CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E009CE is #1FF631. Grayscale: #5F5F5F. Windows color (decimal): -2094642 or 13502944. OLE color: 13502944.

HSL color Cylindrical-coordinate representation of color #E009CE: hue angle of 305.02º 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 #E009CE is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 9 206 -
CMYK 0 0.96 0.08 0.12
HSL 305.02º 0.92% 0.46% -
HSV(B) 305.02º 0.96% 0.88% -
XYZ 41.98 20.5 60.14 -
YUV 95.74 190.23 219.48 -
System Red Green Blue C M Y K H S L
Decimal 224 9 206 0 0.96 0.08 0.12 305.02 0.92 0.46
Hex E0 9 CE 0 60 8 C 131 5C 2E
Octal 340 11 316 0 140 10 14 461 134 56
Binary 11100000 1001 11001110 0 1100000 1000 1100 100110001 1011100 101110

Color Harmonies of #E009CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E009CE

Black with #E009CE

Text Example


Text Example

White with #E009CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E009CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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