Shades of Amaranth #EA284F
Tints of Amaranth #EA284F
RGB
CMYK
RGB Variations
Color information
#EA284F (or 0xEA284F) is known color: Amaranth. HEX triplet: EA, 28 and 4F. RGB value is (234,40,79). Sum of RGB (Red+Green+Blue) = 234+40+79=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA284F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA284F is #15D7B0. Grayscale: #666666. Windows color (decimal): -1431473 or 5187818. OLE color: 5187818.
HSL color Cylindrical-coordinate representation of color #EA284F: hue angle of 347.94º 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 #EA284F is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 79 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.08 |
| HSL | 347.94º | 0.82% | 0.54% | - |
| HSV(B) | 347.94º | 0.83% | 0.92% | - |
| XYZ | 36.1 | 19.57 | 9.27 | - |
| YUV | 102.45 | 114.77 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 79 | 0 | 0.83 | 0.66 | 0.08 | 347.94 | 0.82 | 0.54 |
| Hex | EA | 28 | 4F | 0 | 53 | 42 | 8 | 15C | 52 | 36 |
| Octal | 352 | 50 | 117 | 0 | 123 | 102 | 10 | 534 | 122 | 66 |
| Binary | 11101010 | 101000 | 1001111 | 0 | 1010011 | 1000010 | 1000 | 101011100 | 1010010 | 110110 |
Color Harmonies of #EA284F
Complementary color
Monochromatic Colors of #EA284F
Black with #EA284F
Text Example
Text Example
White with #EA284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA284F; }
p { color: rgb(234,40,79); }
H1.HeaderClassName
{
color: #EA284F;
}
.AnyTagClassName
{
color: #EA284F;
}
</style>
background-color css
<style>
a { background-color: #EA284F; }
a { background-color: rgb(234,40,79); }
div.DivClassName
{
background-color: #EA284F;
}
.BgClassName
{
background-color: #EA284F;
}
</style>
border-color css
<style>
span { border-color: #EA284F; }
span { border-color: rgb(234,40,79); }
td.TdClassName
{
border-color: #EA284F;
}
.TagClassName
{
border-color: #EA284F;
}
</style>