#E122E0

Color #E122E0 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #E122E0

Tints of Deep Magenta #E122E0

Color information

#E122E0 (or 0xE122E0) is unknown color: approx Deep Magenta. HEX triplet: E1, 22 and E0. RGB value is (225,34,224). Sum of RGB (Red+Green+Blue) = 225+34+224=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 34 (13.67% from 255 or 7.04% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E122E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122E0 is #1EDD1F. Grayscale: #707070. Windows color (decimal): -2022688 or 14688993. OLE color: 14688993.

HSL color Cylindrical-coordinate representation of color #E122E0: hue angle of 300.31º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E122E0 is Cyan = 0, Magento = 0.85, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB22534224-
CMYK00.850.000.12
HSL300.31º76.1%50.78%-
HSV(B)300.31º84.89%88.24%-
XYZ45.0822.5372.49-
YUV112.77190.78208.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.58%
GREEN value IS 34 (13.67% from 255) = 7.04%
BLUE value IS 224 (87.89% from 255) = 46.38%
R=46.58%
G=7.04%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253422400.850.000.12300.3176.150.78
HexE122E00550C12c4c33
Octal34142340012501445411463
Binary111000011000101110000001010101011001001011001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E122E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E122E0; }

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

 H1.HeaderClassName
 {
   color: #E122E0;
 }
 .AnyTagClassName
 {
   color: #E122E0;
 }
</style>
background-color css

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

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

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

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

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

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