Shades of Amaranth #E02253
Tints of Amaranth #E02253
RGB
CMYK
RGB Variations
Color information
#E02253 (or 0xE02253) is known color: Amaranth. HEX triplet: E0, 22 and 53. RGB value is (224,34,83). Sum of RGB (Red+Green+Blue) = 224+34+83=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E02253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02253 is #1FDDAC. Grayscale: #606060. Windows color (decimal): -2088365 or 5448416. OLE color: 5448416.
HSL color Cylindrical-coordinate representation of color #E02253: hue angle of 344.53º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02253 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 83 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.12 |
| HSL | 344.53º | 0.75% | 0.51% | - |
| HSV(B) | 344.53º | 0.85% | 0.88% | - |
| XYZ | 32.87 | 17.62 | 9.85 | - |
| YUV | 96.4 | 120.45 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 83 | 0 | 0.85 | 0.63 | 0.12 | 344.53 | 0.75 | 0.51 |
| Hex | E0 | 22 | 53 | 0 | 55 | 3F | C | 159 | 4B | 33 |
| Octal | 340 | 42 | 123 | 0 | 125 | 77 | 14 | 531 | 113 | 63 |
| Binary | 11100000 | 100010 | 1010011 | 0 | 1010101 | 111111 | 1100 | 101011001 | 1001011 | 110011 |
Color Harmonies of #E02253
Complementary color
Monochromatic Colors of #E02253
Black with #E02253
Text Example
Text Example
White with #E02253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02253; }
p { color: rgb(224,34,83); }
H1.HeaderClassName
{
color: #E02253;
}
.AnyTagClassName
{
color: #E02253;
}
</style>
background-color css
<style>
a { background-color: #E02253; }
a { background-color: rgb(224,34,83); }
div.DivClassName
{
background-color: #E02253;
}
.BgClassName
{
background-color: #E02253;
}
</style>
border-color css
<style>
span { border-color: #E02253; }
span { border-color: rgb(224,34,83); }
td.TdClassName
{
border-color: #E02253;
}
.TagClassName
{
border-color: #E02253;
}
</style>