Shades of Amaranth #E8234B
Tints of Amaranth #E8234B
RGB
CMYK
RGB Variations
Color information
#E8234B (or 0xE8234B) is known color: Amaranth. HEX triplet: E8, 23 and 4B. RGB value is (232,35,75). Sum of RGB (Red+Green+Blue) = 232+35+75=342 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.84% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 232 - color contains mainly: red. Hex color #E8234B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8234B is #17DCB4. Grayscale: #626262. Windows color (decimal): -1563829 or 4924392. OLE color: 4924392.
HSL color Cylindrical-coordinate representation of color #E8234B: hue angle of 347.82º degrees, saturation: 0.81, 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 #E8234B is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 35 | 75 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.09 |
| HSL | 347.82º | 0.81% | 0.52% | - |
| HSV(B) | 347.82º | 0.85% | 0.91% | - |
| XYZ | 35.15 | 18.87 | 8.45 | - |
| YUV | 98.46 | 114.77 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 35 | 75 | 0 | 0.85 | 0.68 | 0.09 | 347.82 | 0.81 | 0.52 |
| Hex | E8 | 23 | 4B | 0 | 55 | 44 | 9 | 15C | 51 | 34 |
| Octal | 350 | 43 | 113 | 0 | 125 | 104 | 11 | 534 | 121 | 64 |
| Binary | 11101000 | 100011 | 1001011 | 0 | 1010101 | 1000100 | 1001 | 101011100 | 1010001 | 110100 |
Color Harmonies of #E8234B
Complementary color
Monochromatic Colors of #E8234B
Black with #E8234B
Text Example
Text Example
White with #E8234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8234B; }
p { color: rgb(232,35,75); }
H1.HeaderClassName
{
color: #E8234B;
}
.AnyTagClassName
{
color: #E8234B;
}
</style>
background-color css
<style>
a { background-color: #E8234B; }
a { background-color: rgb(232,35,75); }
div.DivClassName
{
background-color: #E8234B;
}
.BgClassName
{
background-color: #E8234B;
}
</style>
border-color css
<style>
span { border-color: #E8234B; }
span { border-color: rgb(232,35,75); }
td.TdClassName
{
border-color: #E8234B;
}
.TagClassName
{
border-color: #E8234B;
}
</style>