Shades of Amaranth #EE2450
Tints of Amaranth #EE2450
RGB
CMYK
RGB Variations
Color information
#EE2450 (or 0xEE2450) is known color: Amaranth. HEX triplet: EE, 24 and 50. RGB value is (238,36,80). Sum of RGB (Red+Green+Blue) = 238+36+80=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2450 is #11DBAF. Grayscale: #656565. Windows color (decimal): -1170352 or 5252334. OLE color: 5252334.
HSL color Cylindrical-coordinate representation of color #EE2450: hue angle of 346.93º 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 #EE2450 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 80 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.07 |
| HSL | 346.93º | 0.86% | 0.54% | - |
| HSV(B) | 346.93º | 0.85% | 0.93% | - |
| XYZ | 37.34 | 20.02 | 9.49 | - |
| YUV | 101.41 | 115.92 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 80 | 0 | 0.85 | 0.66 | 0.07 | 346.93 | 0.86 | 0.54 |
| Hex | EE | 24 | 50 | 0 | 55 | 42 | 7 | 15B | 56 | 36 |
| Octal | 356 | 44 | 120 | 0 | 125 | 102 | 7 | 533 | 126 | 66 |
| Binary | 11101110 | 100100 | 1010000 | 0 | 1010101 | 1000010 | 111 | 101011011 | 1010110 | 110110 |
Color Harmonies of #EE2450
Complementary color
Monochromatic Colors of #EE2450
Black with #EE2450
Text Example
Text Example
White with #EE2450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2450; }
p { color: rgb(238,36,80); }
H1.HeaderClassName
{
color: #EE2450;
}
.AnyTagClassName
{
color: #EE2450;
}
</style>
background-color css
<style>
a { background-color: #EE2450; }
a { background-color: rgb(238,36,80); }
div.DivClassName
{
background-color: #EE2450;
}
.BgClassName
{
background-color: #EE2450;
}
</style>
border-color css
<style>
span { border-color: #EE2450; }
span { border-color: rgb(238,36,80); }
td.TdClassName
{
border-color: #EE2450;
}
.TagClassName
{
border-color: #EE2450;
}
</style>