Shades of Amaranth #EE3C45
Tints of Amaranth #EE3C45
RGB
CMYK
RGB Variations
Color information
#EE3C45 (or 0xEE3C45) is known color: Amaranth. HEX triplet: EE, 3C and 45. RGB value is (238,60,69). Sum of RGB (Red+Green+Blue) = 238+60+69=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3C45 is #11C3BA. Grayscale: #727272. Windows color (decimal): -1164219 or 4537582. OLE color: 4537582.
HSL color Cylindrical-coordinate representation of color #EE3C45: hue angle of 356.97º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE3C45 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 60 | 69 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.07 |
| HSL | 356.97º | 0.84% | 0.58% | - |
| HSV(B) | 356.97º | 0.75% | 0.93% | - |
| XYZ | 37.95 | 21.84 | 7.85 | - |
| YUV | 114.25 | 102.47 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 60 | 69 | 0 | 0.75 | 0.71 | 0.07 | 356.97 | 0.84 | 0.58 |
| Hex | EE | 3C | 45 | 0 | 4B | 47 | 7 | 165 | 54 | 3A |
| Octal | 356 | 74 | 105 | 0 | 113 | 107 | 7 | 545 | 124 | 72 |
| Binary | 11101110 | 111100 | 1000101 | 0 | 1001011 | 1000111 | 111 | 101100101 | 1010100 | 111010 |
Color Harmonies of #EE3C45
Complementary color
Monochromatic Colors of #EE3C45
Black with #EE3C45
Text Example
Text Example
White with #EE3C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3C45; }
p { color: rgb(238,60,69); }
H1.HeaderClassName
{
color: #EE3C45;
}
.AnyTagClassName
{
color: #EE3C45;
}
</style>
background-color css
<style>
a { background-color: #EE3C45; }
a { background-color: rgb(238,60,69); }
div.DivClassName
{
background-color: #EE3C45;
}
.BgClassName
{
background-color: #EE3C45;
}
</style>
border-color css
<style>
span { border-color: #EE3C45; }
span { border-color: rgb(238,60,69); }
td.TdClassName
{
border-color: #EE3C45;
}
.TagClassName
{
border-color: #EE3C45;
}
</style>