Shades of Amaranth #E5235C
Tints of Amaranth #E5235C
RGB
CMYK
RGB Variations
Color information
#E5235C (or 0xE5235C) is known color: Amaranth. HEX triplet: E5, 23 and 5C. RGB value is (229,35,92). Sum of RGB (Red+Green+Blue) = 229+35+92=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E5235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5235C is #1ADCA3. Grayscale: #636363. Windows color (decimal): -1760420 or 6038501. OLE color: 6038501.
HSL color Cylindrical-coordinate representation of color #E5235C: hue angle of 342.37º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5235C is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 92 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.10 |
| HSL | 342.37º | 0.79% | 0.52% | - |
| HSV(B) | 342.37º | 0.85% | 0.9% | - |
| XYZ | 34.85 | 18.63 | 11.89 | - |
| YUV | 99.5 | 123.77 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 92 | 0 | 0.85 | 0.60 | 0.10 | 342.37 | 0.79 | 0.52 |
| Hex | E5 | 23 | 5C | 0 | 55 | 3C | A | 156 | 4F | 34 |
| Octal | 345 | 43 | 134 | 0 | 125 | 74 | 12 | 526 | 117 | 64 |
| Binary | 11100101 | 100011 | 1011100 | 0 | 1010101 | 111100 | 1010 | 101010110 | 1001111 | 110100 |
Color Harmonies of #E5235C
Complementary color
Monochromatic Colors of #E5235C
Black with #E5235C
Text Example
Text Example
White with #E5235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5235C; }
p { color: rgb(229,35,92); }
H1.HeaderClassName
{
color: #E5235C;
}
.AnyTagClassName
{
color: #E5235C;
}
</style>
background-color css
<style>
a { background-color: #E5235C; }
a { background-color: rgb(229,35,92); }
div.DivClassName
{
background-color: #E5235C;
}
.BgClassName
{
background-color: #E5235C;
}
</style>
border-color css
<style>
span { border-color: #E5235C; }
span { border-color: rgb(229,35,92); }
td.TdClassName
{
border-color: #E5235C;
}
.TagClassName
{
border-color: #E5235C;
}
</style>