Shades of Amaranth #EE2657
Tints of Amaranth #EE2657
RGB
CMYK
RGB Variations
Color information
#EE2657 (or 0xEE2657) is known color: Amaranth. HEX triplet: EE, 26 and 57. RGB value is (238,38,87). Sum of RGB (Red+Green+Blue) = 238+38+87=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2657 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2657 is #11D9A8. Grayscale: #676767. Windows color (decimal): -1169833 or 5711598. OLE color: 5711598.
HSL color Cylindrical-coordinate representation of color #EE2657: hue angle of 345.3º degrees, saturation: 0.85, 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 #EE2657 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 87 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.07 |
| HSL | 345.3º | 0.85% | 0.54% | - |
| HSV(B) | 345.3º | 0.84% | 0.93% | - |
| XYZ | 37.67 | 20.25 | 10.94 | - |
| YUV | 103.39 | 118.76 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 87 | 0 | 0.84 | 0.63 | 0.07 | 345.3 | 0.85 | 0.54 |
| Hex | EE | 26 | 57 | 0 | 54 | 3F | 7 | 159 | 55 | 36 |
| Octal | 356 | 46 | 127 | 0 | 124 | 77 | 7 | 531 | 125 | 66 |
| Binary | 11101110 | 100110 | 1010111 | 0 | 1010100 | 111111 | 111 | 101011001 | 1010101 | 110110 |
Color Harmonies of #EE2657
Complementary color
Monochromatic Colors of #EE2657
Black with #EE2657
Text Example
Text Example
White with #EE2657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2657; }
p { color: rgb(238,38,87); }
H1.HeaderClassName
{
color: #EE2657;
}
.AnyTagClassName
{
color: #EE2657;
}
</style>
background-color css
<style>
a { background-color: #EE2657; }
a { background-color: rgb(238,38,87); }
div.DivClassName
{
background-color: #EE2657;
}
.BgClassName
{
background-color: #EE2657;
}
</style>
border-color css
<style>
span { border-color: #EE2657; }
span { border-color: rgb(238,38,87); }
td.TdClassName
{
border-color: #EE2657;
}
.TagClassName
{
border-color: #EE2657;
}
</style>