Html Css Color HEX #E00AD2 Deep Magenta

📋 copy color: '#E00AD2'

red 224 ◦ green 10 ◦ blue 210

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

Shades of Deep Magenta #E00AD2

Tints of Deep Magenta #E00AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.3%

R = 50.45%
G = 2.25%
B = 47.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E00AD2 (or 0xE00AD2) is known color: Deep Magenta. HEX triplet: E0, 0A and D2. RGB value is (224,10,210). Sum of RGB (Red+Green+Blue) = 224+10+210=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 210 (82.42% from 255 or 47.30% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E00AD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00AD2 is #1FF52D. Grayscale: #606060. Windows color (decimal): -2094382 or 13765344. OLE color: 13765344.

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

Color convert

RGB 224 10 210 -
CMYK 0 0.96 0.06 0.12
HSL 303.93º 0.91% 0.46% -
HSV(B) 303.93º 0.96% 0.88% -
XYZ 42.48 20.72 62.73 -
YUV 96.79 191.9 218.74 -
System Red Green Blue C M Y K H S L
Decimal 224 10 210 0 0.96 0.06 0.12 303.93 0.91 0.46
Hex E0 A D2 0 60 6 C 130 5B 2E
Octal 340 12 322 0 140 6 14 460 133 56
Binary 11100000 1010 11010010 0 1100000 110 1100 100110000 1011011 101110

Color Harmonies of #E00AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00AD2

Black with #E00AD2

Text Example


Text Example

White with #E00AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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