Html Css Color HEX #E111DB Deep Magenta

📋 copy color: '#E111DB'

red 225 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #E111DB

Tints of Deep Magenta #E111DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.69%

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

R = 48.81%
G = 3.69%
B = 47.51%

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

#E111DB (or 0xE111DB) is known color: Deep Magenta. HEX triplet: E1, 11 and DB. RGB value is (225,17,219). Sum of RGB (Red+Green+Blue) = 225+17+219=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 17 (7.03% from 255 or 3.69% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E111DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E111DB is #1EEE24. Grayscale: #656565. Windows color (decimal): -2027045 or 14356961. OLE color: 14356961.

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

Color convert

RGB 225 17 219 -
CMYK 0 0.92 0.03 0.12
HSL 301.73º 0.86% 0.47% -
HSV(B) 301.73º 0.92% 0.88% -
XYZ 44.04 21.52 68.85 -
YUV 102.22 193.91 215.57 -
System Red Green Blue C M Y K H S L
Decimal 225 17 219 0 0.92 0.03 0.12 301.73 0.86 0.47
Hex E1 11 DB 0 5C 3 C 12E 56 2F
Octal 341 21 333 0 134 3 14 456 126 57
Binary 11100001 10001 11011011 0 1011100 11 1100 100101110 1010110 101111

Color Harmonies of #E111DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E111DB

Black with #E111DB

Text Example


Text Example

White with #E111DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E111DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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