Shades of Amaranth #EE2351
Tints of Amaranth #EE2351
RGB
CMYK
RGB Variations
Color information
#EE2351 (or 0xEE2351) is known color: Amaranth. HEX triplet: EE, 23 and 51. RGB value is (238,35,81). Sum of RGB (Red+Green+Blue) = 238+35+81=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2351 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2351 is #11DCAE. Grayscale: #646464. Windows color (decimal): -1170607 or 5317614. OLE color: 5317614.
HSL color Cylindrical-coordinate representation of color #EE2351: hue angle of 346.4º 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 #EE2351 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 81 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.07 |
| HSL | 346.4º | 0.86% | 0.54% | - |
| HSV(B) | 346.4º | 0.85% | 0.93% | - |
| XYZ | 37.35 | 19.97 | 9.67 | - |
| YUV | 100.94 | 116.75 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 81 | 0 | 0.85 | 0.66 | 0.07 | 346.4 | 0.86 | 0.54 |
| Hex | EE | 23 | 51 | 0 | 55 | 42 | 7 | 15A | 56 | 36 |
| Octal | 356 | 43 | 121 | 0 | 125 | 102 | 7 | 532 | 126 | 66 |
| Binary | 11101110 | 100011 | 1010001 | 0 | 1010101 | 1000010 | 111 | 101011010 | 1010110 | 110110 |
Color Harmonies of #EE2351
Complementary color
Monochromatic Colors of #EE2351
Black with #EE2351
Text Example
Text Example
White with #EE2351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2351; }
p { color: rgb(238,35,81); }
H1.HeaderClassName
{
color: #EE2351;
}
.AnyTagClassName
{
color: #EE2351;
}
</style>
background-color css
<style>
a { background-color: #EE2351; }
a { background-color: rgb(238,35,81); }
div.DivClassName
{
background-color: #EE2351;
}
.BgClassName
{
background-color: #EE2351;
}
</style>
border-color css
<style>
span { border-color: #EE2351; }
span { border-color: rgb(238,35,81); }
td.TdClassName
{
border-color: #EE2351;
}
.TagClassName
{
border-color: #EE2351;
}
</style>