#E12E64

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

Shades of Cerise #E12E64

Tints of Cerise #E12E64

Color information

#E12E64 (or 0xE12E64) is unknown color: approx Cerise. HEX triplet: E1, 2E and 64. RGB value is (225,46,100). Sum of RGB (Red+Green+Blue) = 225+46+100=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12E64 is #1ED19B. Grayscale: #696969. Windows color (decimal): -2019740 or 6565601. OLE color: 6565601.

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

Color convert

RGB22546100-
CMYK00.800.560.12
HSL341.9º74.9%53.14%-
HSV(B)341.9º79.56%88.24%-
XYZ34.3318.8813.89-
YUV105.68124.8213.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.65%
GREEN value IS 46 (18.36% from 255) = 12.40%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=60.65%
G=12.40%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254610000.800.560.12341.974.953.14
HexE12E6405038C1564b35
Octal341561440120701452611365
Binary1110000110111011001000101000011100011001010101101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12E64; }

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

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

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

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

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

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

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

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