Html Css Color HEX #E00ADE Deep Magenta

📋 copy color: '#E00ADE'

red 224 ◦ green 10 ◦ blue 222

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

Shades of Deep Magenta #E00ADE

Tints of Deep Magenta #E00ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.68%

R = 49.12%
G = 2.19%
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

#E00ADE (or 0xE00ADE) is known color: Deep Magenta. HEX triplet: E0, 0A and DE. RGB value is (224,10,222). Sum of RGB (Red+Green+Blue) = 224+10+222=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 10 (4.30% from 255 or 2.19% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E00ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00ADE is #1FF521. Grayscale: #616161. Windows color (decimal): -2094370 or 14551776. OLE color: 14551776.

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

Color convert

RGB 224 10 222 -
CMYK 0 0.96 0.01 0.12
HSL 300.56º 0.91% 0.46% -
HSV(B) 300.56º 0.96% 0.88% -
XYZ 44.03 21.34 70.91 -
YUV 98.15 197.9 217.76 -
System Red Green Blue C M Y K H S L
Decimal 224 10 222 0 0.96 0.01 0.12 300.56 0.91 0.46
Hex E0 A DE 0 60 1 C 12D 5B 2E
Octal 340 12 336 0 140 1 14 455 133 56
Binary 11100000 1010 11011110 0 1100000 1 1100 100101101 1011011 101110

Color Harmonies of #E00ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00ADE

Black with #E00ADE

Text Example


Text Example

White with #E00ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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