Shades of Amaranth #EE2452
Tints of Amaranth #EE2452
RGB
CMYK
RGB Variations
Color information
#EE2452 (or 0xEE2452) is known color: Amaranth. HEX triplet: EE, 24 and 52. RGB value is (238,36,82). Sum of RGB (Red+Green+Blue) = 238+36+82=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2452 is #11DBAD. Grayscale: #656565. Windows color (decimal): -1170350 or 5383406. OLE color: 5383406.
HSL color Cylindrical-coordinate representation of color #EE2452: hue angle of 346.34º 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 #EE2452 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 82 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.07 |
| HSL | 346.34º | 0.86% | 0.54% | - |
| HSV(B) | 346.34º | 0.85% | 0.93% | - |
| XYZ | 37.41 | 20.05 | 9.88 | - |
| YUV | 101.64 | 116.92 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 82 | 0 | 0.85 | 0.66 | 0.07 | 346.34 | 0.86 | 0.54 |
| Hex | EE | 24 | 52 | 0 | 55 | 42 | 7 | 15A | 56 | 36 |
| Octal | 356 | 44 | 122 | 0 | 125 | 102 | 7 | 532 | 126 | 66 |
| Binary | 11101110 | 100100 | 1010010 | 0 | 1010101 | 1000010 | 111 | 101011010 | 1010110 | 110110 |
Color Harmonies of #EE2452
Complementary color
Monochromatic Colors of #EE2452
Black with #EE2452
Text Example
Text Example
White with #EE2452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2452; }
p { color: rgb(238,36,82); }
H1.HeaderClassName
{
color: #EE2452;
}
.AnyTagClassName
{
color: #EE2452;
}
</style>
background-color css
<style>
a { background-color: #EE2452; }
a { background-color: rgb(238,36,82); }
div.DivClassName
{
background-color: #EE2452;
}
.BgClassName
{
background-color: #EE2452;
}
</style>
border-color css
<style>
span { border-color: #EE2452; }
span { border-color: rgb(238,36,82); }
td.TdClassName
{
border-color: #EE2452;
}
.TagClassName
{
border-color: #EE2452;
}
</style>