Html Css Color HEX #E009DD Deep Magenta

📋 copy color: '#E009DD'

red 224 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #E009DD

Tints of Deep Magenta #E009DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 49.34%
G = 1.98%
B = 48.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E009DD (or 0xE009DD) is known color: Deep Magenta. HEX triplet: E0, 09 and DD. RGB value is (224,9,221). Sum of RGB (Red+Green+Blue) = 224+9+221=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 9 (3.91% from 255 or 1.98% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E009DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E009DD is #1FF622. Grayscale: #606060. Windows color (decimal): -2094627 or 14485984. OLE color: 14485984.

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

Color convert

RGB 224 9 221 -
CMYK 0 0.96 0.01 0.12
HSL 300.84º 0.92% 0.46% -
HSV(B) 300.84º 0.96% 0.88% -
XYZ 43.89 21.26 70.2 -
YUV 97.45 197.73 218.26 -
System Red Green Blue C M Y K H S L
Decimal 224 9 221 0 0.96 0.01 0.12 300.84 0.92 0.46
Hex E0 9 DD 0 60 1 C 12D 5C 2E
Octal 340 11 335 0 140 1 14 455 134 56
Binary 11100000 1001 11011101 0 1100000 1 1100 100101101 1011100 101110

Color Harmonies of #E009DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E009DD

Black with #E009DD

Text Example


Text Example

White with #E009DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E009DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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