Shades of Amaranth #EA245A
Tints of Amaranth #EA245A
RGB
CMYK
RGB Variations
Color information
#EA245A (or 0xEA245A) is known color: Amaranth. HEX triplet: EA, 24 and 5A. RGB value is (234,36,90). Sum of RGB (Red+Green+Blue) = 234+36+90=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA245A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA245A is #15DBA5. Grayscale: #656565. Windows color (decimal): -1432486 or 5907690. OLE color: 5907690.
HSL color Cylindrical-coordinate representation of color #EA245A: hue angle of 343.64º 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 #EA245A is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 90 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.08 |
| HSL | 343.64º | 0.83% | 0.53% | - |
| HSV(B) | 343.64º | 0.85% | 0.92% | - |
| XYZ | 36.41 | 19.49 | 11.52 | - |
| YUV | 101.36 | 121.6 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 90 | 0 | 0.85 | 0.62 | 0.08 | 343.64 | 0.83 | 0.53 |
| Hex | EA | 24 | 5A | 0 | 55 | 3E | 8 | 158 | 52 | 35 |
| Octal | 352 | 44 | 132 | 0 | 125 | 76 | 10 | 530 | 122 | 65 |
| Binary | 11101010 | 100100 | 1011010 | 0 | 1010101 | 111110 | 1000 | 101011000 | 1010010 | 110101 |
Color Harmonies of #EA245A
Complementary color
Monochromatic Colors of #EA245A
Black with #EA245A
Text Example
Text Example
White with #EA245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA245A; }
p { color: rgb(234,36,90); }
H1.HeaderClassName
{
color: #EA245A;
}
.AnyTagClassName
{
color: #EA245A;
}
</style>
background-color css
<style>
a { background-color: #EA245A; }
a { background-color: rgb(234,36,90); }
div.DivClassName
{
background-color: #EA245A;
}
.BgClassName
{
background-color: #EA245A;
}
</style>
border-color css
<style>
span { border-color: #EA245A; }
span { border-color: rgb(234,36,90); }
td.TdClassName
{
border-color: #EA245A;
}
.TagClassName
{
border-color: #EA245A;
}
</style>