Html Css Color HEX #E00AD4 Deep Magenta

📋 copy color: '#E00AD4'

red 224 ◦ green 10 ◦ blue 212

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

Shades of Deep Magenta #E00AD4

Tints of Deep Magenta #E00AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.53%

R = 50.22%
G = 2.24%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E00AD4 (or 0xE00AD4) is known color: Deep Magenta. HEX triplet: E0, 0A and D4. RGB value is (224,10,212). Sum of RGB (Red+Green+Blue) = 224+10+212=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 212 (83.20% from 255 or 47.53% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E00AD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00AD4 is #1FF52B. Grayscale: #606060. Windows color (decimal): -2094380 or 13896416. OLE color: 13896416.

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

Color convert

RGB 224 10 212 -
CMYK 0 0.96 0.05 0.12
HSL 303.36º 0.91% 0.46% -
HSV(B) 303.36º 0.96% 0.88% -
XYZ 42.73 20.82 64.05 -
YUV 97.01 192.9 218.57 -
System Red Green Blue C M Y K H S L
Decimal 224 10 212 0 0.96 0.05 0.12 303.36 0.91 0.46
Hex E0 A D4 0 60 5 C 12F 5B 2E
Octal 340 12 324 0 140 5 14 457 133 56
Binary 11100000 1010 11010100 0 1100000 101 1100 100101111 1011011 101110

Color Harmonies of #E00AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00AD4

Black with #E00AD4

Text Example


Text Example

White with #E00AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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