Shades of Amaranth #E9414B
Tints of Amaranth #E9414B
RGB
CMYK
RGB Variations
Color information
#E9414B (or 0xE9414B) is known color: Amaranth. HEX triplet: E9, 41 and 4B. RGB value is (233,65,75). Sum of RGB (Red+Green+Blue) = 233+65+75=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E9414B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9414B is #16BEB4. Grayscale: #747474. Windows color (decimal): -1490613 or 4932073. OLE color: 4932073.
HSL color Cylindrical-coordinate representation of color #E9414B: hue angle of 356.43º 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 #E9414B is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 75 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.09 |
| HSL | 356.43º | 0.79% | 0.58% | - |
| HSV(B) | 356.43º | 0.72% | 0.91% | - |
| XYZ | 36.76 | 21.61 | 8.89 | - |
| YUV | 116.37 | 104.66 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 75 | 0 | 0.72 | 0.68 | 0.09 | 356.43 | 0.79 | 0.58 |
| Hex | E9 | 41 | 4B | 0 | 48 | 44 | 9 | 164 | 4F | 3A |
| Octal | 351 | 101 | 113 | 0 | 110 | 104 | 11 | 544 | 117 | 72 |
| Binary | 11101001 | 1000001 | 1001011 | 0 | 1001000 | 1000100 | 1001 | 101100100 | 1001111 | 111010 |
Color Harmonies of #E9414B
Complementary color
Monochromatic Colors of #E9414B
Black with #E9414B
Text Example
Text Example
White with #E9414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9414B; }
p { color: rgb(233,65,75); }
H1.HeaderClassName
{
color: #E9414B;
}
.AnyTagClassName
{
color: #E9414B;
}
</style>
background-color css
<style>
a { background-color: #E9414B; }
a { background-color: rgb(233,65,75); }
div.DivClassName
{
background-color: #E9414B;
}
.BgClassName
{
background-color: #E9414B;
}
</style>
border-color css
<style>
span { border-color: #E9414B; }
span { border-color: rgb(233,65,75); }
td.TdClassName
{
border-color: #E9414B;
}
.TagClassName
{
border-color: #E9414B;
}
</style>