#E12797

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

Shades of Deep Cerise #E12797

Tints of Deep Cerise #E12797

Color information

#E12797 (or 0xE12797) is unknown color: approx Deep Cerise. HEX triplet: E1, 27 and 97. RGB value is (225,39,151). Sum of RGB (Red+Green+Blue) = 225+39+151=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E12797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12797 is #1ED868. Grayscale: #6B6B6B. Windows color (decimal): -2021481 or 9906145. OLE color: 9906145.

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

Color convert

RGB22539151-
CMYK00.830.330.12
HSL323.87º75.61%51.76%-
HSV(B)323.87º82.67%88.24%-
XYZ37.3619.6931.11-
YUV107.38152.62211.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.22%
GREEN value IS 39 (15.62% from 255) = 9.40%
BLUE value IS 151 (59.38% from 255) = 36.39%
R=54.22%
G=9.40%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253915100.830.330.12323.8775.6151.76
HexE1279705321C1444c34
Octal341472270123411450411464
Binary11100001100111100101110101001110000111001010001001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12797; }

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

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

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

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

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

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

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

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