Html Css Color HEX #E112DD Deep Magenta

📋 copy color: '#E112DD'

red 225 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #E112DD

Tints of Deep Magenta #E112DD

RGB

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

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

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

R = 48.49%
G = 3.88%
B = 47.63%

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

#E112DD (or 0xE112DD) is known color: Deep Magenta. HEX triplet: E1, 12 and DD. RGB value is (225,18,221). Sum of RGB (Red+Green+Blue) = 225+18+221=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 18 (7.42% from 255 or 3.88% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E112DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112DD is #1EED22. Grayscale: #666666. Windows color (decimal): -2026787 or 14488289. OLE color: 14488289.

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

Color convert

RGB 225 18 221 -
CMYK 0 0.92 0.02 0.12
HSL 301.16º 0.85% 0.48% -
HSV(B) 301.16º 0.92% 0.88% -
XYZ 44.32 21.66 70.25 -
YUV 103.04 194.58 214.99 -
System Red Green Blue C M Y K H S L
Decimal 225 18 221 0 0.92 0.02 0.12 301.16 0.85 0.48
Hex E1 12 DD 0 5C 2 C 12D 55 30
Octal 341 22 335 0 134 2 14 455 125 60
Binary 11100001 10010 11011101 0 1011100 10 1100 100101101 1010101 110000

Color Harmonies of #E112DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E112DD

Black with #E112DD

Text Example


Text Example

White with #E112DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E112DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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