Shades of Amaranth #EE2154
Tints of Amaranth #EE2154
RGB
CMYK
RGB Variations
Color information
#EE2154 (or 0xEE2154) is known color: Amaranth. HEX triplet: EE, 21 and 54. RGB value is (238,33,84). Sum of RGB (Red+Green+Blue) = 238+33+84=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2154 is #11DEAB. Grayscale: #646464. Windows color (decimal): -1171116 or 5513710. OLE color: 5513710.
HSL color Cylindrical-coordinate representation of color #EE2154: hue angle of 345.07º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2154 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 84 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.07 |
| HSL | 345.07º | 0.86% | 0.53% | - |
| HSV(B) | 345.07º | 0.86% | 0.93% | - |
| XYZ | 37.4 | 19.9 | 10.26 | - |
| YUV | 100.11 | 118.92 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 84 | 0 | 0.86 | 0.65 | 0.07 | 345.07 | 0.86 | 0.53 |
| Hex | EE | 21 | 54 | 0 | 56 | 41 | 7 | 159 | 56 | 35 |
| Octal | 356 | 41 | 124 | 0 | 126 | 101 | 7 | 531 | 126 | 65 |
| Binary | 11101110 | 100001 | 1010100 | 0 | 1010110 | 1000001 | 111 | 101011001 | 1010110 | 110101 |
Color Harmonies of #EE2154
Complementary color
Monochromatic Colors of #EE2154
Black with #EE2154
Text Example
Text Example
White with #EE2154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2154; }
p { color: rgb(238,33,84); }
H1.HeaderClassName
{
color: #EE2154;
}
.AnyTagClassName
{
color: #EE2154;
}
</style>
background-color css
<style>
a { background-color: #EE2154; }
a { background-color: rgb(238,33,84); }
div.DivClassName
{
background-color: #EE2154;
}
.BgClassName
{
background-color: #EE2154;
}
</style>
border-color css
<style>
span { border-color: #EE2154; }
span { border-color: rgb(238,33,84); }
td.TdClassName
{
border-color: #EE2154;
}
.TagClassName
{
border-color: #EE2154;
}
</style>