Shades of Amaranth #EA2744
Tints of Amaranth #EA2744
RGB
CMYK
RGB Variations
Color information
#EA2744 (or 0xEA2744) is known color: Amaranth. HEX triplet: EA, 27 and 44. RGB value is (234,39,68). Sum of RGB (Red+Green+Blue) = 234+39+68=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2744 is #15D8BB. Grayscale: #646464. Windows color (decimal): -1431740 or 4466666. OLE color: 4466666.
HSL color Cylindrical-coordinate representation of color #EA2744: hue angle of 351.08º 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 #EA2744 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 68 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.08 |
| HSL | 351.08º | 0.82% | 0.54% | - |
| HSV(B) | 351.08º | 0.83% | 0.92% | - |
| XYZ | 35.7 | 19.36 | 7.32 | - |
| YUV | 100.61 | 109.6 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 68 | 0 | 0.83 | 0.71 | 0.08 | 351.08 | 0.82 | 0.54 |
| Hex | EA | 27 | 44 | 0 | 53 | 47 | 8 | 15F | 52 | 36 |
| Octal | 352 | 47 | 104 | 0 | 123 | 107 | 10 | 537 | 122 | 66 |
| Binary | 11101010 | 100111 | 1000100 | 0 | 1010011 | 1000111 | 1000 | 101011111 | 1010010 | 110110 |
Color Harmonies of #EA2744
Complementary color
Monochromatic Colors of #EA2744
Black with #EA2744
Text Example
Text Example
White with #EA2744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2744; }
p { color: rgb(234,39,68); }
H1.HeaderClassName
{
color: #EA2744;
}
.AnyTagClassName
{
color: #EA2744;
}
</style>
background-color css
<style>
a { background-color: #EA2744; }
a { background-color: rgb(234,39,68); }
div.DivClassName
{
background-color: #EA2744;
}
.BgClassName
{
background-color: #EA2744;
}
</style>
border-color css
<style>
span { border-color: #EA2744; }
span { border-color: rgb(234,39,68); }
td.TdClassName
{
border-color: #EA2744;
}
.TagClassName
{
border-color: #EA2744;
}
</style>