#E5203B

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

Shades of Alizarin #E5203B

Tints of Alizarin #E5203B

Color information

#E5203B (or 0xE5203B) is unknown color: approx Alizarin. HEX triplet: E5, 20 and 3B. RGB value is (229,32,59). Sum of RGB (Red+Green+Blue) = 229+32+59=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E5203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5203B is #1ADFC4. Grayscale: #5E5E5E. Windows color (decimal): -1761221 or 3875045. OLE color: 3875045.

HSL color Cylindrical-coordinate representation of color #E5203B: hue angle of 351.78º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5203B is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB2293259-
CMYK00.860.740.10
HSL351.78º79.12%51.18%-
HSV(B)351.78º86.03%89.8%-
XYZ33.6218.015.84-
YUV93.98108.27224.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 71.56%
GREEN value IS 32 (12.89% from 255) = 10%
BLUE value IS 59 (23.44% from 255) = 18.44%
R=71.56%
G=10%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229325900.860.740.10351.7879.1251.18
HexE5203B0564AA1604f33
Octal345407301261121254011763
Binary1110010110000011101101010110100101010101011000001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5203B; }

 p { color: rgb(229,32,59); }

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

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

 a { background-color: rgb(229,32,59); }

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

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

 span { border-color: rgb(229,32,59); }

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