Shades of Amaranth #EA4155
Tints of Amaranth #EA4155
RGB
CMYK
RGB Variations
Color information
#EA4155 (or 0xEA4155) is known color: Amaranth. HEX triplet: EA, 41 and 55. RGB value is (234,65,85). Sum of RGB (Red+Green+Blue) = 234+65+85=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4155 is #15BEAA. Grayscale: #757575. Windows color (decimal): -1425067 or 5587434. OLE color: 5587434.
HSL color Cylindrical-coordinate representation of color #EA4155: hue angle of 352.9º 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 #EA4155 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 85 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.08 |
| HSL | 352.9º | 0.8% | 0.59% | - |
| HSV(B) | 352.9º | 0.72% | 0.92% | - |
| XYZ | 37.46 | 21.93 | 10.85 | - |
| YUV | 117.81 | 109.49 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 85 | 0 | 0.72 | 0.64 | 0.08 | 352.9 | 0.8 | 0.59 |
| Hex | EA | 41 | 55 | 0 | 48 | 40 | 8 | 161 | 50 | 3B |
| Octal | 352 | 101 | 125 | 0 | 110 | 100 | 10 | 541 | 120 | 73 |
| Binary | 11101010 | 1000001 | 1010101 | 0 | 1001000 | 1000000 | 1000 | 101100001 | 1010000 | 111011 |
Color Harmonies of #EA4155
Complementary color
Monochromatic Colors of #EA4155
Black with #EA4155
Text Example
Text Example
White with #EA4155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4155; }
p { color: rgb(234,65,85); }
H1.HeaderClassName
{
color: #EA4155;
}
.AnyTagClassName
{
color: #EA4155;
}
</style>
background-color css
<style>
a { background-color: #EA4155; }
a { background-color: rgb(234,65,85); }
div.DivClassName
{
background-color: #EA4155;
}
.BgClassName
{
background-color: #EA4155;
}
</style>
border-color css
<style>
span { border-color: #EA4155; }
span { border-color: rgb(234,65,85); }
td.TdClassName
{
border-color: #EA4155;
}
.TagClassName
{
border-color: #EA4155;
}
</style>