#E53972

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

Shades of Cerise #E53972

Tints of Cerise #E53972

Color information

#E53972 (or 0xE53972) is unknown color: approx Cerise. HEX triplet: E5, 39 and 72. RGB value is (229,57,114). Sum of RGB (Red+Green+Blue) = 229+57+114=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E53972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53972 is #1AC68D. Grayscale: #727272. Windows color (decimal): -1754766 or 7485925. OLE color: 7485925.

HSL color Cylindrical-coordinate representation of color #E53972: hue angle of 340.12º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53972 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB22957114-
CMYK00.750.500.10
HSL340.12º76.79%56.08%-
HSV(B)340.12º75.11%89.8%-
XYZ36.8120.817.99-
YUV114.93127.48209.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.25%
GREEN value IS 57 (22.66% from 255) = 14.25%
BLUE value IS 114 (44.92% from 255) = 28.5%
R=57.25%
G=14.25%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295711400.750.500.10340.1276.7956.08
HexE5397204B32A1544d38
Octal345711620113621252411570
Binary1110010111100111100100100101111001010101010101001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53972; }

 p { color: rgb(229,57,114); }

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

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

 a { background-color: rgb(229,57,114); }

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

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

 span { border-color: rgb(229,57,114); }

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