Shades of Amaranth #E6254A
Tints of Amaranth #E6254A
RGB
CMYK
RGB Variations
Color information
#E6254A (or 0xE6254A) is known color: Amaranth. HEX triplet: E6, 25 and 4A. RGB value is (230,37,74). Sum of RGB (Red+Green+Blue) = 230+37+74=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E6254A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6254A is #19DAB5. Grayscale: #626262. Windows color (decimal): -1694390 or 4859366. OLE color: 4859366.
HSL color Cylindrical-coordinate representation of color #E6254A: hue angle of 348.5º 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 #E6254A is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 74 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.10 |
| HSL | 348.5º | 0.79% | 0.52% | - |
| HSV(B) | 348.5º | 0.84% | 0.9% | - |
| XYZ | 34.53 | 18.64 | 8.26 | - |
| YUV | 98.93 | 113.94 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 74 | 0 | 0.84 | 0.68 | 0.10 | 348.5 | 0.79 | 0.52 |
| Hex | E6 | 25 | 4A | 0 | 54 | 44 | A | 15C | 4F | 34 |
| Octal | 346 | 45 | 112 | 0 | 124 | 104 | 12 | 534 | 117 | 64 |
| Binary | 11100110 | 100101 | 1001010 | 0 | 1010100 | 1000100 | 1010 | 101011100 | 1001111 | 110100 |
Color Harmonies of #E6254A
Complementary color
Monochromatic Colors of #E6254A
Black with #E6254A
Text Example
Text Example
White with #E6254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6254A; }
p { color: rgb(230,37,74); }
H1.HeaderClassName
{
color: #E6254A;
}
.AnyTagClassName
{
color: #E6254A;
}
</style>
background-color css
<style>
a { background-color: #E6254A; }
a { background-color: rgb(230,37,74); }
div.DivClassName
{
background-color: #E6254A;
}
.BgClassName
{
background-color: #E6254A;
}
</style>
border-color css
<style>
span { border-color: #E6254A; }
span { border-color: rgb(230,37,74); }
td.TdClassName
{
border-color: #E6254A;
}
.TagClassName
{
border-color: #E6254A;
}
</style>