Shades of Amaranth #E91D4A
Tints of Amaranth #E91D4A
RGB
CMYK
RGB Variations
Color information
#E91D4A (or 0xE91D4A) is known color: Amaranth. HEX triplet: E9, 1D and 4A. RGB value is (233,29,74). Sum of RGB (Red+Green+Blue) = 233+29+74=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91D4A is #16E2B5. Grayscale: #5F5F5F. Windows color (decimal): -1499830 or 4857321. OLE color: 4857321.
HSL color Cylindrical-coordinate representation of color #E91D4A: hue angle of 346.76º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91D4A is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 74 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.09 |
| HSL | 346.76º | 0.82% | 0.51% | - |
| HSV(B) | 346.76º | 0.88% | 0.91% | - |
| XYZ | 35.28 | 18.7 | 8.23 | - |
| YUV | 95.13 | 116.09 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 74 | 0 | 0.88 | 0.68 | 0.09 | 346.76 | 0.82 | 0.51 |
| Hex | E9 | 1D | 4A | 0 | 58 | 44 | 9 | 15B | 52 | 33 |
| Octal | 351 | 35 | 112 | 0 | 130 | 104 | 11 | 533 | 122 | 63 |
| Binary | 11101001 | 11101 | 1001010 | 0 | 1011000 | 1000100 | 1001 | 101011011 | 1010010 | 110011 |
Color Harmonies of #E91D4A
Complementary color
Monochromatic Colors of #E91D4A
Black with #E91D4A
Text Example
Text Example
White with #E91D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D4A; }
p { color: rgb(233,29,74); }
H1.HeaderClassName
{
color: #E91D4A;
}
.AnyTagClassName
{
color: #E91D4A;
}
</style>
background-color css
<style>
a { background-color: #E91D4A; }
a { background-color: rgb(233,29,74); }
div.DivClassName
{
background-color: #E91D4A;
}
.BgClassName
{
background-color: #E91D4A;
}
</style>
border-color css
<style>
span { border-color: #E91D4A; }
span { border-color: rgb(233,29,74); }
td.TdClassName
{
border-color: #E91D4A;
}
.TagClassName
{
border-color: #E91D4A;
}
</style>