Html Css Color HEX #E112E0 Deep Magenta

📋 copy color: '#E112E0'

red 225 ◦ green 18 ◦ blue 224

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

Shades of Deep Magenta #E112E0

Tints of Deep Magenta #E112E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.97%

R = 48.18%
G = 3.85%
B = 47.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E112E0 (or 0xE112E0) is known color: Deep Magenta. HEX triplet: E1, 12 and E0. RGB value is (225,18,224). Sum of RGB (Red+Green+Blue) = 225+18+224=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E112E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112E0 is #1EED1F. Grayscale: #666666. Windows color (decimal): -2026784 or 14684897. OLE color: 14684897.

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

Color convert

RGB 225 18 224 -
CMYK 0 0.92 0.00 0.12
HSL 300.29º 0.85% 0.48% -
HSV(B) 300.29º 0.92% 0.88% -
XYZ 44.72 21.82 72.38 -
YUV 103.38 196.08 214.75 -
System Red Green Blue C M Y K H S L
Decimal 225 18 224 0 0.92 0.00 0.12 300.29 0.85 0.48
Hex E1 12 E0 0 5C 0 C 12C 55 30
Octal 341 22 340 0 134 0 14 454 125 60
Binary 11100001 10010 11100000 0 1011100 0 1100 100101100 1010101 110000

Color Harmonies of #E112E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E112E0

Black with #E112E0

Text Example


Text Example

White with #E112E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E112E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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