Shades of Amaranth #E6254C
Tints of Amaranth #E6254C
RGB
CMYK
RGB Variations
Color information
#E6254C (or 0xE6254C) is known color: Amaranth. HEX triplet: E6, 25 and 4C. RGB value is (230,37,76). Sum of RGB (Red+Green+Blue) = 230+37+76=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E6254C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6254C is #19DAB3. Grayscale: #636363. Windows color (decimal): -1694388 or 4990438. OLE color: 4990438.
HSL color Cylindrical-coordinate representation of color #E6254C: hue angle of 347.88º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6254C is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 76 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.10 |
| HSL | 347.88º | 0.79% | 0.52% | - |
| HSV(B) | 347.88º | 0.84% | 0.9% | - |
| XYZ | 34.6 | 18.67 | 8.62 | - |
| YUV | 99.15 | 114.94 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 76 | 0 | 0.84 | 0.67 | 0.10 | 347.88 | 0.79 | 0.52 |
| Hex | E6 | 25 | 4C | 0 | 54 | 43 | A | 15C | 4F | 34 |
| Octal | 346 | 45 | 114 | 0 | 124 | 103 | 12 | 534 | 117 | 64 |
| Binary | 11100110 | 100101 | 1001100 | 0 | 1010100 | 1000011 | 1010 | 101011100 | 1001111 | 110100 |
Color Harmonies of #E6254C
Complementary color
Monochromatic Colors of #E6254C
Black with #E6254C
Text Example
Text Example
White with #E6254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6254C; }
p { color: rgb(230,37,76); }
H1.HeaderClassName
{
color: #E6254C;
}
.AnyTagClassName
{
color: #E6254C;
}
</style>
background-color css
<style>
a { background-color: #E6254C; }
a { background-color: rgb(230,37,76); }
div.DivClassName
{
background-color: #E6254C;
}
.BgClassName
{
background-color: #E6254C;
}
</style>
border-color css
<style>
span { border-color: #E6254C; }
span { border-color: rgb(230,37,76); }
td.TdClassName
{
border-color: #E6254C;
}
.TagClassName
{
border-color: #E6254C;
}
</style>