Shades of Amaranth #EE3245
Tints of Amaranth #EE3245
RGB
CMYK
RGB Variations
Color information
#EE3245 (or 0xEE3245) is known color: Amaranth. HEX triplet: EE, 32 and 45. RGB value is (238,50,69). Sum of RGB (Red+Green+Blue) = 238+50+69=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3245 is #11CDBA. Grayscale: #6C6C6C. Windows color (decimal): -1166779 or 4535022. OLE color: 4535022.
HSL color Cylindrical-coordinate representation of color #EE3245: hue angle of 353.94º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3245 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 69 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.07 |
| HSL | 353.94º | 0.85% | 0.56% | - |
| HSV(B) | 353.94º | 0.79% | 0.93% | - |
| XYZ | 37.47 | 20.89 | 7.69 | - |
| YUV | 108.38 | 105.78 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 69 | 0 | 0.79 | 0.71 | 0.07 | 353.94 | 0.85 | 0.56 |
| Hex | EE | 32 | 45 | 0 | 4F | 47 | 7 | 162 | 55 | 38 |
| Octal | 356 | 62 | 105 | 0 | 117 | 107 | 7 | 542 | 125 | 70 |
| Binary | 11101110 | 110010 | 1000101 | 0 | 1001111 | 1000111 | 111 | 101100010 | 1010101 | 111000 |
Color Harmonies of #EE3245
Complementary color
Monochromatic Colors of #EE3245
Black with #EE3245
Text Example
Text Example
White with #EE3245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3245; }
p { color: rgb(238,50,69); }
H1.HeaderClassName
{
color: #EE3245;
}
.AnyTagClassName
{
color: #EE3245;
}
</style>
background-color css
<style>
a { background-color: #EE3245; }
a { background-color: rgb(238,50,69); }
div.DivClassName
{
background-color: #EE3245;
}
.BgClassName
{
background-color: #EE3245;
}
</style>
border-color css
<style>
span { border-color: #EE3245; }
span { border-color: rgb(238,50,69); }
td.TdClassName
{
border-color: #EE3245;
}
.TagClassName
{
border-color: #EE3245;
}
</style>