Shades of Amaranth #E91D4F
Tints of Amaranth #E91D4F
RGB
CMYK
RGB Variations
Color information
#E91D4F (or 0xE91D4F) is known color: Amaranth. HEX triplet: E9, 1D and 4F. RGB value is (233,29,79). Sum of RGB (Red+Green+Blue) = 233+29+79=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91D4F is #16E2B0. Grayscale: #5F5F5F. Windows color (decimal): -1499825 or 5185001. OLE color: 5185001.
HSL color Cylindrical-coordinate representation of color #E91D4F: hue angle of 345.29º 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 #E91D4F is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 79 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.09 |
| HSL | 345.29º | 0.82% | 0.51% | - |
| HSV(B) | 345.29º | 0.88% | 0.91% | - |
| XYZ | 35.45 | 18.77 | 9.15 | - |
| YUV | 95.7 | 118.59 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 79 | 0 | 0.88 | 0.66 | 0.09 | 345.29 | 0.82 | 0.51 |
| Hex | E9 | 1D | 4F | 0 | 58 | 42 | 9 | 159 | 52 | 33 |
| Octal | 351 | 35 | 117 | 0 | 130 | 102 | 11 | 531 | 122 | 63 |
| Binary | 11101001 | 11101 | 1001111 | 0 | 1011000 | 1000010 | 1001 | 101011001 | 1010010 | 110011 |
Color Harmonies of #E91D4F
Complementary color
Monochromatic Colors of #E91D4F
Black with #E91D4F
Text Example
Text Example
White with #E91D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D4F; }
p { color: rgb(233,29,79); }
H1.HeaderClassName
{
color: #E91D4F;
}
.AnyTagClassName
{
color: #E91D4F;
}
</style>
background-color css
<style>
a { background-color: #E91D4F; }
a { background-color: rgb(233,29,79); }
div.DivClassName
{
background-color: #E91D4F;
}
.BgClassName
{
background-color: #E91D4F;
}
</style>
border-color css
<style>
span { border-color: #E91D4F; }
span { border-color: rgb(233,29,79); }
td.TdClassName
{
border-color: #E91D4F;
}
.TagClassName
{
border-color: #E91D4F;
}
</style>