Html Css Color HEX #E111DD Deep Magenta

📋 copy color: '#E111DD'

red 225 ◦ green 17 ◦ blue 221

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

Shades of Deep Magenta #E111DD

Tints of Deep Magenta #E111DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 48.6%
G = 3.67%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E111DD (or 0xE111DD) is known color: Deep Magenta. HEX triplet: E1, 11 and DD. RGB value is (225,17,221). Sum of RGB (Red+Green+Blue) = 225+17+221=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 17 (7.03% from 255 or 3.67% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E111DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E111DD is #1EEE22. Grayscale: #656565. Windows color (decimal): -2027043 or 14488033. OLE color: 14488033.

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

Color convert

RGB 225 17 221 -
CMYK 0 0.92 0.02 0.12
HSL 301.15º 0.86% 0.47% -
HSV(B) 301.15º 0.92% 0.88% -
XYZ 44.3 21.63 70.25 -
YUV 102.45 194.91 215.41 -
System Red Green Blue C M Y K H S L
Decimal 225 17 221 0 0.92 0.02 0.12 301.15 0.86 0.47
Hex E1 11 DD 0 5C 2 C 12D 56 2F
Octal 341 21 335 0 134 2 14 455 126 57
Binary 11100001 10001 11011101 0 1011100 10 1100 100101101 1010110 101111

Color Harmonies of #E111DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E111DD

Black with #E111DD

Text Example


Text Example

White with #E111DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E111DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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