Shades of Amaranth #EE3451
Tints of Amaranth #EE3451
RGB
CMYK
RGB Variations
Color information
#EE3451 (or 0xEE3451) is known color: Amaranth. HEX triplet: EE, 34 and 51. RGB value is (238,52,81). Sum of RGB (Red+Green+Blue) = 238+52+81=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3451 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3451 is #11CBAE. Grayscale: #6E6E6E. Windows color (decimal): -1166255 or 5321966. OLE color: 5321966.
HSL color Cylindrical-coordinate representation of color #EE3451: hue angle of 350.65º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE3451 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 81 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.07 |
| HSL | 350.65º | 0.85% | 0.57% | - |
| HSV(B) | 350.65º | 0.78% | 0.93% | - |
| XYZ | 37.97 | 21.23 | 9.88 | - |
| YUV | 110.92 | 111.12 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 81 | 0 | 0.78 | 0.66 | 0.07 | 350.65 | 0.85 | 0.57 |
| Hex | EE | 34 | 51 | 0 | 4E | 42 | 7 | 15F | 55 | 39 |
| Octal | 356 | 64 | 121 | 0 | 116 | 102 | 7 | 537 | 125 | 71 |
| Binary | 11101110 | 110100 | 1010001 | 0 | 1001110 | 1000010 | 111 | 101011111 | 1010101 | 111001 |
Color Harmonies of #EE3451
Complementary color
Monochromatic Colors of #EE3451
Black with #EE3451
Text Example
Text Example
White with #EE3451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3451; }
p { color: rgb(238,52,81); }
H1.HeaderClassName
{
color: #EE3451;
}
.AnyTagClassName
{
color: #EE3451;
}
</style>
background-color css
<style>
a { background-color: #EE3451; }
a { background-color: rgb(238,52,81); }
div.DivClassName
{
background-color: #EE3451;
}
.BgClassName
{
background-color: #EE3451;
}
</style>
border-color css
<style>
span { border-color: #EE3451; }
span { border-color: rgb(238,52,81); }
td.TdClassName
{
border-color: #EE3451;
}
.TagClassName
{
border-color: #EE3451;
}
</style>