Shades of Amaranth #EE3352
Tints of Amaranth #EE3352
RGB
CMYK
RGB Variations
Color information
#EE3352 (or 0xEE3352) is known color: Amaranth. HEX triplet: EE, 33 and 52. RGB value is (238,51,82). Sum of RGB (Red+Green+Blue) = 238+51+82=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3352 is #11CCAD. Grayscale: #6E6E6E. Windows color (decimal): -1166510 or 5387246. OLE color: 5387246.
HSL color Cylindrical-coordinate representation of color #EE3352: hue angle of 350.05º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3352 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 82 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.07 |
| HSL | 350.05º | 0.85% | 0.57% | - |
| HSV(B) | 350.05º | 0.79% | 0.93% | - |
| XYZ | 37.97 | 21.15 | 10.06 | - |
| YUV | 110.45 | 111.95 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 82 | 0 | 0.79 | 0.66 | 0.07 | 350.05 | 0.85 | 0.57 |
| Hex | EE | 33 | 52 | 0 | 4F | 42 | 7 | 15E | 55 | 39 |
| Octal | 356 | 63 | 122 | 0 | 117 | 102 | 7 | 536 | 125 | 71 |
| Binary | 11101110 | 110011 | 1010010 | 0 | 1001111 | 1000010 | 111 | 101011110 | 1010101 | 111001 |
Color Harmonies of #EE3352
Complementary color
Monochromatic Colors of #EE3352
Black with #EE3352
Text Example
Text Example
White with #EE3352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3352; }
p { color: rgb(238,51,82); }
H1.HeaderClassName
{
color: #EE3352;
}
.AnyTagClassName
{
color: #EE3352;
}
</style>
background-color css
<style>
a { background-color: #EE3352; }
a { background-color: rgb(238,51,82); }
div.DivClassName
{
background-color: #EE3352;
}
.BgClassName
{
background-color: #EE3352;
}
</style>
border-color css
<style>
span { border-color: #EE3352; }
span { border-color: rgb(238,51,82); }
td.TdClassName
{
border-color: #EE3352;
}
.TagClassName
{
border-color: #EE3352;
}
</style>