#E12D96

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

Shades of Deep Cerise #E12D96

Tints of Deep Cerise #E12D96

Color information

#E12D96 (or 0xE12D96) is unknown color: approx Deep Cerise. HEX triplet: E1, 2D and 96. RGB value is (225,45,150). Sum of RGB (Red+Green+Blue) = 225+45+150=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12D96 is #1ED269. Grayscale: #6E6E6E. Windows color (decimal): -2019946 or 9842145. OLE color: 9842145.

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

Color convert

RGB22545150-
CMYK00.80.330.12
HSL325º75%52.94%-
HSV(B)325º80%88.24%-
XYZ37.4920.0930.76-
YUV110.79150.13209.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.57%
GREEN value IS 45 (17.97% from 255) = 10.71%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=53.57%
G=10.71%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254515000.80.330.123257552.94
HexE12D9605021C1454b35
Octal341552260120411450511365
Binary11100001101101100101100101000010000111001010001011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12D96; }

 p { color: rgb(225,45,150); }

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

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

 a { background-color: rgb(225,45,150); }

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

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

 span { border-color: rgb(225,45,150); }

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