#e12b71

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

Shades of Cerise #E12B71

Tints of Cerise #E12B71

Color information

#E12B71 (or 0xE12B71) is unknown color: approx Cerise. HEX triplet: E1, 2B and 71. RGB value is (225,43,113). Sum of RGB (Red+Green+Blue) = 225+43+113=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12B71 is #1ED48E. Grayscale: #696969. Windows color (decimal): -2020495 or 7416801. OLE color: 7416801.

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

Color convert

RGB22543113-
CMYK00.810.500.12
HSL336.92º75.21%52.55%-
HSV(B)336.92º80.89%88.24%-
XYZ34.918.9317.44-
YUV105.4132.3213.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.06%
GREEN value IS 43 (17.19% from 255) = 11.29%
BLUE value IS 113 (44.53% from 255) = 29.66%
R=59.06%
G=11.29%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254311300.810.500.12336.9275.2152.55
HexE12B7105132C1514b35
Octal341531610121621452111365
Binary1110000110101111100010101000111001011001010100011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e12b71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e12b71; }

 p { color: rgb(225,43,113); }

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

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

 a { background-color: rgb(225,43,113); }

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

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

 span { border-color: rgb(225,43,113); }

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