Html Css Color HEX #E00AD9 Deep Magenta

📋 copy color: '#E00AD9'

red 224 ◦ green 10 ◦ blue 217

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

Shades of Deep Magenta #E00AD9

Tints of Deep Magenta #E00AD9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.22%

 BLUE value IS 217 (85.16% from 255) = 48.12%

R = 49.67%
G = 2.22%
B = 48.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E00AD9 (or 0xE00AD9) is known color: Deep Magenta. HEX triplet: E0, 0A and D9. RGB value is (224,10,217). Sum of RGB (Red+Green+Blue) = 224+10+217=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 10 (4.30% from 255 or 2.22% from 451); Blue value is 217 (85.16% from 255 or 48.12% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E00AD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00AD9 is #1FF526. Grayscale: #606060. Windows color (decimal): -2094375 or 14224096. OLE color: 14224096.

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

Color convert

RGB 224 10 217 -
CMYK 0 0.96 0.03 0.12
HSL 301.96º 0.91% 0.46% -
HSV(B) 301.96º 0.96% 0.88% -
XYZ 43.37 21.07 67.43 -
YUV 97.58 195.4 218.17 -
System Red Green Blue C M Y K H S L
Decimal 224 10 217 0 0.96 0.03 0.12 301.96 0.91 0.46
Hex E0 A D9 0 60 3 C 12E 5B 2E
Octal 340 12 331 0 140 3 14 456 133 56
Binary 11100000 1010 11011001 0 1100000 11 1100 100101110 1011011 101110

Color Harmonies of #E00AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00AD9

Black with #E00AD9

Text Example


Text Example

White with #E00AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00AD9; }

 p { color: rgb(224,10,217); }

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

background-color css

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

 a { background-color: rgb(224,10,217); }

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

border-color css

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

 span { border-color: rgb(224,10,217); }

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