Shades of Amaranth #E3204B
Tints of Amaranth #E3204B
RGB
CMYK
RGB Variations
Color information
#E3204B (or 0xE3204B) is known color: Amaranth. HEX triplet: E3, 20 and 4B. RGB value is (227,32,75). Sum of RGB (Red+Green+Blue) = 227+32+75=334 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.96% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 227 - color contains mainly: red. Hex color #E3204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3204B is #1CDFB4. Grayscale: #5F5F5F. Windows color (decimal): -1892277 or 4923619. OLE color: 4923619.
HSL color Cylindrical-coordinate representation of color #E3204B: hue angle of 346.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3204B is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 75 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.11 |
| HSL | 346.77º | 0.78% | 0.51% | - |
| HSV(B) | 346.77º | 0.86% | 0.89% | - |
| XYZ | 33.47 | 17.87 | 8.34 | - |
| YUV | 95.21 | 116.6 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 75 | 0 | 0.86 | 0.67 | 0.11 | 346.77 | 0.78 | 0.51 |
| Hex | E3 | 20 | 4B | 0 | 56 | 43 | B | 15B | 4E | 33 |
| Octal | 343 | 40 | 113 | 0 | 126 | 103 | 13 | 533 | 116 | 63 |
| Binary | 11100011 | 100000 | 1001011 | 0 | 1010110 | 1000011 | 1011 | 101011011 | 1001110 | 110011 |
Color Harmonies of #E3204B
Complementary color
Monochromatic Colors of #E3204B
Black with #E3204B
Text Example
Text Example
White with #E3204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3204B; }
p { color: rgb(227,32,75); }
H1.HeaderClassName
{
color: #E3204B;
}
.AnyTagClassName
{
color: #E3204B;
}
</style>
background-color css
<style>
a { background-color: #E3204B; }
a { background-color: rgb(227,32,75); }
div.DivClassName
{
background-color: #E3204B;
}
.BgClassName
{
background-color: #E3204B;
}
</style>
border-color css
<style>
span { border-color: #E3204B; }
span { border-color: rgb(227,32,75); }
td.TdClassName
{
border-color: #E3204B;
}
.TagClassName
{
border-color: #E3204B;
}
</style>