Shades of Amaranth #E62152
Tints of Amaranth #E62152
RGB
CMYK
RGB Variations
Color information
#E62152 (or 0xE62152) is known color: Amaranth. HEX triplet: E6, 21 and 52. RGB value is (230,33,82). Sum of RGB (Red+Green+Blue) = 230+33+82=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E62152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62152 is #19DEAD. Grayscale: #616161. Windows color (decimal): -1695406 or 5382630. OLE color: 5382630.
HSL color Cylindrical-coordinate representation of color #E62152: hue angle of 345.08º 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 #E62152 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 82 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.10 |
| HSL | 345.08º | 0.8% | 0.52% | - |
| HSV(B) | 345.08º | 0.86% | 0.9% | - |
| XYZ | 34.7 | 18.52 | 9.73 | - |
| YUV | 97.49 | 119.27 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 82 | 0 | 0.86 | 0.64 | 0.10 | 345.08 | 0.8 | 0.52 |
| Hex | E6 | 21 | 52 | 0 | 56 | 40 | A | 159 | 50 | 34 |
| Octal | 346 | 41 | 122 | 0 | 126 | 100 | 12 | 531 | 120 | 64 |
| Binary | 11100110 | 100001 | 1010010 | 0 | 1010110 | 1000000 | 1010 | 101011001 | 1010000 | 110100 |
Color Harmonies of #E62152
Complementary color
Monochromatic Colors of #E62152
Black with #E62152
Text Example
Text Example
White with #E62152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62152; }
p { color: rgb(230,33,82); }
H1.HeaderClassName
{
color: #E62152;
}
.AnyTagClassName
{
color: #E62152;
}
</style>
background-color css
<style>
a { background-color: #E62152; }
a { background-color: rgb(230,33,82); }
div.DivClassName
{
background-color: #E62152;
}
.BgClassName
{
background-color: #E62152;
}
</style>
border-color css
<style>
span { border-color: #E62152; }
span { border-color: rgb(230,33,82); }
td.TdClassName
{
border-color: #E62152;
}
.TagClassName
{
border-color: #E62152;
}
</style>