Shades of Amaranth #EA275B
Tints of Amaranth #EA275B
RGB
CMYK
RGB Variations
Color information
#EA275B (or 0xEA275B) is known color: Amaranth. HEX triplet: EA, 27 and 5B. RGB value is (234,39,91). Sum of RGB (Red+Green+Blue) = 234+39+91=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA275B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA275B is #15D8A4. Grayscale: #676767. Windows color (decimal): -1431717 or 5973994. OLE color: 5973994.
HSL color Cylindrical-coordinate representation of color #EA275B: hue angle of 344º 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 #EA275B is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 91 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.08 |
| HSL | 344º | 0.82% | 0.54% | - |
| HSV(B) | 344º | 0.83% | 0.92% | - |
| XYZ | 36.55 | 19.7 | 11.77 | - |
| YUV | 103.23 | 121.1 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 91 | 0 | 0.83 | 0.61 | 0.08 | 344 | 0.82 | 0.54 |
| Hex | EA | 27 | 5B | 0 | 53 | 3D | 8 | 158 | 52 | 36 |
| Octal | 352 | 47 | 133 | 0 | 123 | 75 | 10 | 530 | 122 | 66 |
| Binary | 11101010 | 100111 | 1011011 | 0 | 1010011 | 111101 | 1000 | 101011000 | 1010010 | 110110 |
Color Harmonies of #EA275B
Complementary color
Monochromatic Colors of #EA275B
Black with #EA275B
Text Example
Text Example
White with #EA275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA275B; }
p { color: rgb(234,39,91); }
H1.HeaderClassName
{
color: #EA275B;
}
.AnyTagClassName
{
color: #EA275B;
}
</style>
background-color css
<style>
a { background-color: #EA275B; }
a { background-color: rgb(234,39,91); }
div.DivClassName
{
background-color: #EA275B;
}
.BgClassName
{
background-color: #EA275B;
}
</style>
border-color css
<style>
span { border-color: #EA275B; }
span { border-color: rgb(234,39,91); }
td.TdClassName
{
border-color: #EA275B;
}
.TagClassName
{
border-color: #EA275B;
}
</style>