#E12997

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

Shades of Deep Cerise #E12997

Tints of Deep Cerise #E12997

Color information

#E12997 (or 0xE12997) is unknown color: approx Deep Cerise. HEX triplet: E1, 29 and 97. RGB value is (225,41,151). Sum of RGB (Red+Green+Blue) = 225+41+151=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E12997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12997 is #1ED668. Grayscale: #6C6C6C. Windows color (decimal): -2020969 or 9906657. OLE color: 9906657.

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

Color convert

RGB22541151-
CMYK00.820.330.12
HSL324.13º75.41%52.16%-
HSV(B)324.13º81.78%88.24%-
XYZ37.4319.8331.13-
YUV108.56151.96211.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.96%
GREEN value IS 41 (16.41% from 255) = 9.83%
BLUE value IS 151 (59.38% from 255) = 36.21%
R=53.96%
G=9.83%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254115100.820.330.12324.1375.4152.16
HexE1299705221C1444b34
Octal341512270122411450411364
Binary11100001101001100101110101001010000111001010001001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12997; }

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

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

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

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

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

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

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

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