Shades of Amaranth #E6454B
Tints of Amaranth #E6454B
RGB
CMYK
RGB Variations
Color information
#E6454B (or 0xE6454B) is known color: Amaranth. HEX triplet: E6, 45 and 4B. RGB value is (230,69,75). Sum of RGB (Red+Green+Blue) = 230+69+75=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E6454B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6454B is #19BAB4. Grayscale: #757575. Windows color (decimal): -1686197 or 4933094. OLE color: 4933094.
HSL color Cylindrical-coordinate representation of color #E6454B: hue angle of 357.76º 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 #E6454B is Cyan = 0, Magento = 0.7, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 75 | - |
| CMYK | 0 | 0.7 | 0.67 | 0.10 |
| HSL | 357.76º | 0.76% | 0.59% | - |
| HSV(B) | 357.76º | 0.7% | 0.9% | - |
| XYZ | 36.03 | 21.59 | 8.92 | - |
| YUV | 117.82 | 103.84 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 75 | 0 | 0.7 | 0.67 | 0.10 | 357.76 | 0.76 | 0.59 |
| Hex | E6 | 45 | 4B | 0 | 46 | 43 | A | 166 | 4C | 3B |
| Octal | 346 | 105 | 113 | 0 | 106 | 103 | 12 | 546 | 114 | 73 |
| Binary | 11100110 | 1000101 | 1001011 | 0 | 1000110 | 1000011 | 1010 | 101100110 | 1001100 | 111011 |
Color Harmonies of #E6454B
Complementary color
Monochromatic Colors of #E6454B
Black with #E6454B
Text Example
Text Example
White with #E6454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6454B; }
p { color: rgb(230,69,75); }
H1.HeaderClassName
{
color: #E6454B;
}
.AnyTagClassName
{
color: #E6454B;
}
</style>
background-color css
<style>
a { background-color: #E6454B; }
a { background-color: rgb(230,69,75); }
div.DivClassName
{
background-color: #E6454B;
}
.BgClassName
{
background-color: #E6454B;
}
</style>
border-color css
<style>
span { border-color: #E6454B; }
span { border-color: rgb(230,69,75); }
td.TdClassName
{
border-color: #E6454B;
}
.TagClassName
{
border-color: #E6454B;
}
</style>