Shades of Amaranth #E0424B
Tints of Amaranth #E0424B
RGB
CMYK
RGB Variations
Color information
#E0424B (or 0xE0424B) is known color: Amaranth. HEX triplet: E0, 42 and 4B. RGB value is (224,66,75). Sum of RGB (Red+Green+Blue) = 224+66+75=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E0424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0424B is #1FBDB4. Grayscale: #727272. Windows color (decimal): -2080181 or 4932320. OLE color: 4932320.
HSL color Cylindrical-coordinate representation of color #E0424B: hue angle of 356.58º 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 #E0424B is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 75 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.12 |
| HSL | 356.58º | 0.72% | 0.57% | - |
| HSV(B) | 356.58º | 0.71% | 0.88% | - |
| XYZ | 33.96 | 20.25 | 8.78 | - |
| YUV | 114.27 | 105.85 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 75 | 0 | 0.71 | 0.67 | 0.12 | 356.58 | 0.72 | 0.57 |
| Hex | E0 | 42 | 4B | 0 | 47 | 43 | C | 165 | 48 | 39 |
| Octal | 340 | 102 | 113 | 0 | 107 | 103 | 14 | 545 | 110 | 71 |
| Binary | 11100000 | 1000010 | 1001011 | 0 | 1000111 | 1000011 | 1100 | 101100101 | 1001000 | 111001 |
Color Harmonies of #E0424B
Complementary color
Monochromatic Colors of #E0424B
Black with #E0424B
Text Example
Text Example
White with #E0424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0424B; }
p { color: rgb(224,66,75); }
H1.HeaderClassName
{
color: #E0424B;
}
.AnyTagClassName
{
color: #E0424B;
}
</style>
background-color css
<style>
a { background-color: #E0424B; }
a { background-color: rgb(224,66,75); }
div.DivClassName
{
background-color: #E0424B;
}
.BgClassName
{
background-color: #E0424B;
}
</style>
border-color css
<style>
span { border-color: #E0424B; }
span { border-color: rgb(224,66,75); }
td.TdClassName
{
border-color: #E0424B;
}
.TagClassName
{
border-color: #E0424B;
}
</style>