Shades of Amaranth #E9424A
Tints of Amaranth #E9424A
RGB
CMYK
RGB Variations
Color information
#E9424A (or 0xE9424A) is known color: Amaranth. HEX triplet: E9, 42 and 4A. RGB value is (233,66,74). Sum of RGB (Red+Green+Blue) = 233+66+74=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E9424A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9424A is #16BDB5. Grayscale: #747474. Windows color (decimal): -1490358 or 4866793. OLE color: 4866793.
HSL color Cylindrical-coordinate representation of color #E9424A: hue angle of 357.13º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E9424A is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 74 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.09 |
| HSL | 357.13º | 0.79% | 0.59% | - |
| HSV(B) | 357.13º | 0.72% | 0.91% | - |
| XYZ | 36.79 | 21.71 | 8.73 | - |
| YUV | 116.85 | 103.83 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 74 | 0 | 0.72 | 0.68 | 0.09 | 357.13 | 0.79 | 0.59 |
| Hex | E9 | 42 | 4A | 0 | 48 | 44 | 9 | 165 | 4F | 3B |
| Octal | 351 | 102 | 112 | 0 | 110 | 104 | 11 | 545 | 117 | 73 |
| Binary | 11101001 | 1000010 | 1001010 | 0 | 1001000 | 1000100 | 1001 | 101100101 | 1001111 | 111011 |
Color Harmonies of #E9424A
Complementary color
Monochromatic Colors of #E9424A
Black with #E9424A
Text Example
Text Example
White with #E9424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9424A; }
p { color: rgb(233,66,74); }
H1.HeaderClassName
{
color: #E9424A;
}
.AnyTagClassName
{
color: #E9424A;
}
</style>
background-color css
<style>
a { background-color: #E9424A; }
a { background-color: rgb(233,66,74); }
div.DivClassName
{
background-color: #E9424A;
}
.BgClassName
{
background-color: #E9424A;
}
</style>
border-color css
<style>
span { border-color: #E9424A; }
span { border-color: rgb(233,66,74); }
td.TdClassName
{
border-color: #E9424A;
}
.TagClassName
{
border-color: #E9424A;
}
</style>