Html Css Color HEX #E00ADB Deep Magenta

📋 copy color: '#E00ADB'

red 224 ◦ green 10 ◦ blue 219

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

Shades of Deep Magenta #E00ADB

Tints of Deep Magenta #E00ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.34%

R = 49.45%
G = 2.21%
B = 48.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E00ADB (or 0xE00ADB) is known color: Deep Magenta. HEX triplet: E0, 0A and DB. RGB value is (224,10,219). Sum of RGB (Red+Green+Blue) = 224+10+219=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E00ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00ADB is #1FF524. Grayscale: #616161. Windows color (decimal): -2094373 or 14355168. OLE color: 14355168.

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

Color convert

RGB 224 10 219 -
CMYK 0 0.96 0.02 0.12
HSL 301.4º 0.91% 0.46% -
HSV(B) 301.4º 0.96% 0.88% -
XYZ 43.64 21.18 68.81 -
YUV 97.81 196.4 218.01 -
System Red Green Blue C M Y K H S L
Decimal 224 10 219 0 0.96 0.02 0.12 301.4 0.91 0.46
Hex E0 A DB 0 60 2 C 12D 5B 2E
Octal 340 12 333 0 140 2 14 455 133 56
Binary 11100000 1010 11011011 0 1100000 10 1100 100101101 1011011 101110

Color Harmonies of #E00ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00ADB

Black with #E00ADB

Text Example


Text Example

White with #E00ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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