Shades of Amaranth #E6454C
Tints of Amaranth #E6454C
RGB
CMYK
RGB Variations
Color information
#E6454C (or 0xE6454C) is known color: Amaranth. HEX triplet: E6, 45 and 4C. RGB value is (230,69,76). Sum of RGB (Red+Green+Blue) = 230+69+76=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E6454C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6454C is #19BAB3. Grayscale: #767676. Windows color (decimal): -1686196 or 4998630. OLE color: 4998630.
HSL color Cylindrical-coordinate representation of color #E6454C: hue angle of 357.39º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6454C is Cyan = 0, Magento = 0.7, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 76 | - |
| CMYK | 0 | 0.7 | 0.67 | 0.10 |
| HSL | 357.39º | 0.76% | 0.59% | - |
| HSV(B) | 357.39º | 0.7% | 0.9% | - |
| XYZ | 36.07 | 21.6 | 9.11 | - |
| YUV | 117.94 | 104.34 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 76 | 0 | 0.7 | 0.67 | 0.10 | 357.39 | 0.76 | 0.59 |
| Hex | E6 | 45 | 4C | 0 | 46 | 43 | A | 165 | 4C | 3B |
| Octal | 346 | 105 | 114 | 0 | 106 | 103 | 12 | 545 | 114 | 73 |
| Binary | 11100110 | 1000101 | 1001100 | 0 | 1000110 | 1000011 | 1010 | 101100101 | 1001100 | 111011 |
Color Harmonies of #E6454C
Complementary color
Monochromatic Colors of #E6454C
Black with #E6454C
Text Example
Text Example
White with #E6454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6454C; }
p { color: rgb(230,69,76); }
H1.HeaderClassName
{
color: #E6454C;
}
.AnyTagClassName
{
color: #E6454C;
}
</style>
background-color css
<style>
a { background-color: #E6454C; }
a { background-color: rgb(230,69,76); }
div.DivClassName
{
background-color: #E6454C;
}
.BgClassName
{
background-color: #E6454C;
}
</style>
border-color css
<style>
span { border-color: #E6454C; }
span { border-color: rgb(230,69,76); }
td.TdClassName
{
border-color: #E6454C;
}
.TagClassName
{
border-color: #E6454C;
}
</style>