Shades of Amaranth #EA2852
Tints of Amaranth #EA2852
RGB
CMYK
RGB Variations
Color information
#EA2852 (or 0xEA2852) is known color: Amaranth. HEX triplet: EA, 28 and 52. RGB value is (234,40,82). Sum of RGB (Red+Green+Blue) = 234+40+82=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2852 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2852 is #15D7AD. Grayscale: #666666. Windows color (decimal): -1431470 or 5384426. OLE color: 5384426.
HSL color Cylindrical-coordinate representation of color #EA2852: hue angle of 347.01º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2852 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 82 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.08 |
| HSL | 347.01º | 0.82% | 0.54% | - |
| HSV(B) | 347.01º | 0.83% | 0.92% | - |
| XYZ | 36.21 | 19.62 | 9.86 | - |
| YUV | 102.79 | 116.27 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 82 | 0 | 0.83 | 0.65 | 0.08 | 347.01 | 0.82 | 0.54 |
| Hex | EA | 28 | 52 | 0 | 53 | 41 | 8 | 15B | 52 | 36 |
| Octal | 352 | 50 | 122 | 0 | 123 | 101 | 10 | 533 | 122 | 66 |
| Binary | 11101010 | 101000 | 1010010 | 0 | 1010011 | 1000001 | 1000 | 101011011 | 1010010 | 110110 |
Color Harmonies of #EA2852
Complementary color
Monochromatic Colors of #EA2852
Black with #EA2852
Text Example
Text Example
White with #EA2852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2852; }
p { color: rgb(234,40,82); }
H1.HeaderClassName
{
color: #EA2852;
}
.AnyTagClassName
{
color: #EA2852;
}
</style>
background-color css
<style>
a { background-color: #EA2852; }
a { background-color: rgb(234,40,82); }
div.DivClassName
{
background-color: #EA2852;
}
.BgClassName
{
background-color: #EA2852;
}
</style>
border-color css
<style>
span { border-color: #EA2852; }
span { border-color: rgb(234,40,82); }
td.TdClassName
{
border-color: #EA2852;
}
.TagClassName
{
border-color: #EA2852;
}
</style>