Shades of Amaranth #E9414C
Tints of Amaranth #E9414C
RGB
CMYK
RGB Variations
Color information
#E9414C (or 0xE9414C) is known color: Amaranth. HEX triplet: E9, 41 and 4C. RGB value is (233,65,76). Sum of RGB (Red+Green+Blue) = 233+65+76=374 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.30% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 233 - color contains mainly: red. Hex color #E9414C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9414C is #16BEB3. Grayscale: #747474. Windows color (decimal): -1490612 or 4997609. OLE color: 4997609.
HSL color Cylindrical-coordinate representation of color #E9414C: hue angle of 356.07º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E9414C is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 76 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.09 |
| HSL | 356.07º | 0.79% | 0.58% | - |
| HSV(B) | 356.07º | 0.72% | 0.91% | - |
| XYZ | 36.8 | 21.63 | 9.07 | - |
| YUV | 116.49 | 105.16 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 76 | 0 | 0.72 | 0.67 | 0.09 | 356.07 | 0.79 | 0.58 |
| Hex | E9 | 41 | 4C | 0 | 48 | 43 | 9 | 164 | 4F | 3A |
| Octal | 351 | 101 | 114 | 0 | 110 | 103 | 11 | 544 | 117 | 72 |
| Binary | 11101001 | 1000001 | 1001100 | 0 | 1001000 | 1000011 | 1001 | 101100100 | 1001111 | 111010 |
Color Harmonies of #E9414C
Complementary color
Monochromatic Colors of #E9414C
Black with #E9414C
Text Example
Text Example
White with #E9414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9414C; }
p { color: rgb(233,65,76); }
H1.HeaderClassName
{
color: #E9414C;
}
.AnyTagClassName
{
color: #E9414C;
}
</style>
background-color css
<style>
a { background-color: #E9414C; }
a { background-color: rgb(233,65,76); }
div.DivClassName
{
background-color: #E9414C;
}
.BgClassName
{
background-color: #E9414C;
}
</style>
border-color css
<style>
span { border-color: #E9414C; }
span { border-color: rgb(233,65,76); }
td.TdClassName
{
border-color: #E9414C;
}
.TagClassName
{
border-color: #E9414C;
}
</style>