Shades of Amaranth #EE484C
Tints of Amaranth #EE484C
RGB
CMYK
RGB Variations
Color information
#EE484C (or 0xEE484C) is known color: Amaranth. HEX triplet: EE, 48 and 4C. RGB value is (238,72,76). Sum of RGB (Red+Green+Blue) = 238+72+76=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE484C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE484C is #11B7B3. Grayscale: #7A7A7A. Windows color (decimal): -1161140 or 4999406. OLE color: 4999406.
HSL color Cylindrical-coordinate representation of color #EE484C: hue angle of 358.55º 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 #EE484C is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 76 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.07 |
| HSL | 358.55º | 0.83% | 0.61% | - |
| HSV(B) | 358.55º | 0.7% | 0.93% | - |
| XYZ | 38.88 | 23.33 | 9.29 | - |
| YUV | 122.09 | 102 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 76 | 0 | 0.70 | 0.68 | 0.07 | 358.55 | 0.83 | 0.61 |
| Hex | EE | 48 | 4C | 0 | 46 | 44 | 7 | 167 | 53 | 3D |
| Octal | 356 | 110 | 114 | 0 | 106 | 104 | 7 | 547 | 123 | 75 |
| Binary | 11101110 | 1001000 | 1001100 | 0 | 1000110 | 1000100 | 111 | 101100111 | 1010011 | 111101 |
Color Harmonies of #EE484C
Complementary color
Monochromatic Colors of #EE484C
Black with #EE484C
Text Example
Text Example
White with #EE484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE484C; }
p { color: rgb(238,72,76); }
H1.HeaderClassName
{
color: #EE484C;
}
.AnyTagClassName
{
color: #EE484C;
}
</style>
background-color css
<style>
a { background-color: #EE484C; }
a { background-color: rgb(238,72,76); }
div.DivClassName
{
background-color: #EE484C;
}
.BgClassName
{
background-color: #EE484C;
}
</style>
border-color css
<style>
span { border-color: #EE484C; }
span { border-color: rgb(238,72,76); }
td.TdClassName
{
border-color: #EE484C;
}
.TagClassName
{
border-color: #EE484C;
}
</style>