Shades of Amaranth #E3334B
Tints of Amaranth #E3334B
RGB
CMYK
RGB Variations
Color information
#E3334B (or 0xE3334B) is known color: Amaranth. HEX triplet: E3, 33 and 4B. RGB value is (227,51,75). Sum of RGB (Red+Green+Blue) = 227+51+75=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E3334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3334B is #1CCCB4. Grayscale: #6A6A6A. Windows color (decimal): -1887413 or 4928483. OLE color: 4928483.
HSL color Cylindrical-coordinate representation of color #E3334B: hue angle of 351.82º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E3334B is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 51 | 75 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.11 |
| HSL | 351.82º | 0.76% | 0.55% | - |
| HSV(B) | 351.82º | 0.78% | 0.89% | - |
| XYZ | 34.13 | 19.21 | 8.56 | - |
| YUV | 106.36 | 110.31 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 51 | 75 | 0 | 0.78 | 0.67 | 0.11 | 351.82 | 0.76 | 0.55 |
| Hex | E3 | 33 | 4B | 0 | 4E | 43 | B | 160 | 4C | 37 |
| Octal | 343 | 63 | 113 | 0 | 116 | 103 | 13 | 540 | 114 | 67 |
| Binary | 11100011 | 110011 | 1001011 | 0 | 1001110 | 1000011 | 1011 | 101100000 | 1001100 | 110111 |
Color Harmonies of #E3334B
Complementary color
Monochromatic Colors of #E3334B
Black with #E3334B
Text Example
Text Example
White with #E3334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3334B; }
p { color: rgb(227,51,75); }
H1.HeaderClassName
{
color: #E3334B;
}
.AnyTagClassName
{
color: #E3334B;
}
</style>
background-color css
<style>
a { background-color: #E3334B; }
a { background-color: rgb(227,51,75); }
div.DivClassName
{
background-color: #E3334B;
}
.BgClassName
{
background-color: #E3334B;
}
</style>
border-color css
<style>
span { border-color: #E3334B; }
span { border-color: rgb(227,51,75); }
td.TdClassName
{
border-color: #E3334B;
}
.TagClassName
{
border-color: #E3334B;
}
</style>