Shades of Amaranth #EA275A
Tints of Amaranth #EA275A
RGB
CMYK
RGB Variations
Color information
#EA275A (or 0xEA275A) is known color: Amaranth. HEX triplet: EA, 27 and 5A. RGB value is (234,39,90). Sum of RGB (Red+Green+Blue) = 234+39+90=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA275A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA275A is #15D8A5. Grayscale: #676767. Windows color (decimal): -1431718 or 5908458. OLE color: 5908458.
HSL color Cylindrical-coordinate representation of color #EA275A: hue angle of 344.31º 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 #EA275A is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 90 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.08 |
| HSL | 344.31º | 0.82% | 0.54% | - |
| HSV(B) | 344.31º | 0.83% | 0.92% | - |
| XYZ | 36.5 | 19.68 | 11.55 | - |
| YUV | 103.12 | 120.6 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 90 | 0 | 0.83 | 0.62 | 0.08 | 344.31 | 0.82 | 0.54 |
| Hex | EA | 27 | 5A | 0 | 53 | 3E | 8 | 158 | 52 | 36 |
| Octal | 352 | 47 | 132 | 0 | 123 | 76 | 10 | 530 | 122 | 66 |
| Binary | 11101010 | 100111 | 1011010 | 0 | 1010011 | 111110 | 1000 | 101011000 | 1010010 | 110110 |
Color Harmonies of #EA275A
Complementary color
Monochromatic Colors of #EA275A
Black with #EA275A
Text Example
Text Example
White with #EA275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA275A; }
p { color: rgb(234,39,90); }
H1.HeaderClassName
{
color: #EA275A;
}
.AnyTagClassName
{
color: #EA275A;
}
</style>
background-color css
<style>
a { background-color: #EA275A; }
a { background-color: rgb(234,39,90); }
div.DivClassName
{
background-color: #EA275A;
}
.BgClassName
{
background-color: #EA275A;
}
</style>
border-color css
<style>
span { border-color: #EA275A; }
span { border-color: rgb(234,39,90); }
td.TdClassName
{
border-color: #EA275A;
}
.TagClassName
{
border-color: #EA275A;
}
</style>