#E12F6A

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

Shades of Cerise #E12F6A

Tints of Cerise #E12F6A

Color information

#E12F6A (or 0xE12F6A) is unknown color: approx Cerise. HEX triplet: E1, 2F and 6A. RGB value is (225,47,106). Sum of RGB (Red+Green+Blue) = 225+47+106=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12F6A is #1ED095. Grayscale: #6A6A6A. Windows color (decimal): -2019478 or 6959073. OLE color: 6959073.

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

Color convert

RGB22547106-
CMYK00.790.530.12
HSL340.11º74.79%53.33%-
HSV(B)340.11º79.11%88.24%-
XYZ34.6719.0815.49-
YUV106.95127.47212.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.52%
GREEN value IS 47 (18.75% from 255) = 12.43%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=59.52%
G=12.43%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254710600.790.530.12340.1174.7953.33
HexE12F6A04F35C1544b35
Octal341571520117651452411365
Binary1110000110111111010100100111111010111001010101001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12F6A; }

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

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

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

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

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

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

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

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