#E53A5B

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

Shades of Cerise #E53A5B

Tints of Cerise #E53A5B

Color information

#E53A5B (or 0xE53A5B) is unknown color: approx Cerise. HEX triplet: E5, 3A and 5B. RGB value is (229,58,91). Sum of RGB (Red+Green+Blue) = 229+58+91=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53A5B is #1AC5A4. Grayscale: #707070. Windows color (decimal): -1754533 or 5978853. OLE color: 5978853.

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

Color convert

RGB2295891-
CMYK00.750.600.10
HSL348.42º76.68%56.27%-
HSV(B)348.42º74.67%89.8%-
XYZ35.7120.4411.96-
YUV112.89115.65210.82-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.58%
GREEN value IS 58 (23.05% from 255) = 15.34%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=60.58%
G=15.34%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229589100.750.600.10348.4276.6856.27
HexE53A5B04B3CA15c4d38
Octal345721330113741253411570
Binary1110010111101010110110100101111110010101010111001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53A5B; }

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

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

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

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

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

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

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

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