Shades of Amaranth #EE2557
Tints of Amaranth #EE2557
RGB
CMYK
RGB Variations
Color information
#EE2557 (or 0xEE2557) is known color: Amaranth. HEX triplet: EE, 25 and 57. RGB value is (238,37,87). Sum of RGB (Red+Green+Blue) = 238+37+87=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2557 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2557 is #11DAA8. Grayscale: #666666. Windows color (decimal): -1170089 or 5711342. OLE color: 5711342.
HSL color Cylindrical-coordinate representation of color #EE2557: hue angle of 345.07º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2557 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 87 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.07 |
| HSL | 345.07º | 0.86% | 0.54% | - |
| HSV(B) | 345.07º | 0.84% | 0.93% | - |
| XYZ | 37.64 | 20.19 | 10.93 | - |
| YUV | 102.8 | 119.09 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 87 | 0 | 0.84 | 0.63 | 0.07 | 345.07 | 0.86 | 0.54 |
| Hex | EE | 25 | 57 | 0 | 54 | 3F | 7 | 159 | 56 | 36 |
| Octal | 356 | 45 | 127 | 0 | 124 | 77 | 7 | 531 | 126 | 66 |
| Binary | 11101110 | 100101 | 1010111 | 0 | 1010100 | 111111 | 111 | 101011001 | 1010110 | 110110 |
Color Harmonies of #EE2557
Complementary color
Monochromatic Colors of #EE2557
Black with #EE2557
Text Example
Text Example
White with #EE2557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2557; }
p { color: rgb(238,37,87); }
H1.HeaderClassName
{
color: #EE2557;
}
.AnyTagClassName
{
color: #EE2557;
}
</style>
background-color css
<style>
a { background-color: #EE2557; }
a { background-color: rgb(238,37,87); }
div.DivClassName
{
background-color: #EE2557;
}
.BgClassName
{
background-color: #EE2557;
}
</style>
border-color css
<style>
span { border-color: #EE2557; }
span { border-color: rgb(238,37,87); }
td.TdClassName
{
border-color: #EE2557;
}
.TagClassName
{
border-color: #EE2557;
}
</style>