#E12A66

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

Shades of Cerise #E12A66

Tints of Cerise #E12A66

Color information

#E12A66 (or 0xE12A66) is unknown color: approx Cerise. HEX triplet: E1, 2A and 66. RGB value is (225,42,102). Sum of RGB (Red+Green+Blue) = 225+42+102=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12A66 is #1ED599. Grayscale: #676767. Windows color (decimal): -2020762 or 6695649. OLE color: 6695649.

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

Color convert

RGB22542102-
CMYK00.810.550.12
HSL340.33º75.31%52.35%-
HSV(B)340.33º81.33%88.24%-
XYZ34.2818.6214.36-
YUV103.56127.13214.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.98%
GREEN value IS 42 (16.80% from 255) = 11.38%
BLUE value IS 102 (40.23% from 255) = 27.64%
R=60.98%
G=11.38%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254210200.810.550.12340.3375.3152.35
HexE12A6605137C1544b34
Octal341521460121671452411364
Binary1110000110101011001100101000111011111001010101001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12A66; }

 p { color: rgb(225,42,102); }

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

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

 a { background-color: rgb(225,42,102); }

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

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

 span { border-color: rgb(225,42,102); }

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