Shades of Amaranth #E6454A
Tints of Amaranth #E6454A
RGB
CMYK
RGB Variations
Color information
#E6454A (or 0xE6454A) is known color: Amaranth. HEX triplet: E6, 45 and 4A. RGB value is (230,69,74). Sum of RGB (Red+Green+Blue) = 230+69+74=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E6454A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6454A is #19BAB5. Grayscale: #757575. Windows color (decimal): -1686198 or 4867558. OLE color: 4867558.
HSL color Cylindrical-coordinate representation of color #E6454A: hue angle of 358.14º 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 #E6454A is Cyan = 0, Magento = 0.7, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 74 | - |
| CMYK | 0 | 0.7 | 0.68 | 0.10 |
| HSL | 358.14º | 0.76% | 0.59% | - |
| HSV(B) | 358.14º | 0.7% | 0.9% | - |
| XYZ | 36 | 21.57 | 8.75 | - |
| YUV | 117.71 | 103.34 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 74 | 0 | 0.7 | 0.68 | 0.10 | 358.14 | 0.76 | 0.59 |
| Hex | E6 | 45 | 4A | 0 | 46 | 44 | A | 166 | 4C | 3B |
| Octal | 346 | 105 | 112 | 0 | 106 | 104 | 12 | 546 | 114 | 73 |
| Binary | 11100110 | 1000101 | 1001010 | 0 | 1000110 | 1000100 | 1010 | 101100110 | 1001100 | 111011 |
Color Harmonies of #E6454A
Complementary color
Monochromatic Colors of #E6454A
Black with #E6454A
Text Example
Text Example
White with #E6454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6454A; }
p { color: rgb(230,69,74); }
H1.HeaderClassName
{
color: #E6454A;
}
.AnyTagClassName
{
color: #E6454A;
}
</style>
background-color css
<style>
a { background-color: #E6454A; }
a { background-color: rgb(230,69,74); }
div.DivClassName
{
background-color: #E6454A;
}
.BgClassName
{
background-color: #E6454A;
}
</style>
border-color css
<style>
span { border-color: #E6454A; }
span { border-color: rgb(230,69,74); }
td.TdClassName
{
border-color: #E6454A;
}
.TagClassName
{
border-color: #E6454A;
}
</style>