Shades of Amaranth #E7234B
Tints of Amaranth #E7234B
RGB
CMYK
RGB Variations
Color information
#E7234B (or 0xE7234B) is known color: Amaranth. HEX triplet: E7, 23 and 4B. RGB value is (231,35,75). Sum of RGB (Red+Green+Blue) = 231+35+75=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E7234B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7234B is #18DCB4. Grayscale: #626262. Windows color (decimal): -1629365 or 4924391. OLE color: 4924391.
HSL color Cylindrical-coordinate representation of color #E7234B: hue angle of 347.76º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E7234B is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 35 | 75 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.09 |
| HSL | 347.76º | 0.8% | 0.52% | - |
| HSV(B) | 347.76º | 0.85% | 0.91% | - |
| XYZ | 34.83 | 18.7 | 8.43 | - |
| YUV | 98.16 | 114.93 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 35 | 75 | 0 | 0.85 | 0.68 | 0.09 | 347.76 | 0.8 | 0.52 |
| Hex | E7 | 23 | 4B | 0 | 55 | 44 | 9 | 15C | 50 | 34 |
| Octal | 347 | 43 | 113 | 0 | 125 | 104 | 11 | 534 | 120 | 64 |
| Binary | 11100111 | 100011 | 1001011 | 0 | 1010101 | 1000100 | 1001 | 101011100 | 1010000 | 110100 |
Color Harmonies of #E7234B
Complementary color
Monochromatic Colors of #E7234B
Black with #E7234B
Text Example
Text Example
White with #E7234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7234B; }
p { color: rgb(231,35,75); }
H1.HeaderClassName
{
color: #E7234B;
}
.AnyTagClassName
{
color: #E7234B;
}
</style>
background-color css
<style>
a { background-color: #E7234B; }
a { background-color: rgb(231,35,75); }
div.DivClassName
{
background-color: #E7234B;
}
.BgClassName
{
background-color: #E7234B;
}
</style>
border-color css
<style>
span { border-color: #E7234B; }
span { border-color: rgb(231,35,75); }
td.TdClassName
{
border-color: #E7234B;
}
.TagClassName
{
border-color: #E7234B;
}
</style>