Shades of Amaranth #E02A53
Tints of Amaranth #E02A53
RGB
CMYK
RGB Variations
Color information
#E02A53 (or 0xE02A53) is known color: Amaranth. HEX triplet: E0, 2A and 53. RGB value is (224,42,83). Sum of RGB (Red+Green+Blue) = 224+42+83=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02A53 is #1FD5AC. Grayscale: #656565. Windows color (decimal): -2086317 or 5450464. OLE color: 5450464.
HSL color Cylindrical-coordinate representation of color #E02A53: hue angle of 346.48º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02A53 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 83 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.12 |
| HSL | 346.48º | 0.75% | 0.52% | - |
| HSV(B) | 346.48º | 0.81% | 0.88% | - |
| XYZ | 33.13 | 18.13 | 9.94 | - |
| YUV | 101.09 | 117.8 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 83 | 0 | 0.81 | 0.63 | 0.12 | 346.48 | 0.75 | 0.52 |
| Hex | E0 | 2A | 53 | 0 | 51 | 3F | C | 15A | 4B | 34 |
| Octal | 340 | 52 | 123 | 0 | 121 | 77 | 14 | 532 | 113 | 64 |
| Binary | 11100000 | 101010 | 1010011 | 0 | 1010001 | 111111 | 1100 | 101011010 | 1001011 | 110100 |
Color Harmonies of #E02A53
Complementary color
Monochromatic Colors of #E02A53
Black with #E02A53
Text Example
Text Example
White with #E02A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A53; }
p { color: rgb(224,42,83); }
H1.HeaderClassName
{
color: #E02A53;
}
.AnyTagClassName
{
color: #E02A53;
}
</style>
background-color css
<style>
a { background-color: #E02A53; }
a { background-color: rgb(224,42,83); }
div.DivClassName
{
background-color: #E02A53;
}
.BgClassName
{
background-color: #E02A53;
}
</style>
border-color css
<style>
span { border-color: #E02A53; }
span { border-color: rgb(224,42,83); }
td.TdClassName
{
border-color: #E02A53;
}
.TagClassName
{
border-color: #E02A53;
}
</style>