#E12E68

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

Shades of Cerise #E12E68

Tints of Cerise #E12E68

Color information

#E12E68 (or 0xE12E68) is unknown color: approx Cerise. HEX triplet: E1, 2E and 68. RGB value is (225,46,104). Sum of RGB (Red+Green+Blue) = 225+46+104=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12E68 is #1ED197. Grayscale: #6A6A6A. Windows color (decimal): -2019736 or 6827745. OLE color: 6827745.

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

Color convert

RGB22546104-
CMYK00.800.540.12
HSL340.56º74.9%53.14%-
HSV(B)340.56º79.56%88.24%-
XYZ34.5318.9614.94-
YUV106.13126.8212.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60%
GREEN value IS 46 (18.36% from 255) = 12.27%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=60%
G=12.27%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254610400.800.540.12340.5674.953.14
HexE12E6805036C1554b35
Octal341561500120661452511365
Binary1110000110111011010000101000011011011001010101011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12E68; }

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

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

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

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

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

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

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

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