Shades of Amaranth #EE2456
Tints of Amaranth #EE2456
RGB
CMYK
RGB Variations
Color information
#EE2456 (or 0xEE2456) is known color: Amaranth. HEX triplet: EE, 24 and 56. RGB value is (238,36,86). Sum of RGB (Red+Green+Blue) = 238+36+86=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2456 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2456 is #11DBA9. Grayscale: #666666. Windows color (decimal): -1170346 or 5645550. OLE color: 5645550.
HSL color Cylindrical-coordinate representation of color #EE2456: hue angle of 345.15º 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 #EE2456 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 86 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.07 |
| HSL | 345.15º | 0.86% | 0.54% | - |
| HSV(B) | 345.15º | 0.85% | 0.93% | - |
| XYZ | 37.57 | 20.11 | 10.71 | - |
| YUV | 102.1 | 118.92 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 86 | 0 | 0.85 | 0.64 | 0.07 | 345.15 | 0.86 | 0.54 |
| Hex | EE | 24 | 56 | 0 | 55 | 40 | 7 | 159 | 56 | 36 |
| Octal | 356 | 44 | 126 | 0 | 125 | 100 | 7 | 531 | 126 | 66 |
| Binary | 11101110 | 100100 | 1010110 | 0 | 1010101 | 1000000 | 111 | 101011001 | 1010110 | 110110 |
Color Harmonies of #EE2456
Complementary color
Monochromatic Colors of #EE2456
Black with #EE2456
Text Example
Text Example
White with #EE2456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2456; }
p { color: rgb(238,36,86); }
H1.HeaderClassName
{
color: #EE2456;
}
.AnyTagClassName
{
color: #EE2456;
}
</style>
background-color css
<style>
a { background-color: #EE2456; }
a { background-color: rgb(238,36,86); }
div.DivClassName
{
background-color: #EE2456;
}
.BgClassName
{
background-color: #EE2456;
}
</style>
border-color css
<style>
span { border-color: #EE2456; }
span { border-color: rgb(238,36,86); }
td.TdClassName
{
border-color: #EE2456;
}
.TagClassName
{
border-color: #EE2456;
}
</style>