Shades of Amaranth #EE3657
Tints of Amaranth #EE3657
RGB
CMYK
RGB Variations
Color information
#EE3657 (or 0xEE3657) is known color: Amaranth. HEX triplet: EE, 36 and 57. RGB value is (238,54,87). Sum of RGB (Red+Green+Blue) = 238+54+87=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3657 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3657 is #11C9A8. Grayscale: #707070. Windows color (decimal): -1165737 or 5715694. OLE color: 5715694.
HSL color Cylindrical-coordinate representation of color #EE3657: hue angle of 349.24º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE3657 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 87 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.07 |
| HSL | 349.24º | 0.84% | 0.57% | - |
| HSV(B) | 349.24º | 0.77% | 0.93% | - |
| XYZ | 38.3 | 21.5 | 11.15 | - |
| YUV | 112.78 | 113.46 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 87 | 0 | 0.77 | 0.63 | 0.07 | 349.24 | 0.84 | 0.57 |
| Hex | EE | 36 | 57 | 0 | 4D | 3F | 7 | 15D | 54 | 39 |
| Octal | 356 | 66 | 127 | 0 | 115 | 77 | 7 | 535 | 124 | 71 |
| Binary | 11101110 | 110110 | 1010111 | 0 | 1001101 | 111111 | 111 | 101011101 | 1010100 | 111001 |
Color Harmonies of #EE3657
Complementary color
Monochromatic Colors of #EE3657
Black with #EE3657
Text Example
Text Example
White with #EE3657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3657; }
p { color: rgb(238,54,87); }
H1.HeaderClassName
{
color: #EE3657;
}
.AnyTagClassName
{
color: #EE3657;
}
</style>
background-color css
<style>
a { background-color: #EE3657; }
a { background-color: rgb(238,54,87); }
div.DivClassName
{
background-color: #EE3657;
}
.BgClassName
{
background-color: #EE3657;
}
</style>
border-color css
<style>
span { border-color: #EE3657; }
span { border-color: rgb(238,54,87); }
td.TdClassName
{
border-color: #EE3657;
}
.TagClassName
{
border-color: #EE3657;
}
</style>