Shades of Amaranth #EE2353
Tints of Amaranth #EE2353
RGB
CMYK
RGB Variations
Color information
#EE2353 (or 0xEE2353) is known color: Amaranth. HEX triplet: EE, 23 and 53. RGB value is (238,35,83). Sum of RGB (Red+Green+Blue) = 238+35+83=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2353 is #11DCAC. Grayscale: #656565. Windows color (decimal): -1170605 or 5448686. OLE color: 5448686.
HSL color Cylindrical-coordinate representation of color #EE2353: hue angle of 345.81º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE2353 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 83 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.07 |
| HSL | 345.81º | 0.86% | 0.54% | - |
| HSV(B) | 345.81º | 0.85% | 0.93% | - |
| XYZ | 37.42 | 20 | 10.07 | - |
| YUV | 101.17 | 117.75 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 83 | 0 | 0.85 | 0.65 | 0.07 | 345.81 | 0.86 | 0.54 |
| Hex | EE | 23 | 53 | 0 | 55 | 41 | 7 | 15A | 56 | 36 |
| Octal | 356 | 43 | 123 | 0 | 125 | 101 | 7 | 532 | 126 | 66 |
| Binary | 11101110 | 100011 | 1010011 | 0 | 1010101 | 1000001 | 111 | 101011010 | 1010110 | 110110 |
Color Harmonies of #EE2353
Complementary color
Monochromatic Colors of #EE2353
Black with #EE2353
Text Example
Text Example
White with #EE2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2353; }
p { color: rgb(238,35,83); }
H1.HeaderClassName
{
color: #EE2353;
}
.AnyTagClassName
{
color: #EE2353;
}
</style>
background-color css
<style>
a { background-color: #EE2353; }
a { background-color: rgb(238,35,83); }
div.DivClassName
{
background-color: #EE2353;
}
.BgClassName
{
background-color: #EE2353;
}
</style>
border-color css
<style>
span { border-color: #EE2353; }
span { border-color: rgb(238,35,83); }
td.TdClassName
{
border-color: #EE2353;
}
.TagClassName
{
border-color: #EE2353;
}
</style>