Shades of Amaranth #EA2B5A
Tints of Amaranth #EA2B5A
RGB
CMYK
RGB Variations
Color information
#EA2B5A (or 0xEA2B5A) is known color: Amaranth. HEX triplet: EA, 2B and 5A. RGB value is (234,43,90). Sum of RGB (Red+Green+Blue) = 234+43+90=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2B5A is #15D4A5. Grayscale: #696969. Windows color (decimal): -1430694 or 5909482. OLE color: 5909482.
HSL color Cylindrical-coordinate representation of color #EA2B5A: hue angle of 345.24º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2B5A is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 90 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.08 |
| HSL | 345.24º | 0.82% | 0.54% | - |
| HSV(B) | 345.24º | 0.82% | 0.92% | - |
| XYZ | 36.64 | 19.96 | 11.59 | - |
| YUV | 105.47 | 119.28 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 90 | 0 | 0.82 | 0.62 | 0.08 | 345.24 | 0.82 | 0.54 |
| Hex | EA | 2B | 5A | 0 | 52 | 3E | 8 | 159 | 52 | 36 |
| Octal | 352 | 53 | 132 | 0 | 122 | 76 | 10 | 531 | 122 | 66 |
| Binary | 11101010 | 101011 | 1011010 | 0 | 1010010 | 111110 | 1000 | 101011001 | 1010010 | 110110 |
Color Harmonies of #EA2B5A
Complementary color
Monochromatic Colors of #EA2B5A
Black with #EA2B5A
Text Example
Text Example
White with #EA2B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2B5A; }
p { color: rgb(234,43,90); }
H1.HeaderClassName
{
color: #EA2B5A;
}
.AnyTagClassName
{
color: #EA2B5A;
}
</style>
background-color css
<style>
a { background-color: #EA2B5A; }
a { background-color: rgb(234,43,90); }
div.DivClassName
{
background-color: #EA2B5A;
}
.BgClassName
{
background-color: #EA2B5A;
}
</style>
border-color css
<style>
span { border-color: #EA2B5A; }
span { border-color: rgb(234,43,90); }
td.TdClassName
{
border-color: #EA2B5A;
}
.TagClassName
{
border-color: #EA2B5A;
}
</style>