Shades of Amaranth #EE2F44
Tints of Amaranth #EE2F44
RGB
CMYK
RGB Variations
Color information
#EE2F44 (or 0xEE2F44) is known color: Amaranth. HEX triplet: EE, 2F and 44. RGB value is (238,47,68). Sum of RGB (Red+Green+Blue) = 238+47+68=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2F44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2F44 is #11D0BB. Grayscale: #6A6A6A. Windows color (decimal): -1167548 or 4468718. OLE color: 4468718.
HSL color Cylindrical-coordinate representation of color #EE2F44: hue angle of 353.4º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE2F44 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 47 | 68 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.07 |
| HSL | 353.4º | 0.85% | 0.56% | - |
| HSV(B) | 353.4º | 0.8% | 0.93% | - |
| XYZ | 37.32 | 20.63 | 7.48 | - |
| YUV | 106.5 | 106.28 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 47 | 68 | 0 | 0.80 | 0.71 | 0.07 | 353.4 | 0.85 | 0.56 |
| Hex | EE | 2F | 44 | 0 | 50 | 47 | 7 | 161 | 55 | 38 |
| Octal | 356 | 57 | 104 | 0 | 120 | 107 | 7 | 541 | 125 | 70 |
| Binary | 11101110 | 101111 | 1000100 | 0 | 1010000 | 1000111 | 111 | 101100001 | 1010101 | 111000 |
Color Harmonies of #EE2F44
Complementary color
Monochromatic Colors of #EE2F44
Black with #EE2F44
Text Example
Text Example
White with #EE2F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2F44; }
p { color: rgb(238,47,68); }
H1.HeaderClassName
{
color: #EE2F44;
}
.AnyTagClassName
{
color: #EE2F44;
}
</style>
background-color css
<style>
a { background-color: #EE2F44; }
a { background-color: rgb(238,47,68); }
div.DivClassName
{
background-color: #EE2F44;
}
.BgClassName
{
background-color: #EE2F44;
}
</style>
border-color css
<style>
span { border-color: #EE2F44; }
span { border-color: rgb(238,47,68); }
td.TdClassName
{
border-color: #EE2F44;
}
.TagClassName
{
border-color: #EE2F44;
}
</style>