Shades of Amaranth #E6235B
Tints of Amaranth #E6235B
RGB
CMYK
RGB Variations
Color information
#E6235B (or 0xE6235B) is known color: Amaranth. HEX triplet: E6, 23 and 5B. RGB value is (230,35,91). Sum of RGB (Red+Green+Blue) = 230+35+91=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E6235B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6235B is #19DCA4. Grayscale: #636363. Windows color (decimal): -1694885 or 5972966. OLE color: 5972966.
HSL color Cylindrical-coordinate representation of color #E6235B: hue angle of 342.77º 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 #E6235B is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 91 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.10 |
| HSL | 342.77º | 0.8% | 0.52% | - |
| HSV(B) | 342.77º | 0.85% | 0.9% | - |
| XYZ | 35.12 | 18.78 | 11.67 | - |
| YUV | 99.69 | 123.1 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 91 | 0 | 0.85 | 0.60 | 0.10 | 342.77 | 0.8 | 0.52 |
| Hex | E6 | 23 | 5B | 0 | 55 | 3C | A | 157 | 50 | 34 |
| Octal | 346 | 43 | 133 | 0 | 125 | 74 | 12 | 527 | 120 | 64 |
| Binary | 11100110 | 100011 | 1011011 | 0 | 1010101 | 111100 | 1010 | 101010111 | 1010000 | 110100 |
Color Harmonies of #E6235B
Complementary color
Monochromatic Colors of #E6235B
Black with #E6235B
Text Example
Text Example
White with #E6235B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6235B; }
p { color: rgb(230,35,91); }
H1.HeaderClassName
{
color: #E6235B;
}
.AnyTagClassName
{
color: #E6235B;
}
</style>
background-color css
<style>
a { background-color: #E6235B; }
a { background-color: rgb(230,35,91); }
div.DivClassName
{
background-color: #E6235B;
}
.BgClassName
{
background-color: #E6235B;
}
</style>
border-color css
<style>
span { border-color: #E6235B; }
span { border-color: rgb(230,35,91); }
td.TdClassName
{
border-color: #E6235B;
}
.TagClassName
{
border-color: #E6235B;
}
</style>