Shades of Amaranth #E83F4C
Tints of Amaranth #E83F4C
RGB
CMYK
RGB Variations
Color information
#E83F4C (or 0xE83F4C) is known color: Amaranth. HEX triplet: E8, 3F and 4C. RGB value is (232,63,76). Sum of RGB (Red+Green+Blue) = 232+63+76=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E83F4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E83F4C is #17C0B3. Grayscale: #737373. Windows color (decimal): -1556660 or 4997096. OLE color: 4997096.
HSL color Cylindrical-coordinate representation of color #E83F4C: hue angle of 355.38º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E83F4C is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 63 | 76 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.09 |
| HSL | 355.38º | 0.79% | 0.58% | - |
| HSV(B) | 355.38º | 0.73% | 0.91% | - |
| XYZ | 36.36 | 21.23 | 9.02 | - |
| YUV | 115.01 | 105.99 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 63 | 76 | 0 | 0.73 | 0.67 | 0.09 | 355.38 | 0.79 | 0.58 |
| Hex | E8 | 3F | 4C | 0 | 49 | 43 | 9 | 163 | 4F | 3A |
| Octal | 350 | 77 | 114 | 0 | 111 | 103 | 11 | 543 | 117 | 72 |
| Binary | 11101000 | 111111 | 1001100 | 0 | 1001001 | 1000011 | 1001 | 101100011 | 1001111 | 111010 |
Color Harmonies of #E83F4C
Complementary color
Monochromatic Colors of #E83F4C
Black with #E83F4C
Text Example
Text Example
White with #E83F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83F4C; }
p { color: rgb(232,63,76); }
H1.HeaderClassName
{
color: #E83F4C;
}
.AnyTagClassName
{
color: #E83F4C;
}
</style>
background-color css
<style>
a { background-color: #E83F4C; }
a { background-color: rgb(232,63,76); }
div.DivClassName
{
background-color: #E83F4C;
}
.BgClassName
{
background-color: #E83F4C;
}
</style>
border-color css
<style>
span { border-color: #E83F4C; }
span { border-color: rgb(232,63,76); }
td.TdClassName
{
border-color: #E83F4C;
}
.TagClassName
{
border-color: #E83F4C;
}
</style>