Shades of Amaranth #E04250
Tints of Amaranth #E04250
RGB
CMYK
RGB Variations
Color information
#E04250 (or 0xE04250) is known color: Amaranth. HEX triplet: E0, 42 and 50. RGB value is (224,66,80). Sum of RGB (Red+Green+Blue) = 224+66+80=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E04250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04250 is #1FBDAF. Grayscale: #727272. Windows color (decimal): -2080176 or 5260000. OLE color: 5260000.
HSL color Cylindrical-coordinate representation of color #E04250: hue angle of 354.68º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04250 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 80 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.12 |
| HSL | 354.68º | 0.72% | 0.57% | - |
| HSV(B) | 354.68º | 0.71% | 0.88% | - |
| XYZ | 34.14 | 20.32 | 9.71 | - |
| YUV | 114.84 | 108.35 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 80 | 0 | 0.71 | 0.64 | 0.12 | 354.68 | 0.72 | 0.57 |
| Hex | E0 | 42 | 50 | 0 | 47 | 40 | C | 163 | 48 | 39 |
| Octal | 340 | 102 | 120 | 0 | 107 | 100 | 14 | 543 | 110 | 71 |
| Binary | 11100000 | 1000010 | 1010000 | 0 | 1000111 | 1000000 | 1100 | 101100011 | 1001000 | 111001 |
Color Harmonies of #E04250
Complementary color
Monochromatic Colors of #E04250
Black with #E04250
Text Example
Text Example
White with #E04250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04250; }
p { color: rgb(224,66,80); }
H1.HeaderClassName
{
color: #E04250;
}
.AnyTagClassName
{
color: #E04250;
}
</style>
background-color css
<style>
a { background-color: #E04250; }
a { background-color: rgb(224,66,80); }
div.DivClassName
{
background-color: #E04250;
}
.BgClassName
{
background-color: #E04250;
}
</style>
border-color css
<style>
span { border-color: #E04250; }
span { border-color: rgb(224,66,80); }
td.TdClassName
{
border-color: #E04250;
}
.TagClassName
{
border-color: #E04250;
}
</style>