Html Css Color HEX #E009D1 Deep Magenta

📋 copy color: '#E009D1'

red 224 ◦ green 9 ◦ blue 209

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

Shades of Deep Magenta #E009D1

Tints of Deep Magenta #E009D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.29%

R = 50.68%
G = 2.04%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E009D1 (or 0xE009D1) is known color: Deep Magenta. HEX triplet: E0, 09 and D1. RGB value is (224,9,209). Sum of RGB (Red+Green+Blue) = 224+9+209=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E009D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E009D1 is #1FF62E. Grayscale: #5F5F5F. Windows color (decimal): -2094639 or 13699552. OLE color: 13699552.

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

Color convert

RGB 224 9 209 -
CMYK 0 0.96 0.07 0.12
HSL 304.19º 0.92% 0.46% -
HSV(B) 304.19º 0.96% 0.88% -
XYZ 42.35 20.65 62.07 -
YUV 96.09 191.73 219.24 -
System Red Green Blue C M Y K H S L
Decimal 224 9 209 0 0.96 0.07 0.12 304.19 0.92 0.46
Hex E0 9 D1 0 60 7 C 130 5C 2E
Octal 340 11 321 0 140 7 14 460 134 56
Binary 11100000 1001 11010001 0 1100000 111 1100 100110000 1011100 101110

Color Harmonies of #E009D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E009D1

Black with #E009D1

Text Example


Text Example

White with #E009D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E009D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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