Shades of Amaranth #E8424B
Tints of Amaranth #E8424B
RGB
CMYK
RGB Variations
Color information
#E8424B (or 0xE8424B) is known color: Amaranth. HEX triplet: E8, 42 and 4B. RGB value is (232,66,75). Sum of RGB (Red+Green+Blue) = 232+66+75=373 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.20% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 232 - color contains mainly: red. Hex color #E8424B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8424B is #17BDB4. Grayscale: #747474. Windows color (decimal): -1555893 or 4932328. OLE color: 4932328.
HSL color Cylindrical-coordinate representation of color #E8424B: hue angle of 356.75º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8424B is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 66 | 75 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.09 |
| HSL | 356.75º | 0.78% | 0.58% | - |
| HSV(B) | 356.75º | 0.72% | 0.91% | - |
| XYZ | 36.5 | 21.56 | 8.89 | - |
| YUV | 116.66 | 104.5 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 75 | 0 | 0.72 | 0.68 | 0.09 | 356.75 | 0.78 | 0.58 |
| Hex | E8 | 42 | 4B | 0 | 48 | 44 | 9 | 165 | 4E | 3A |
| Octal | 350 | 102 | 113 | 0 | 110 | 104 | 11 | 545 | 116 | 72 |
| Binary | 11101000 | 1000010 | 1001011 | 0 | 1001000 | 1000100 | 1001 | 101100101 | 1001110 | 111010 |
Color Harmonies of #E8424B
Complementary color
Monochromatic Colors of #E8424B
Black with #E8424B
Text Example
Text Example
White with #E8424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8424B; }
p { color: rgb(232,66,75); }
H1.HeaderClassName
{
color: #E8424B;
}
.AnyTagClassName
{
color: #E8424B;
}
</style>
background-color css
<style>
a { background-color: #E8424B; }
a { background-color: rgb(232,66,75); }
div.DivClassName
{
background-color: #E8424B;
}
.BgClassName
{
background-color: #E8424B;
}
</style>
border-color css
<style>
span { border-color: #E8424B; }
span { border-color: rgb(232,66,75); }
td.TdClassName
{
border-color: #E8424B;
}
.TagClassName
{
border-color: #E8424B;
}
</style>