Shades of Amaranth #E7344B
Tints of Amaranth #E7344B
RGB
CMYK
RGB Variations
Color information
#E7344B (or 0xE7344B) is known color: Amaranth. HEX triplet: E7, 34 and 4B. RGB value is (231,52,75). Sum of RGB (Red+Green+Blue) = 231+52+75=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E7344B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7344B is #18CBB4. Grayscale: #6C6C6C. Windows color (decimal): -1625013 or 4928743. OLE color: 4928743.
HSL color Cylindrical-coordinate representation of color #E7344B: hue angle of 352.29º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7344B is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 52 | 75 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.09 |
| HSL | 352.29º | 0.79% | 0.55% | - |
| HSV(B) | 352.29º | 0.77% | 0.91% | - |
| XYZ | 35.45 | 19.95 | 8.64 | - |
| YUV | 108.14 | 109.3 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 52 | 75 | 0 | 0.77 | 0.68 | 0.09 | 352.29 | 0.79 | 0.55 |
| Hex | E7 | 34 | 4B | 0 | 4D | 44 | 9 | 160 | 4F | 37 |
| Octal | 347 | 64 | 113 | 0 | 115 | 104 | 11 | 540 | 117 | 67 |
| Binary | 11100111 | 110100 | 1001011 | 0 | 1001101 | 1000100 | 1001 | 101100000 | 1001111 | 110111 |
Color Harmonies of #E7344B
Complementary color
Monochromatic Colors of #E7344B
Black with #E7344B
Text Example
Text Example
White with #E7344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7344B; }
p { color: rgb(231,52,75); }
H1.HeaderClassName
{
color: #E7344B;
}
.AnyTagClassName
{
color: #E7344B;
}
</style>
background-color css
<style>
a { background-color: #E7344B; }
a { background-color: rgb(231,52,75); }
div.DivClassName
{
background-color: #E7344B;
}
.BgClassName
{
background-color: #E7344B;
}
</style>
border-color css
<style>
span { border-color: #E7344B; }
span { border-color: rgb(231,52,75); }
td.TdClassName
{
border-color: #E7344B;
}
.TagClassName
{
border-color: #E7344B;
}
</style>