Html Css Color HEX #E00ADA Deep Magenta

📋 copy color: '#E00ADA'

red 224 ◦ green 10 ◦ blue 218

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

Shades of Deep Magenta #E00ADA

Tints of Deep Magenta #E00ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 49.56%
G = 2.21%
B = 48.23%

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

#E00ADA (or 0xE00ADA) is known color: Deep Magenta. HEX triplet: E0, 0A and DA. RGB value is (224,10,218). Sum of RGB (Red+Green+Blue) = 224+10+218=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 10 (4.30% from 255 or 2.21% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E00ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00ADA is #1FF525. Grayscale: #616161. Windows color (decimal): -2094374 or 14289632. OLE color: 14289632.

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

Color convert

RGB 224 10 218 -
CMYK 0 0.96 0.03 0.12
HSL 301.68º 0.91% 0.46% -
HSV(B) 301.68º 0.96% 0.88% -
XYZ 43.5 21.13 68.11 -
YUV 97.7 195.9 218.09 -
System Red Green Blue C M Y K H S L
Decimal 224 10 218 0 0.96 0.03 0.12 301.68 0.91 0.46
Hex E0 A DA 0 60 3 C 12E 5B 2E
Octal 340 12 332 0 140 3 14 456 133 56
Binary 11100000 1010 11011010 0 1100000 11 1100 100101110 1011011 101110

Color Harmonies of #E00ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00ADA

Black with #E00ADA

Text Example


Text Example

White with #E00ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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