#E12195

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

Shades of Deep Cerise #E12195

Tints of Deep Cerise #E12195

Color information

#E12195 (or 0xE12195) is unknown color: approx Deep Cerise. HEX triplet: E1, 21 and 95. RGB value is (225,33,149). Sum of RGB (Red+Green+Blue) = 225+33+149=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E12195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12195 is #1EDE6A. Grayscale: #676767. Windows color (decimal): -2023019 or 9773537. OLE color: 9773537.

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

Color convert

RGB22533149-
CMYK00.850.340.12
HSL323.75º76.19%50.59%-
HSV(B)323.75º85.33%88.24%-
XYZ37.0219.2730.2-
YUV103.63153.61214.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.28%
GREEN value IS 33 (13.28% from 255) = 8.11%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=55.28%
G=8.11%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253314900.850.340.12323.7576.1950.59
HexE1219505522C1444c33
Octal341412250125421450411463
Binary11100001100001100101010101010110001011001010001001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12195; }

 p { color: rgb(225,33,149); }

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

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

 a { background-color: rgb(225,33,149); }

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

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

 span { border-color: rgb(225,33,149); }

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