Shades of Amaranth #EE3357
Tints of Amaranth #EE3357
RGB
CMYK
RGB Variations
Color information
#EE3357 (or 0xEE3357) is known color: Amaranth. HEX triplet: EE, 33 and 57. RGB value is (238,51,87). Sum of RGB (Red+Green+Blue) = 238+51+87=376 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.30% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3357 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3357 is #11CCA8. Grayscale: #6F6F6F. Windows color (decimal): -1166505 or 5714926. OLE color: 5714926.
HSL color Cylindrical-coordinate representation of color #EE3357: hue angle of 348.45º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3357 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 87 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.07 |
| HSL | 348.45º | 0.85% | 0.57% | - |
| HSV(B) | 348.45º | 0.79% | 0.93% | - |
| XYZ | 38.16 | 21.23 | 11.1 | - |
| YUV | 111.02 | 114.45 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 87 | 0 | 0.79 | 0.63 | 0.07 | 348.45 | 0.85 | 0.57 |
| Hex | EE | 33 | 57 | 0 | 4F | 3F | 7 | 15C | 55 | 39 |
| Octal | 356 | 63 | 127 | 0 | 117 | 77 | 7 | 534 | 125 | 71 |
| Binary | 11101110 | 110011 | 1010111 | 0 | 1001111 | 111111 | 111 | 101011100 | 1010101 | 111001 |
Color Harmonies of #EE3357
Complementary color
Monochromatic Colors of #EE3357
Black with #EE3357
Text Example
Text Example
White with #EE3357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3357; }
p { color: rgb(238,51,87); }
H1.HeaderClassName
{
color: #EE3357;
}
.AnyTagClassName
{
color: #EE3357;
}
</style>
background-color css
<style>
a { background-color: #EE3357; }
a { background-color: rgb(238,51,87); }
div.DivClassName
{
background-color: #EE3357;
}
.BgClassName
{
background-color: #EE3357;
}
</style>
border-color css
<style>
span { border-color: #EE3357; }
span { border-color: rgb(238,51,87); }
td.TdClassName
{
border-color: #EE3357;
}
.TagClassName
{
border-color: #EE3357;
}
</style>