Shades of Amaranth #EE2548
Tints of Amaranth #EE2548
RGB
CMYK
RGB Variations
Color information
#EE2548 (or 0xEE2548) is known color: Amaranth. HEX triplet: EE, 25 and 48. RGB value is (238,37,72). Sum of RGB (Red+Green+Blue) = 238+37+72=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2548 is #11DAB7. Grayscale: #656565. Windows color (decimal): -1170104 or 4728302. OLE color: 4728302.
HSL color Cylindrical-coordinate representation of color #EE2548: hue angle of 349.55º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2548 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 72 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.07 |
| HSL | 349.55º | 0.86% | 0.54% | - |
| HSV(B) | 349.55º | 0.84% | 0.93% | - |
| XYZ | 37.09 | 19.97 | 8.03 | - |
| YUV | 101.09 | 111.59 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 72 | 0 | 0.84 | 0.70 | 0.07 | 349.55 | 0.86 | 0.54 |
| Hex | EE | 25 | 48 | 0 | 54 | 46 | 7 | 15E | 56 | 36 |
| Octal | 356 | 45 | 110 | 0 | 124 | 106 | 7 | 536 | 126 | 66 |
| Binary | 11101110 | 100101 | 1001000 | 0 | 1010100 | 1000110 | 111 | 101011110 | 1010110 | 110110 |
Color Harmonies of #EE2548
Complementary color
Monochromatic Colors of #EE2548
Black with #EE2548
Text Example
Text Example
White with #EE2548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2548; }
p { color: rgb(238,37,72); }
H1.HeaderClassName
{
color: #EE2548;
}
.AnyTagClassName
{
color: #EE2548;
}
</style>
background-color css
<style>
a { background-color: #EE2548; }
a { background-color: rgb(238,37,72); }
div.DivClassName
{
background-color: #EE2548;
}
.BgClassName
{
background-color: #EE2548;
}
</style>
border-color css
<style>
span { border-color: #EE2548; }
span { border-color: rgb(238,37,72); }
td.TdClassName
{
border-color: #EE2548;
}
.TagClassName
{
border-color: #EE2548;
}
</style>