Shades of Amaranth #EA255C
Tints of Amaranth #EA255C
RGB
CMYK
RGB Variations
Color information
#EA255C (or 0xEA255C) is known color: Amaranth. HEX triplet: EA, 25 and 5C. RGB value is (234,37,92). Sum of RGB (Red+Green+Blue) = 234+37+92=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA255C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA255C is #15DAA3. Grayscale: #666666. Windows color (decimal): -1432228 or 6039018. OLE color: 6039018.
HSL color Cylindrical-coordinate representation of color #EA255C: hue angle of 343.25º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA255C is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 92 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.08 |
| HSL | 343.25º | 0.82% | 0.53% | - |
| HSV(B) | 343.25º | 0.84% | 0.92% | - |
| XYZ | 36.53 | 19.59 | 11.98 | - |
| YUV | 102.17 | 122.27 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 92 | 0 | 0.84 | 0.61 | 0.08 | 343.25 | 0.82 | 0.53 |
| Hex | EA | 25 | 5C | 0 | 54 | 3D | 8 | 157 | 52 | 35 |
| Octal | 352 | 45 | 134 | 0 | 124 | 75 | 10 | 527 | 122 | 65 |
| Binary | 11101010 | 100101 | 1011100 | 0 | 1010100 | 111101 | 1000 | 101010111 | 1010010 | 110101 |
Color Harmonies of #EA255C
Complementary color
Monochromatic Colors of #EA255C
Black with #EA255C
Text Example
Text Example
White with #EA255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA255C; }
p { color: rgb(234,37,92); }
H1.HeaderClassName
{
color: #EA255C;
}
.AnyTagClassName
{
color: #EA255C;
}
</style>
background-color css
<style>
a { background-color: #EA255C; }
a { background-color: rgb(234,37,92); }
div.DivClassName
{
background-color: #EA255C;
}
.BgClassName
{
background-color: #EA255C;
}
</style>
border-color css
<style>
span { border-color: #EA255C; }
span { border-color: rgb(234,37,92); }
td.TdClassName
{
border-color: #EA255C;
}
.TagClassName
{
border-color: #EA255C;
}
</style>