Html Css Color HEX #E009DB Deep Magenta

📋 copy color: '#E009DB'

red 224 ◦ green 9 ◦ blue 219

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

Shades of Deep Magenta #E009DB

Tints of Deep Magenta #E009DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 49.56%
G = 1.99%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E009DB (or 0xE009DB) is known color: Deep Magenta. HEX triplet: E0, 09 and DB. RGB value is (224,9,219). Sum of RGB (Red+Green+Blue) = 224+9+219=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E009DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E009DB is #1FF624. Grayscale: #606060. Windows color (decimal): -2094629 or 14354912. OLE color: 14354912.

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

Color convert

RGB 224 9 219 -
CMYK 0 0.96 0.02 0.12
HSL 301.4º 0.92% 0.46% -
HSV(B) 301.4º 0.96% 0.88% -
XYZ 43.62 21.16 68.8 -
YUV 97.23 196.73 218.42 -
System Red Green Blue C M Y K H S L
Decimal 224 9 219 0 0.96 0.02 0.12 301.4 0.92 0.46
Hex E0 9 DB 0 60 2 C 12D 5C 2E
Octal 340 11 333 0 140 2 14 455 134 56
Binary 11100000 1001 11011011 0 1100000 10 1100 100101101 1011100 101110

Color Harmonies of #E009DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E009DB

Black with #E009DB

Text Example


Text Example

White with #E009DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E009DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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