Html Css Color HEX #E009CF Deep Magenta

📋 copy color: '#E009CF'

red 224 ◦ green 9 ◦ blue 207

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

Shades of Deep Magenta #E009CF

Tints of Deep Magenta #E009CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.05%

R = 50.91%
G = 2.05%
B = 47.05%

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

#E009CF (or 0xE009CF) is known color: Deep Magenta. HEX triplet: E0, 09 and CF. RGB value is (224,9,207). Sum of RGB (Red+Green+Blue) = 224+9+207=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 9 (3.91% from 255 or 2.05% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E009CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E009CF is #1FF630. Grayscale: #5F5F5F. Windows color (decimal): -2094641 or 13568480. OLE color: 13568480.

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

Color convert

RGB 224 9 207 -
CMYK 0 0.96 0.08 0.12
HSL 304.74º 0.92% 0.46% -
HSV(B) 304.74º 0.96% 0.88% -
XYZ 42.1 20.55 60.78 -
YUV 95.86 190.73 219.4 -
System Red Green Blue C M Y K H S L
Decimal 224 9 207 0 0.96 0.08 0.12 304.74 0.92 0.46
Hex E0 9 CF 0 60 8 C 131 5C 2E
Octal 340 11 317 0 140 10 14 461 134 56
Binary 11100000 1001 11001111 0 1100000 1000 1100 100110001 1011100 101110

Color Harmonies of #E009CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E009CF

Black with #E009CF

Text Example


Text Example

White with #E009CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E009CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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