Shades of Amaranth #E91F4A
Tints of Amaranth #E91F4A
RGB
CMYK
RGB Variations
Color information
#E91F4A (or 0xE91F4A) is known color: Amaranth. HEX triplet: E9, 1F and 4A. RGB value is (233,31,74). Sum of RGB (Red+Green+Blue) = 233+31+74=338 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.93% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91F4A is #16E0B5. Grayscale: #606060. Windows color (decimal): -1499318 or 4857833. OLE color: 4857833.
HSL color Cylindrical-coordinate representation of color #E91F4A: hue angle of 347.23º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91F4A is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 31 | 74 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.09 |
| HSL | 347.23º | 0.82% | 0.52% | - |
| HSV(B) | 347.23º | 0.87% | 0.91% | - |
| XYZ | 35.33 | 18.8 | 8.24 | - |
| YUV | 96.3 | 115.42 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 74 | 0 | 0.87 | 0.68 | 0.09 | 347.23 | 0.82 | 0.52 |
| Hex | E9 | 1F | 4A | 0 | 57 | 44 | 9 | 15B | 52 | 34 |
| Octal | 351 | 37 | 112 | 0 | 127 | 104 | 11 | 533 | 122 | 64 |
| Binary | 11101001 | 11111 | 1001010 | 0 | 1010111 | 1000100 | 1001 | 101011011 | 1010010 | 110100 |
Color Harmonies of #E91F4A
Complementary color
Monochromatic Colors of #E91F4A
Black with #E91F4A
Text Example
Text Example
White with #E91F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91F4A; }
p { color: rgb(233,31,74); }
H1.HeaderClassName
{
color: #E91F4A;
}
.AnyTagClassName
{
color: #E91F4A;
}
</style>
background-color css
<style>
a { background-color: #E91F4A; }
a { background-color: rgb(233,31,74); }
div.DivClassName
{
background-color: #E91F4A;
}
.BgClassName
{
background-color: #E91F4A;
}
</style>
border-color css
<style>
span { border-color: #E91F4A; }
span { border-color: rgb(233,31,74); }
td.TdClassName
{
border-color: #E91F4A;
}
.TagClassName
{
border-color: #E91F4A;
}
</style>