Shades of Amaranth #EE2F45
Tints of Amaranth #EE2F45
RGB
CMYK
RGB Variations
Color information
#EE2F45 (or 0xEE2F45) is known color: Amaranth. HEX triplet: EE, 2F and 45. RGB value is (238,47,69). Sum of RGB (Red+Green+Blue) = 238+47+69=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2F45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2F45 is #11D0BA. Grayscale: #6A6A6A. Windows color (decimal): -1167547 or 4534254. OLE color: 4534254.
HSL color Cylindrical-coordinate representation of color #EE2F45: hue angle of 353.09º 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 #EE2F45 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 47 | 69 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.07 |
| HSL | 353.09º | 0.85% | 0.56% | - |
| HSV(B) | 353.09º | 0.8% | 0.93% | - |
| XYZ | 37.35 | 20.64 | 7.65 | - |
| YUV | 106.62 | 106.78 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 47 | 69 | 0 | 0.80 | 0.71 | 0.07 | 353.09 | 0.85 | 0.56 |
| Hex | EE | 2F | 45 | 0 | 50 | 47 | 7 | 161 | 55 | 38 |
| Octal | 356 | 57 | 105 | 0 | 120 | 107 | 7 | 541 | 125 | 70 |
| Binary | 11101110 | 101111 | 1000101 | 0 | 1010000 | 1000111 | 111 | 101100001 | 1010101 | 111000 |
Color Harmonies of #EE2F45
Complementary color
Monochromatic Colors of #EE2F45
Black with #EE2F45
Text Example
Text Example
White with #EE2F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2F45; }
p { color: rgb(238,47,69); }
H1.HeaderClassName
{
color: #EE2F45;
}
.AnyTagClassName
{
color: #EE2F45;
}
</style>
background-color css
<style>
a { background-color: #EE2F45; }
a { background-color: rgb(238,47,69); }
div.DivClassName
{
background-color: #EE2F45;
}
.BgClassName
{
background-color: #EE2F45;
}
</style>
border-color css
<style>
span { border-color: #EE2F45; }
span { border-color: rgb(238,47,69); }
td.TdClassName
{
border-color: #EE2F45;
}
.TagClassName
{
border-color: #EE2F45;
}
</style>