Shades of Amaranth #EE244F
Tints of Amaranth #EE244F
RGB
CMYK
RGB Variations
Color information
#EE244F (or 0xEE244F) is known color: Amaranth. HEX triplet: EE, 24 and 4F. RGB value is (238,36,79). Sum of RGB (Red+Green+Blue) = 238+36+79=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE244F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE244F is #11DBB0. Grayscale: #656565. Windows color (decimal): -1170353 or 5186798. OLE color: 5186798.
HSL color Cylindrical-coordinate representation of color #EE244F: hue angle of 347.23º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE244F is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 79 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.07 |
| HSL | 347.23º | 0.86% | 0.54% | - |
| HSV(B) | 347.23º | 0.85% | 0.93% | - |
| XYZ | 37.3 | 20 | 9.29 | - |
| YUV | 101.3 | 115.42 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 79 | 0 | 0.85 | 0.67 | 0.07 | 347.23 | 0.86 | 0.54 |
| Hex | EE | 24 | 4F | 0 | 55 | 43 | 7 | 15B | 56 | 36 |
| Octal | 356 | 44 | 117 | 0 | 125 | 103 | 7 | 533 | 126 | 66 |
| Binary | 11101110 | 100100 | 1001111 | 0 | 1010101 | 1000011 | 111 | 101011011 | 1010110 | 110110 |
Color Harmonies of #EE244F
Complementary color
Monochromatic Colors of #EE244F
Black with #EE244F
Text Example
Text Example
White with #EE244F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE244F; }
p { color: rgb(238,36,79); }
H1.HeaderClassName
{
color: #EE244F;
}
.AnyTagClassName
{
color: #EE244F;
}
</style>
background-color css
<style>
a { background-color: #EE244F; }
a { background-color: rgb(238,36,79); }
div.DivClassName
{
background-color: #EE244F;
}
.BgClassName
{
background-color: #EE244F;
}
</style>
border-color css
<style>
span { border-color: #EE244F; }
span { border-color: rgb(238,36,79); }
td.TdClassName
{
border-color: #EE244F;
}
.TagClassName
{
border-color: #EE244F;
}
</style>