Shades of Amaranth #E91C4B
Tints of Amaranth #E91C4B
RGB
CMYK
RGB Variations
Color information
#E91C4B (or 0xE91C4B) is known color: Amaranth. HEX triplet: E9, 1C and 4B. RGB value is (233,28,75). Sum of RGB (Red+Green+Blue) = 233+28+75=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91C4B is #16E3B4. Grayscale: #5E5E5E. Windows color (decimal): -1500085 or 4922601. OLE color: 4922601.
HSL color Cylindrical-coordinate representation of color #E91C4B: hue angle of 346.24º 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 #E91C4B is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 75 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.09 |
| HSL | 346.24º | 0.82% | 0.51% | - |
| HSV(B) | 346.24º | 0.88% | 0.91% | - |
| XYZ | 35.29 | 18.66 | 8.4 | - |
| YUV | 94.65 | 116.92 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 75 | 0 | 0.88 | 0.68 | 0.09 | 346.24 | 0.82 | 0.51 |
| Hex | E9 | 1C | 4B | 0 | 58 | 44 | 9 | 15A | 52 | 33 |
| Octal | 351 | 34 | 113 | 0 | 130 | 104 | 11 | 532 | 122 | 63 |
| Binary | 11101001 | 11100 | 1001011 | 0 | 1011000 | 1000100 | 1001 | 101011010 | 1010010 | 110011 |
Color Harmonies of #E91C4B
Complementary color
Monochromatic Colors of #E91C4B
Black with #E91C4B
Text Example
Text Example
White with #E91C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91C4B; }
p { color: rgb(233,28,75); }
H1.HeaderClassName
{
color: #E91C4B;
}
.AnyTagClassName
{
color: #E91C4B;
}
</style>
background-color css
<style>
a { background-color: #E91C4B; }
a { background-color: rgb(233,28,75); }
div.DivClassName
{
background-color: #E91C4B;
}
.BgClassName
{
background-color: #E91C4B;
}
</style>
border-color css
<style>
span { border-color: #E91C4B; }
span { border-color: rgb(233,28,75); }
td.TdClassName
{
border-color: #E91C4B;
}
.TagClassName
{
border-color: #E91C4B;
}
</style>