Shades of Amaranth #EA2451
Tints of Amaranth #EA2451
RGB
CMYK
RGB Variations
Color information
#EA2451 (or 0xEA2451) is known color: Amaranth. HEX triplet: EA, 24 and 51. RGB value is (234,36,81). Sum of RGB (Red+Green+Blue) = 234+36+81=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2451 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2451 is #15DBAE. Grayscale: #646464. Windows color (decimal): -1432495 or 5317866. OLE color: 5317866.
HSL color Cylindrical-coordinate representation of color #EA2451: hue angle of 346.36º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2451 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 81 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.08 |
| HSL | 346.36º | 0.83% | 0.53% | - |
| HSV(B) | 346.36º | 0.85% | 0.92% | - |
| XYZ | 36.05 | 19.35 | 9.62 | - |
| YUV | 100.33 | 117.1 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 81 | 0 | 0.85 | 0.65 | 0.08 | 346.36 | 0.83 | 0.53 |
| Hex | EA | 24 | 51 | 0 | 55 | 41 | 8 | 15A | 52 | 35 |
| Octal | 352 | 44 | 121 | 0 | 125 | 101 | 10 | 532 | 122 | 65 |
| Binary | 11101010 | 100100 | 1010001 | 0 | 1010101 | 1000001 | 1000 | 101011010 | 1010010 | 110101 |
Color Harmonies of #EA2451
Complementary color
Monochromatic Colors of #EA2451
Black with #EA2451
Text Example
Text Example
White with #EA2451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2451; }
p { color: rgb(234,36,81); }
H1.HeaderClassName
{
color: #EA2451;
}
.AnyTagClassName
{
color: #EA2451;
}
</style>
background-color css
<style>
a { background-color: #EA2451; }
a { background-color: rgb(234,36,81); }
div.DivClassName
{
background-color: #EA2451;
}
.BgClassName
{
background-color: #EA2451;
}
</style>
border-color css
<style>
span { border-color: #EA2451; }
span { border-color: rgb(234,36,81); }
td.TdClassName
{
border-color: #EA2451;
}
.TagClassName
{
border-color: #EA2451;
}
</style>