Shades of Amaranth #EE484A
Tints of Amaranth #EE484A
RGB
CMYK
RGB Variations
Color information
#EE484A (or 0xEE484A) is known color: Amaranth. HEX triplet: EE, 48 and 4A. RGB value is (238,72,74). Sum of RGB (Red+Green+Blue) = 238+72+74=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE484A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE484A is #11B7B5. Grayscale: #7A7A7A. Windows color (decimal): -1161142 or 4868334. OLE color: 4868334.
HSL color Cylindrical-coordinate representation of color #EE484A: hue angle of 359.28º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE484A is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 74 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.07 |
| HSL | 359.28º | 0.83% | 0.61% | - |
| HSV(B) | 359.28º | 0.7% | 0.93% | - |
| XYZ | 38.81 | 23.31 | 8.93 | - |
| YUV | 121.86 | 101 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 74 | 0 | 0.70 | 0.69 | 0.07 | 359.28 | 0.83 | 0.61 |
| Hex | EE | 48 | 4A | 0 | 46 | 45 | 7 | 167 | 53 | 3D |
| Octal | 356 | 110 | 112 | 0 | 106 | 105 | 7 | 547 | 123 | 75 |
| Binary | 11101110 | 1001000 | 1001010 | 0 | 1000110 | 1000101 | 111 | 101100111 | 1010011 | 111101 |
Color Harmonies of #EE484A
Complementary color
Monochromatic Colors of #EE484A
Black with #EE484A
Text Example
Text Example
White with #EE484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE484A; }
p { color: rgb(238,72,74); }
H1.HeaderClassName
{
color: #EE484A;
}
.AnyTagClassName
{
color: #EE484A;
}
</style>
background-color css
<style>
a { background-color: #EE484A; }
a { background-color: rgb(238,72,74); }
div.DivClassName
{
background-color: #EE484A;
}
.BgClassName
{
background-color: #EE484A;
}
</style>
border-color css
<style>
span { border-color: #EE484A; }
span { border-color: rgb(238,72,74); }
td.TdClassName
{
border-color: #EE484A;
}
.TagClassName
{
border-color: #EE484A;
}
</style>