Shades of Amaranth #E0234C
Tints of Amaranth #E0234C
RGB
CMYK
RGB Variations
Color information
#E0234C (or 0xE0234C) is known color: Amaranth. HEX triplet: E0, 23 and 4C. RGB value is (224,35,76). Sum of RGB (Red+Green+Blue) = 224+35+76=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E0234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0234C is #1FDCB3. Grayscale: #606060. Windows color (decimal): -2088116 or 4989920. OLE color: 4989920.
HSL color Cylindrical-coordinate representation of color #E0234C: hue angle of 346.98º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0234C is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 76 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.12 |
| HSL | 346.98º | 0.75% | 0.51% | - |
| HSV(B) | 346.98º | 0.84% | 0.88% | - |
| XYZ | 32.65 | 17.57 | 8.51 | - |
| YUV | 96.19 | 116.62 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 76 | 0 | 0.84 | 0.66 | 0.12 | 346.98 | 0.75 | 0.51 |
| Hex | E0 | 23 | 4C | 0 | 54 | 42 | C | 15B | 4B | 33 |
| Octal | 340 | 43 | 114 | 0 | 124 | 102 | 14 | 533 | 113 | 63 |
| Binary | 11100000 | 100011 | 1001100 | 0 | 1010100 | 1000010 | 1100 | 101011011 | 1001011 | 110011 |
Color Harmonies of #E0234C
Complementary color
Monochromatic Colors of #E0234C
Black with #E0234C
Text Example
Text Example
White with #E0234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0234C; }
p { color: rgb(224,35,76); }
H1.HeaderClassName
{
color: #E0234C;
}
.AnyTagClassName
{
color: #E0234C;
}
</style>
background-color css
<style>
a { background-color: #E0234C; }
a { background-color: rgb(224,35,76); }
div.DivClassName
{
background-color: #E0234C;
}
.BgClassName
{
background-color: #E0234C;
}
</style>
border-color css
<style>
span { border-color: #E0234C; }
span { border-color: rgb(224,35,76); }
td.TdClassName
{
border-color: #E0234C;
}
.TagClassName
{
border-color: #E0234C;
}
</style>