#E53A74

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

Shades of Cerise #E53A74

Tints of Cerise #E53A74

Color information

#E53A74 (or 0xE53A74) is unknown color: approx Cerise. HEX triplet: E5, 3A and 74. RGB value is (229,58,116). Sum of RGB (Red+Green+Blue) = 229+58+116=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53A74 is #1AC58B. Grayscale: #737373. Windows color (decimal): -1754508 or 7617253. OLE color: 7617253.

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

Color convert

RGB22958116-
CMYK00.750.490.10
HSL339.65º76.68%56.27%-
HSV(B)339.65º74.67%89.8%-
XYZ36.9820.9518.62-
YUV115.74128.15208.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.82%
GREEN value IS 58 (23.05% from 255) = 14.39%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=56.82%
G=14.39%
B=28.78%

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
Decimal2295811600.750.490.10339.6576.6856.27
HexE53A7404B31A1544d38
Octal345721640113611252411570
Binary1110010111101011101000100101111000110101010101001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53A74; }

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

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

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

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

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

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

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

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