#E53974

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

Shades of Cerise #E53974

Tints of Cerise #E53974

Color information

#E53974 (or 0xE53974) is unknown color: approx Cerise. HEX triplet: E5, 39 and 74. RGB value is (229,57,116). Sum of RGB (Red+Green+Blue) = 229+57+116=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E53974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53974 is #1AC68B. Grayscale: #737373. Windows color (decimal): -1754764 or 7616997. OLE color: 7616997.

HSL color Cylindrical-coordinate representation of color #E53974: hue angle of 339.42º 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 #E53974 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB22957116-
CMYK00.750.490.10
HSL339.42º76.79%56.08%-
HSV(B)339.42º75.11%89.8%-
XYZ36.9320.8518.6-
YUV115.15128.48209.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.97%
GREEN value IS 57 (22.66% from 255) = 14.18%
BLUE value IS 116 (45.70% from 255) = 28.86%
R=56.97%
G=14.18%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295711600.750.490.10339.4276.7956.08
HexE5397404B31A1534d38
Octal345711640113611252311570
Binary1110010111100111101000100101111000110101010100111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53974; }

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

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

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

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

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

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

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

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