Html Css Color HEX #E112DB Deep Magenta

📋 copy color: '#E112DB'

red 225 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #E112DB

Tints of Deep Magenta #E112DB

RGB

 RED value IS 225 (88.28% from 255) = 48.7%

 GREEN value IS 18 (7.42% from 255) = 3.9%

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

R = 48.7%
G = 3.9%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E112DB (or 0xE112DB) is known color: Deep Magenta. HEX triplet: E1, 12 and DB. RGB value is (225,18,219). Sum of RGB (Red+Green+Blue) = 225+18+219=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E112DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112DB is #1EED24. Grayscale: #666666. Windows color (decimal): -2026789 or 14357217. OLE color: 14357217.

HSL color Cylindrical-coordinate representation of color #E112DB: hue angle of 301.74º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E112DB is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 18 219 -
CMYK 0 0.92 0.03 0.12
HSL 301.74º 0.85% 0.48% -
HSV(B) 301.74º 0.92% 0.88% -
XYZ 44.05 21.55 68.86 -
YUV 102.81 193.58 215.16 -
System Red Green Blue C M Y K H S L
Decimal 225 18 219 0 0.92 0.03 0.12 301.74 0.85 0.48
Hex E1 12 DB 0 5C 3 C 12E 55 30
Octal 341 22 333 0 134 3 14 456 125 60
Binary 11100001 10010 11011011 0 1011100 11 1100 100101110 1010101 110000

Color Harmonies of #E112DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E112DB

Black with #E112DB

Text Example


Text Example

White with #E112DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E112DB; }

 p { color: rgb(225,18,219); }

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

background-color css

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

 a { background-color: rgb(225,18,219); }

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

border-color css

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

 span { border-color: rgb(225,18,219); }

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