Shades of Amaranth #EE2453
Tints of Amaranth #EE2453
RGB
CMYK
RGB Variations
Color information
#EE2453 (or 0xEE2453) is known color: Amaranth. HEX triplet: EE, 24 and 53. RGB value is (238,36,83). Sum of RGB (Red+Green+Blue) = 238+36+83=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2453 is #11DBAC. Grayscale: #656565. Windows color (decimal): -1170349 or 5448942. OLE color: 5448942.
HSL color Cylindrical-coordinate representation of color #EE2453: hue angle of 346.04º 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 #EE2453 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 83 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.07 |
| HSL | 346.04º | 0.86% | 0.54% | - |
| HSV(B) | 346.04º | 0.85% | 0.93% | - |
| XYZ | 37.45 | 20.06 | 10.08 | - |
| YUV | 101.76 | 117.42 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 83 | 0 | 0.85 | 0.65 | 0.07 | 346.04 | 0.86 | 0.54 |
| Hex | EE | 24 | 53 | 0 | 55 | 41 | 7 | 15A | 56 | 36 |
| Octal | 356 | 44 | 123 | 0 | 125 | 101 | 7 | 532 | 126 | 66 |
| Binary | 11101110 | 100100 | 1010011 | 0 | 1010101 | 1000001 | 111 | 101011010 | 1010110 | 110110 |
Color Harmonies of #EE2453
Complementary color
Monochromatic Colors of #EE2453
Black with #EE2453
Text Example
Text Example
White with #EE2453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2453; }
p { color: rgb(238,36,83); }
H1.HeaderClassName
{
color: #EE2453;
}
.AnyTagClassName
{
color: #EE2453;
}
</style>
background-color css
<style>
a { background-color: #EE2453; }
a { background-color: rgb(238,36,83); }
div.DivClassName
{
background-color: #EE2453;
}
.BgClassName
{
background-color: #EE2453;
}
</style>
border-color css
<style>
span { border-color: #EE2453; }
span { border-color: rgb(238,36,83); }
td.TdClassName
{
border-color: #EE2453;
}
.TagClassName
{
border-color: #EE2453;
}
</style>