Shades of Amaranth #E6214C
Tints of Amaranth #E6214C
RGB
CMYK
RGB Variations
Color information
#E6214C (or 0xE6214C) is known color: Amaranth. HEX triplet: E6, 21 and 4C. RGB value is (230,33,76). Sum of RGB (Red+Green+Blue) = 230+33+76=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E6214C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6214C is #19DEB3. Grayscale: #606060. Windows color (decimal): -1695412 or 4989414. OLE color: 4989414.
HSL color Cylindrical-coordinate representation of color #E6214C: hue angle of 346.9º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6214C is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 76 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.10 |
| HSL | 346.9º | 0.8% | 0.52% | - |
| HSV(B) | 346.9º | 0.86% | 0.9% | - |
| XYZ | 34.48 | 18.43 | 8.58 | - |
| YUV | 96.81 | 116.27 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 76 | 0 | 0.86 | 0.67 | 0.10 | 346.9 | 0.8 | 0.52 |
| Hex | E6 | 21 | 4C | 0 | 56 | 43 | A | 15B | 50 | 34 |
| Octal | 346 | 41 | 114 | 0 | 126 | 103 | 12 | 533 | 120 | 64 |
| Binary | 11100110 | 100001 | 1001100 | 0 | 1010110 | 1000011 | 1010 | 101011011 | 1010000 | 110100 |
Color Harmonies of #E6214C
Complementary color
Monochromatic Colors of #E6214C
Black with #E6214C
Text Example
Text Example
White with #E6214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6214C; }
p { color: rgb(230,33,76); }
H1.HeaderClassName
{
color: #E6214C;
}
.AnyTagClassName
{
color: #E6214C;
}
</style>
background-color css
<style>
a { background-color: #E6214C; }
a { background-color: rgb(230,33,76); }
div.DivClassName
{
background-color: #E6214C;
}
.BgClassName
{
background-color: #E6214C;
}
</style>
border-color css
<style>
span { border-color: #E6214C; }
span { border-color: rgb(230,33,76); }
td.TdClassName
{
border-color: #E6214C;
}
.TagClassName
{
border-color: #E6214C;
}
</style>