#e12e6a

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

Shades of Cerise #E12E6A

Tints of Cerise #E12E6A

Color information

#E12E6A (or 0xE12E6A) is unknown color: approx Cerise. HEX triplet: E1, 2E and 6A. RGB value is (225,46,106). Sum of RGB (Red+Green+Blue) = 225+46+106=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12E6A is #1ED195. Grayscale: #6A6A6A. Windows color (decimal): -2019734 or 6958817. OLE color: 6958817.

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

Color convert

RGB22546106-
CMYK00.800.530.12
HSL339.89º74.9%53.14%-
HSV(B)339.89º79.56%88.24%-
XYZ34.631915.48-
YUV106.36127.8212.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.68%
GREEN value IS 46 (18.36% from 255) = 12.20%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=59.68%
G=12.20%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254610600.800.530.12339.8974.953.14
HexE12E6A05035C1544b35
Octal341561520120651452411365
Binary1110000110111011010100101000011010111001010101001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e12e6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e12e6a; }

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

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

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

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

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

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

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

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