Shades of Amaranth #EE3C4F
Tints of Amaranth #EE3C4F
RGB
CMYK
RGB Variations
Color information
#EE3C4F (or 0xEE3C4F) is known color: Amaranth. HEX triplet: EE, 3C and 4F. RGB value is (238,60,79). Sum of RGB (Red+Green+Blue) = 238+60+79=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3C4F is #11C3B0. Grayscale: #737373. Windows color (decimal): -1164209 or 5192942. OLE color: 5192942.
HSL color Cylindrical-coordinate representation of color #EE3C4F: hue angle of 353.6º 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 #EE3C4F is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 60 | 79 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.07 |
| HSL | 353.6º | 0.84% | 0.58% | - |
| HSV(B) | 353.6º | 0.75% | 0.93% | - |
| XYZ | 38.29 | 21.97 | 9.62 | - |
| YUV | 115.39 | 107.47 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 60 | 79 | 0 | 0.75 | 0.67 | 0.07 | 353.6 | 0.84 | 0.58 |
| Hex | EE | 3C | 4F | 0 | 4B | 43 | 7 | 162 | 54 | 3A |
| Octal | 356 | 74 | 117 | 0 | 113 | 103 | 7 | 542 | 124 | 72 |
| Binary | 11101110 | 111100 | 1001111 | 0 | 1001011 | 1000011 | 111 | 101100010 | 1010100 | 111010 |
Color Harmonies of #EE3C4F
Complementary color
Monochromatic Colors of #EE3C4F
Black with #EE3C4F
Text Example
Text Example
White with #EE3C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3C4F; }
p { color: rgb(238,60,79); }
H1.HeaderClassName
{
color: #EE3C4F;
}
.AnyTagClassName
{
color: #EE3C4F;
}
</style>
background-color css
<style>
a { background-color: #EE3C4F; }
a { background-color: rgb(238,60,79); }
div.DivClassName
{
background-color: #EE3C4F;
}
.BgClassName
{
background-color: #EE3C4F;
}
</style>
border-color css
<style>
span { border-color: #EE3C4F; }
span { border-color: rgb(238,60,79); }
td.TdClassName
{
border-color: #EE3C4F;
}
.TagClassName
{
border-color: #EE3C4F;
}
</style>