#E12E97

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

Shades of Deep Cerise #E12E97

Tints of Deep Cerise #E12E97

Color information

#E12E97 (or 0xE12E97) is unknown color: approx Deep Cerise. HEX triplet: E1, 2E and 97. RGB value is (225,46,151). Sum of RGB (Red+Green+Blue) = 225+46+151=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12E97 is #1ED168. Grayscale: #6F6F6F. Windows color (decimal): -2019689 or 9907937. OLE color: 9907937.

HSL color Cylindrical-coordinate representation of color #E12E97: hue angle of 324.8º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12E97 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB22546151-
CMYK00.800.330.12
HSL324.8º74.9%53.14%-
HSV(B)324.8º79.56%88.24%-
XYZ37.6120.231.19-
YUV111.49150.3208.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.32%
GREEN value IS 46 (18.36% from 255) = 10.90%
BLUE value IS 151 (59.38% from 255) = 35.78%
R=53.32%
G=10.90%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254615100.800.330.12324.874.953.14
HexE12E9705021C1454b35
Octal341562270120411450511365
Binary11100001101110100101110101000010000111001010001011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12E97; }

 p { color: rgb(225,46,151); }

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

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

 a { background-color: rgb(225,46,151); }

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

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

 span { border-color: rgb(225,46,151); }

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