Shades of Amaranth #EA4255
Tints of Amaranth #EA4255
RGB
CMYK
RGB Variations
Color information
#EA4255 (or 0xEA4255) is known color: Amaranth. HEX triplet: EA, 42 and 55. RGB value is (234,66,85). Sum of RGB (Red+Green+Blue) = 234+66+85=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4255 is #15BDAA. Grayscale: #767676. Windows color (decimal): -1424811 or 5587690. OLE color: 5587690.
HSL color Cylindrical-coordinate representation of color #EA4255: hue angle of 353.21º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA4255 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 85 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.08 |
| HSL | 353.21º | 0.8% | 0.59% | - |
| HSV(B) | 353.21º | 0.72% | 0.92% | - |
| XYZ | 37.52 | 22.04 | 10.87 | - |
| YUV | 118.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 85 | 0 | 0.72 | 0.64 | 0.08 | 353.21 | 0.8 | 0.59 |
| Hex | EA | 42 | 55 | 0 | 48 | 40 | 8 | 161 | 50 | 3B |
| Octal | 352 | 102 | 125 | 0 | 110 | 100 | 10 | 541 | 120 | 73 |
| Binary | 11101010 | 1000010 | 1010101 | 0 | 1001000 | 1000000 | 1000 | 101100001 | 1010000 | 111011 |
Color Harmonies of #EA4255
Complementary color
Monochromatic Colors of #EA4255
Black with #EA4255
Text Example
Text Example
White with #EA4255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4255; }
p { color: rgb(234,66,85); }
H1.HeaderClassName
{
color: #EA4255;
}
.AnyTagClassName
{
color: #EA4255;
}
</style>
background-color css
<style>
a { background-color: #EA4255; }
a { background-color: rgb(234,66,85); }
div.DivClassName
{
background-color: #EA4255;
}
.BgClassName
{
background-color: #EA4255;
}
</style>
border-color css
<style>
span { border-color: #EA4255; }
span { border-color: rgb(234,66,85); }
td.TdClassName
{
border-color: #EA4255;
}
.TagClassName
{
border-color: #EA4255;
}
</style>