Shades of Amaranth #EA2F57
Tints of Amaranth #EA2F57
RGB
CMYK
RGB Variations
Color information
#EA2F57 (or 0xEA2F57) is known color: Amaranth. HEX triplet: EA, 2F and 57. RGB value is (234,47,87). Sum of RGB (Red+Green+Blue) = 234+47+87=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2F57 is #15D0A8. Grayscale: #6B6B6B. Windows color (decimal): -1429673 or 5713898. OLE color: 5713898.
HSL color Cylindrical-coordinate representation of color #EA2F57: hue angle of 347.17º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2F57 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 47 | 87 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.08 |
| HSL | 347.17º | 0.82% | 0.55% | - |
| HSV(B) | 347.17º | 0.8% | 0.92% | - |
| XYZ | 36.67 | 20.21 | 10.99 | - |
| YUV | 107.47 | 116.45 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 47 | 87 | 0 | 0.80 | 0.63 | 0.08 | 347.17 | 0.82 | 0.55 |
| Hex | EA | 2F | 57 | 0 | 50 | 3F | 8 | 15B | 52 | 37 |
| Octal | 352 | 57 | 127 | 0 | 120 | 77 | 10 | 533 | 122 | 67 |
| Binary | 11101010 | 101111 | 1010111 | 0 | 1010000 | 111111 | 1000 | 101011011 | 1010010 | 110111 |
Color Harmonies of #EA2F57
Complementary color
Monochromatic Colors of #EA2F57
Black with #EA2F57
Text Example
Text Example
White with #EA2F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2F57; }
p { color: rgb(234,47,87); }
H1.HeaderClassName
{
color: #EA2F57;
}
.AnyTagClassName
{
color: #EA2F57;
}
</style>
background-color css
<style>
a { background-color: #EA2F57; }
a { background-color: rgb(234,47,87); }
div.DivClassName
{
background-color: #EA2F57;
}
.BgClassName
{
background-color: #EA2F57;
}
</style>
border-color css
<style>
span { border-color: #EA2F57; }
span { border-color: rgb(234,47,87); }
td.TdClassName
{
border-color: #EA2F57;
}
.TagClassName
{
border-color: #EA2F57;
}
</style>