Shades of Amaranth #E6235A
Tints of Amaranth #E6235A
RGB
CMYK
RGB Variations
Color information
#E6235A (or 0xE6235A) is known color: Amaranth. HEX triplet: E6, 23 and 5A. RGB value is (230,35,90). Sum of RGB (Red+Green+Blue) = 230+35+90=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E6235A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6235A is #19DCA5. Grayscale: #636363. Windows color (decimal): -1694886 or 5907430. OLE color: 5907430.
HSL color Cylindrical-coordinate representation of color #E6235A: hue angle of 343.08º 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 #E6235A is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 90 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.10 |
| HSL | 343.08º | 0.8% | 0.52% | - |
| HSV(B) | 343.08º | 0.85% | 0.9% | - |
| XYZ | 35.08 | 18.76 | 11.45 | - |
| YUV | 99.58 | 122.6 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 90 | 0 | 0.85 | 0.61 | 0.10 | 343.08 | 0.8 | 0.52 |
| Hex | E6 | 23 | 5A | 0 | 55 | 3D | A | 157 | 50 | 34 |
| Octal | 346 | 43 | 132 | 0 | 125 | 75 | 12 | 527 | 120 | 64 |
| Binary | 11100110 | 100011 | 1011010 | 0 | 1010101 | 111101 | 1010 | 101010111 | 1010000 | 110100 |
Color Harmonies of #E6235A
Complementary color
Monochromatic Colors of #E6235A
Black with #E6235A
Text Example
Text Example
White with #E6235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6235A; }
p { color: rgb(230,35,90); }
H1.HeaderClassName
{
color: #E6235A;
}
.AnyTagClassName
{
color: #E6235A;
}
</style>
background-color css
<style>
a { background-color: #E6235A; }
a { background-color: rgb(230,35,90); }
div.DivClassName
{
background-color: #E6235A;
}
.BgClassName
{
background-color: #E6235A;
}
</style>
border-color css
<style>
span { border-color: #E6235A; }
span { border-color: rgb(230,35,90); }
td.TdClassName
{
border-color: #E6235A;
}
.TagClassName
{
border-color: #E6235A;
}
</style>