Shades of Amaranth #EE3449
Tints of Amaranth #EE3449
RGB
CMYK
RGB Variations
Color information
#EE3449 (or 0xEE3449) is known color: Amaranth. HEX triplet: EE, 34 and 49. RGB value is (238,52,73). Sum of RGB (Red+Green+Blue) = 238+52+73=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3449 is #11CBB6. Grayscale: #6E6E6E. Windows color (decimal): -1166263 or 4797678. OLE color: 4797678.
HSL color Cylindrical-coordinate representation of color #EE3449: hue angle of 353.23º 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 #EE3449 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 73 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.07 |
| HSL | 353.23º | 0.85% | 0.57% | - |
| HSV(B) | 353.23º | 0.78% | 0.93% | - |
| XYZ | 37.69 | 21.11 | 8.39 | - |
| YUV | 110.01 | 107.12 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 73 | 0 | 0.78 | 0.69 | 0.07 | 353.23 | 0.85 | 0.57 |
| Hex | EE | 34 | 49 | 0 | 4E | 45 | 7 | 161 | 55 | 39 |
| Octal | 356 | 64 | 111 | 0 | 116 | 105 | 7 | 541 | 125 | 71 |
| Binary | 11101110 | 110100 | 1001001 | 0 | 1001110 | 1000101 | 111 | 101100001 | 1010101 | 111001 |
Color Harmonies of #EE3449
Complementary color
Monochromatic Colors of #EE3449
Black with #EE3449
Text Example
Text Example
White with #EE3449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3449; }
p { color: rgb(238,52,73); }
H1.HeaderClassName
{
color: #EE3449;
}
.AnyTagClassName
{
color: #EE3449;
}
</style>
background-color css
<style>
a { background-color: #EE3449; }
a { background-color: rgb(238,52,73); }
div.DivClassName
{
background-color: #EE3449;
}
.BgClassName
{
background-color: #EE3449;
}
</style>
border-color css
<style>
span { border-color: #EE3449; }
span { border-color: rgb(238,52,73); }
td.TdClassName
{
border-color: #EE3449;
}
.TagClassName
{
border-color: #EE3449;
}
</style>