Html Css Color HEX #E111D9 Deep Magenta

📋 copy color: '#E111D9'

red 225 ◦ green 17 ◦ blue 217

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

Shades of Deep Magenta #E111D9

Tints of Deep Magenta #E111D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.28%

R = 49.02%
G = 3.7%
B = 47.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E111D9 (or 0xE111D9) is known color: Deep Magenta. HEX triplet: E1, 11 and D9. RGB value is (225,17,217). Sum of RGB (Red+Green+Blue) = 225+17+217=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E111D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E111D9 is #1EEE26. Grayscale: #656565. Windows color (decimal): -2027047 or 14225889. OLE color: 14225889.

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

Color convert

RGB 225 17 217 -
CMYK 0 0.92 0.04 0.12
HSL 302.31º 0.86% 0.47% -
HSV(B) 302.31º 0.92% 0.88% -
XYZ 43.78 21.42 67.47 -
YUV 101.99 192.91 215.74 -
System Red Green Blue C M Y K H S L
Decimal 225 17 217 0 0.92 0.04 0.12 302.31 0.86 0.47
Hex E1 11 D9 0 5C 4 C 12E 56 2F
Octal 341 21 331 0 134 4 14 456 126 57
Binary 11100001 10001 11011001 0 1011100 100 1100 100101110 1010110 101111

Color Harmonies of #E111D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E111D9

Black with #E111D9

Text Example


Text Example

White with #E111D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E111D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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