#E53A5A

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

Shades of Cerise #E53A5A

Tints of Cerise #E53A5A

Color information

#E53A5A (or 0xE53A5A) is unknown color: approx Cerise. HEX triplet: E5, 3A and 5A. RGB value is (229,58,90). Sum of RGB (Red+Green+Blue) = 229+58+90=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53A5A is #1AC5A5. Grayscale: #707070. Windows color (decimal): -1754534 or 5913317. OLE color: 5913317.

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

Color convert

RGB2295890-
CMYK00.750.610.10
HSL348.77º76.68%56.27%-
HSV(B)348.77º74.67%89.8%-
XYZ35.6720.4211.73-
YUV112.78115.15210.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.74%
GREEN value IS 58 (23.05% from 255) = 15.38%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=60.74%
G=15.38%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229589000.750.610.10348.7776.6856.27
HexE53A5A04B3DA15d4d38
Octal345721320113751253511570
Binary1110010111101010110100100101111110110101010111011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53A5A; }

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

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

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

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

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

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

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

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