Shades of Amaranth #EE3254
Tints of Amaranth #EE3254
RGB
CMYK
RGB Variations
Color information
#EE3254 (or 0xEE3254) is known color: Amaranth. HEX triplet: EE, 32 and 54. RGB value is (238,50,84). Sum of RGB (Red+Green+Blue) = 238+50+84=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3254 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3254 is #11CDAB. Grayscale: #6E6E6E. Windows color (decimal): -1166764 or 5518062. OLE color: 5518062.
HSL color Cylindrical-coordinate representation of color #EE3254: hue angle of 349.15º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3254 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 84 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.07 |
| HSL | 349.15º | 0.85% | 0.56% | - |
| HSV(B) | 349.15º | 0.79% | 0.93% | - |
| XYZ | 38 | 21.1 | 10.46 | - |
| YUV | 110.09 | 113.28 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 84 | 0 | 0.79 | 0.65 | 0.07 | 349.15 | 0.85 | 0.56 |
| Hex | EE | 32 | 54 | 0 | 4F | 41 | 7 | 15D | 55 | 38 |
| Octal | 356 | 62 | 124 | 0 | 117 | 101 | 7 | 535 | 125 | 70 |
| Binary | 11101110 | 110010 | 1010100 | 0 | 1001111 | 1000001 | 111 | 101011101 | 1010101 | 111000 |
Color Harmonies of #EE3254
Complementary color
Monochromatic Colors of #EE3254
Black with #EE3254
Text Example
Text Example
White with #EE3254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3254; }
p { color: rgb(238,50,84); }
H1.HeaderClassName
{
color: #EE3254;
}
.AnyTagClassName
{
color: #EE3254;
}
</style>
background-color css
<style>
a { background-color: #EE3254; }
a { background-color: rgb(238,50,84); }
div.DivClassName
{
background-color: #EE3254;
}
.BgClassName
{
background-color: #EE3254;
}
</style>
border-color css
<style>
span { border-color: #EE3254; }
span { border-color: rgb(238,50,84); }
td.TdClassName
{
border-color: #EE3254;
}
.TagClassName
{
border-color: #EE3254;
}
</style>