Shades of Amaranth #EE2853
Tints of Amaranth #EE2853
RGB
CMYK
RGB Variations
Color information
#EE2853 (or 0xEE2853) is known color: Amaranth. HEX triplet: EE, 28 and 53. RGB value is (238,40,83). Sum of RGB (Red+Green+Blue) = 238+40+83=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2853 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2853 is #11D7AC. Grayscale: #686868. Windows color (decimal): -1169325 or 5449966. OLE color: 5449966.
HSL color Cylindrical-coordinate representation of color #EE2853: hue angle of 346.97º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE2853 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 83 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.07 |
| HSL | 346.97º | 0.85% | 0.55% | - |
| HSV(B) | 346.97º | 0.83% | 0.93% | - |
| XYZ | 37.58 | 20.32 | 10.12 | - |
| YUV | 104.1 | 116.1 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 83 | 0 | 0.83 | 0.65 | 0.07 | 346.97 | 0.85 | 0.55 |
| Hex | EE | 28 | 53 | 0 | 53 | 41 | 7 | 15B | 55 | 37 |
| Octal | 356 | 50 | 123 | 0 | 123 | 101 | 7 | 533 | 125 | 67 |
| Binary | 11101110 | 101000 | 1010011 | 0 | 1010011 | 1000001 | 111 | 101011011 | 1010101 | 110111 |
Color Harmonies of #EE2853
Complementary color
Monochromatic Colors of #EE2853
Black with #EE2853
Text Example
Text Example
White with #EE2853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2853; }
p { color: rgb(238,40,83); }
H1.HeaderClassName
{
color: #EE2853;
}
.AnyTagClassName
{
color: #EE2853;
}
</style>
background-color css
<style>
a { background-color: #EE2853; }
a { background-color: rgb(238,40,83); }
div.DivClassName
{
background-color: #EE2853;
}
.BgClassName
{
background-color: #EE2853;
}
</style>
border-color css
<style>
span { border-color: #EE2853; }
span { border-color: rgb(238,40,83); }
td.TdClassName
{
border-color: #EE2853;
}
.TagClassName
{
border-color: #EE2853;
}
</style>