Html Css Color HEX #E112DA Deep Magenta

📋 copy color: '#E112DA'

red 225 ◦ green 18 ◦ blue 218

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

Shades of Deep Magenta #E112DA

Tints of Deep Magenta #E112DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 48.81%
G = 3.9%
B = 47.29%

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

#E112DA (or 0xE112DA) is known color: Deep Magenta. HEX triplet: E1, 12 and DA. RGB value is (225,18,218). Sum of RGB (Red+Green+Blue) = 225+18+218=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E112DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112DA is #1EED25. Grayscale: #666666. Windows color (decimal): -2026790 or 14291681. OLE color: 14291681.

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

Color convert

RGB 225 18 218 -
CMYK 0 0.92 0.03 0.12
HSL 302.03º 0.85% 0.48% -
HSV(B) 302.03º 0.92% 0.88% -
XYZ 43.92 21.5 68.17 -
YUV 102.69 193.08 215.24 -
System Red Green Blue C M Y K H S L
Decimal 225 18 218 0 0.92 0.03 0.12 302.03 0.85 0.48
Hex E1 12 DA 0 5C 3 C 12E 55 30
Octal 341 22 332 0 134 3 14 456 125 60
Binary 11100001 10010 11011010 0 1011100 11 1100 100101110 1010101 110000

Color Harmonies of #E112DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E112DA

Black with #E112DA

Text Example


Text Example

White with #E112DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E112DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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