#E12973

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

Shades of Cerise #E12973

Tints of Cerise #E12973

Color information

#E12973 (or 0xE12973) is unknown color: approx Cerise. HEX triplet: E1, 29 and 73. RGB value is (225,41,115). Sum of RGB (Red+Green+Blue) = 225+41+115=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E12973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12973 is #1ED68C. Grayscale: #686868. Windows color (decimal): -2021005 or 7547361. OLE color: 7547361.

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

Color convert

RGB22541115-
CMYK00.820.490.12
HSL335.87º75.41%52.16%-
HSV(B)335.87º81.78%88.24%-
XYZ34.9418.8318.01-
YUV104.45133.96213.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.06%
GREEN value IS 41 (16.41% from 255) = 10.76%
BLUE value IS 115 (45.31% from 255) = 30.18%
R=59.06%
G=10.76%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254111500.820.490.12335.8775.4152.16
HexE1297305231C1504b34
Octal341511630122611452011364
Binary1110000110100111100110101001011000111001010100001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12973; }

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

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

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

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

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

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

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

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