#E53250

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

Shades of Amaranth #E53250

Tints of Amaranth #E53250

Color information

#E53250 (or 0xE53250) is unknown color: approx Amaranth. HEX triplet: E5, 32 and 50. RGB value is (229,50,80). Sum of RGB (Red+Green+Blue) = 229+50+80=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E53250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53250 is #1ACDAF. Grayscale: #6B6B6B. Windows color (decimal): -1756592 or 5255909. OLE color: 5255909.

HSL color Cylindrical-coordinate representation of color #E53250: hue angle of 349.94º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E53250 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB2295080-
CMYK00.780.650.10
HSL349.94º77.49%54.71%-
HSV(B)349.94º78.17%89.8%-
XYZ34.919.529.52-
YUV106.94112.8215.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.79%
GREEN value IS 50 (19.92% from 255) = 13.93%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=63.79%
G=13.93%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229508000.780.650.10349.9477.4954.71
HexE5325004E41A15e4d37
Octal3456212001161011253611567
Binary11100101110010101000001001110100000110101010111101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53250; }

 p { color: rgb(229,50,80); }

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

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

 a { background-color: rgb(229,50,80); }

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

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

 span { border-color: rgb(229,50,80); }

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