Html Css Color HEX #E00ADD Deep Magenta

📋 copy color: '#E00ADD'

red 224 ◦ green 10 ◦ blue 221

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

Shades of Deep Magenta #E00ADD

Tints of Deep Magenta #E00ADD

RGB

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

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

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

R = 49.23%
G = 2.2%
B = 48.57%

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

#E00ADD (or 0xE00ADD) is known color: Deep Magenta. HEX triplet: E0, 0A and DD. RGB value is (224,10,221). Sum of RGB (Red+Green+Blue) = 224+10+221=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E00ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00ADD is #1FF522. Grayscale: #616161. Windows color (decimal): -2094371 or 14486240. OLE color: 14486240.

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

Color convert

RGB 224 10 221 -
CMYK 0 0.96 0.01 0.12
HSL 300.84º 0.91% 0.46% -
HSV(B) 300.84º 0.96% 0.88% -
XYZ 43.9 21.28 70.2 -
YUV 98.04 197.4 217.84 -
System Red Green Blue C M Y K H S L
Decimal 224 10 221 0 0.96 0.01 0.12 300.84 0.91 0.46
Hex E0 A DD 0 60 1 C 12D 5B 2E
Octal 340 12 335 0 140 1 14 455 133 56
Binary 11100000 1010 11011101 0 1100000 1 1100 100101101 1011011 101110

Color Harmonies of #E00ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00ADD

Black with #E00ADD

Text Example


Text Example

White with #E00ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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