Shades of Amaranth #E02A52
Tints of Amaranth #E02A52
RGB
CMYK
RGB Variations
Color information
#E02A52 (or 0xE02A52) is known color: Amaranth. HEX triplet: E0, 2A and 52. RGB value is (224,42,82). Sum of RGB (Red+Green+Blue) = 224+42+82=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02A52 is #1FD5AD. Grayscale: #656565. Windows color (decimal): -2086318 or 5384928. OLE color: 5384928.
HSL color Cylindrical-coordinate representation of color #E02A52: hue angle of 346.81º 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 #E02A52 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 82 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.12 |
| HSL | 346.81º | 0.75% | 0.52% | - |
| HSV(B) | 346.81º | 0.81% | 0.88% | - |
| XYZ | 33.09 | 18.11 | 9.73 | - |
| YUV | 100.98 | 117.3 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 82 | 0 | 0.81 | 0.63 | 0.12 | 346.81 | 0.75 | 0.52 |
| Hex | E0 | 2A | 52 | 0 | 51 | 3F | C | 15B | 4B | 34 |
| Octal | 340 | 52 | 122 | 0 | 121 | 77 | 14 | 533 | 113 | 64 |
| Binary | 11100000 | 101010 | 1010010 | 0 | 1010001 | 111111 | 1100 | 101011011 | 1001011 | 110100 |
Color Harmonies of #E02A52
Complementary color
Monochromatic Colors of #E02A52
Black with #E02A52
Text Example
Text Example
White with #E02A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A52; }
p { color: rgb(224,42,82); }
H1.HeaderClassName
{
color: #E02A52;
}
.AnyTagClassName
{
color: #E02A52;
}
</style>
background-color css
<style>
a { background-color: #E02A52; }
a { background-color: rgb(224,42,82); }
div.DivClassName
{
background-color: #E02A52;
}
.BgClassName
{
background-color: #E02A52;
}
</style>
border-color css
<style>
span { border-color: #E02A52; }
span { border-color: rgb(224,42,82); }
td.TdClassName
{
border-color: #E02A52;
}
.TagClassName
{
border-color: #E02A52;
}
</style>