Shades of Amaranth #E6235C
Tints of Amaranth #E6235C
RGB
CMYK
RGB Variations
Color information
#E6235C (or 0xE6235C) is known color: Amaranth. HEX triplet: E6, 23 and 5C. RGB value is (230,35,92). Sum of RGB (Red+Green+Blue) = 230+35+92=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E6235C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6235C is #19DCA3. Grayscale: #636363. Windows color (decimal): -1694884 or 6038502. OLE color: 6038502.
HSL color Cylindrical-coordinate representation of color #E6235C: hue angle of 342.46º degrees, saturation: 0.8, 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 #E6235C is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 92 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.10 |
| HSL | 342.46º | 0.8% | 0.52% | - |
| HSV(B) | 342.46º | 0.85% | 0.9% | - |
| XYZ | 35.17 | 18.8 | 11.9 | - |
| YUV | 99.8 | 123.6 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 92 | 0 | 0.85 | 0.60 | 0.10 | 342.46 | 0.8 | 0.52 |
| Hex | E6 | 23 | 5C | 0 | 55 | 3C | A | 156 | 50 | 34 |
| Octal | 346 | 43 | 134 | 0 | 125 | 74 | 12 | 526 | 120 | 64 |
| Binary | 11100110 | 100011 | 1011100 | 0 | 1010101 | 111100 | 1010 | 101010110 | 1010000 | 110100 |
Color Harmonies of #E6235C
Complementary color
Monochromatic Colors of #E6235C
Black with #E6235C
Text Example
Text Example
White with #E6235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6235C; }
p { color: rgb(230,35,92); }
H1.HeaderClassName
{
color: #E6235C;
}
.AnyTagClassName
{
color: #E6235C;
}
</style>
background-color css
<style>
a { background-color: #E6235C; }
a { background-color: rgb(230,35,92); }
div.DivClassName
{
background-color: #E6235C;
}
.BgClassName
{
background-color: #E6235C;
}
</style>
border-color css
<style>
span { border-color: #E6235C; }
span { border-color: rgb(230,35,92); }
td.TdClassName
{
border-color: #E6235C;
}
.TagClassName
{
border-color: #E6235C;
}
</style>