#E53F4A

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

Shades of Amaranth #E53F4A

Tints of Amaranth #E53F4A

Color information

#E53F4A (or 0xE53F4A) is unknown color: approx Amaranth. HEX triplet: E5, 3F and 4A. RGB value is (229,63,74). Sum of RGB (Red+Green+Blue) = 229+63+74=366 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.57% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53F4A is #1AC0B5. Grayscale: #727272. Windows color (decimal): -1753270 or 4866021. OLE color: 4866021.

HSL color Cylindrical-coordinate representation of color #E53F4A: hue angle of 356.02º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E53F4A is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB2296374-
CMYK00.720.680.10
HSL356.02º76.15%57.25%-
HSV(B)356.02º72.49%89.8%-
XYZ35.3320.718.61-
YUV113.89105.5210.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.57%
GREEN value IS 63 (25% from 255) = 17.21%
BLUE value IS 74 (29.30% from 255) = 20.22%
R=62.57%
G=17.21%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229637400.720.680.10356.0276.1557.25
HexE53F4A04844A1644c39
Octal3457711201101041254411471
Binary11100101111111100101001001000100010010101011001001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53F4A; }

 p { color: rgb(229,63,74); }

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

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

 a { background-color: rgb(229,63,74); }

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

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

 span { border-color: rgb(229,63,74); }

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