#e12e60

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

Shades of Cerise #E12E60

Tints of Cerise #E12E60

Color information

#E12E60 (or 0xE12E60) is unknown color: approx Cerise. HEX triplet: E1, 2E and 60. RGB value is (225,46,96). Sum of RGB (Red+Green+Blue) = 225+46+96=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 46 (18.36% from 255 or 12.53% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12E60 is #1ED19F. Grayscale: #696969. Windows color (decimal): -2019744 or 6303457. OLE color: 6303457.

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

Color convert

RGB2254696-
CMYK00.800.570.12
HSL343.24º74.9%53.14%-
HSV(B)343.24º79.56%88.24%-
XYZ34.1418.8112.9-
YUV105.22122.8213.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.31%
GREEN value IS 46 (18.36% from 255) = 12.53%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=61.31%
G=12.53%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225469600.800.570.12343.2474.953.14
HexE12E6005039C1574b35
Octal341561400120711452711365
Binary1110000110111011000000101000011100111001010101111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e12e60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e12e60; }

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

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

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

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

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

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

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

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