Shades of Amaranth #E73E4B
Tints of Amaranth #E73E4B
RGB
CMYK
RGB Variations
Color information
#E73E4B (or 0xE73E4B) is known color: Amaranth. HEX triplet: E7, 3E and 4B. RGB value is (231,62,75). Sum of RGB (Red+Green+Blue) = 231+62+75=368 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.77% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 231 - color contains mainly: red. Hex color #E73E4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73E4B is #18C1B4. Grayscale: #727272. Windows color (decimal): -1622453 or 4931303. OLE color: 4931303.
HSL color Cylindrical-coordinate representation of color #E73E4B: hue angle of 355.38º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E73E4B is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 62 | 75 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.09 |
| HSL | 355.38º | 0.78% | 0.57% | - |
| HSV(B) | 355.38º | 0.73% | 0.91% | - |
| XYZ | 35.95 | 20.94 | 8.8 | - |
| YUV | 114.01 | 105.99 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 62 | 75 | 0 | 0.73 | 0.68 | 0.09 | 355.38 | 0.78 | 0.57 |
| Hex | E7 | 3E | 4B | 0 | 49 | 44 | 9 | 163 | 4E | 39 |
| Octal | 347 | 76 | 113 | 0 | 111 | 104 | 11 | 543 | 116 | 71 |
| Binary | 11100111 | 111110 | 1001011 | 0 | 1001001 | 1000100 | 1001 | 101100011 | 1001110 | 111001 |
Color Harmonies of #E73E4B
Complementary color
Monochromatic Colors of #E73E4B
Black with #E73E4B
Text Example
Text Example
White with #E73E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73E4B; }
p { color: rgb(231,62,75); }
H1.HeaderClassName
{
color: #E73E4B;
}
.AnyTagClassName
{
color: #E73E4B;
}
</style>
background-color css
<style>
a { background-color: #E73E4B; }
a { background-color: rgb(231,62,75); }
div.DivClassName
{
background-color: #E73E4B;
}
.BgClassName
{
background-color: #E73E4B;
}
</style>
border-color css
<style>
span { border-color: #E73E4B; }
span { border-color: rgb(231,62,75); }
td.TdClassName
{
border-color: #E73E4B;
}
.TagClassName
{
border-color: #E73E4B;
}
</style>