#E53A6F

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

Shades of Cerise #E53A6F

Tints of Cerise #E53A6F

Color information

#E53A6F (or 0xE53A6F) is unknown color: approx Cerise. HEX triplet: E5, 3A and 6F. RGB value is (229,58,111). Sum of RGB (Red+Green+Blue) = 229+58+111=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53A6F is #1AC590. Grayscale: #737373. Windows color (decimal): -1754513 or 7289573. OLE color: 7289573.

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

Color convert

RGB22958111-
CMYK00.750.520.10
HSL341.4º76.68%56.27%-
HSV(B)341.4º74.67%89.8%-
XYZ36.720.8317.13-
YUV115.17125.65209.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.54%
GREEN value IS 58 (23.05% from 255) = 14.57%
BLUE value IS 111 (43.75% from 255) = 27.89%
R=57.54%
G=14.57%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295811100.750.520.10341.476.6856.27
HexE53A6F04B34A1554d38
Octal345721570113641252511570
Binary1110010111101011011110100101111010010101010101011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53A6F; }

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

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

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

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

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

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

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

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