Shades of Amaranth #EE484B
Tints of Amaranth #EE484B
RGB
CMYK
RGB Variations
Color information
#EE484B (or 0xEE484B) is known color: Amaranth. HEX triplet: EE, 48 and 4B. RGB value is (238,72,75). Sum of RGB (Red+Green+Blue) = 238+72+75=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE484B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE484B is #11B7B4. Grayscale: #7A7A7A. Windows color (decimal): -1161141 or 4933870. OLE color: 4933870.
HSL color Cylindrical-coordinate representation of color #EE484B: hue angle of 358.92º 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 #EE484B is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 75 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.07 |
| HSL | 358.92º | 0.83% | 0.61% | - |
| HSV(B) | 358.92º | 0.7% | 0.93% | - |
| XYZ | 38.85 | 23.32 | 9.11 | - |
| YUV | 121.98 | 101.5 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 75 | 0 | 0.70 | 0.68 | 0.07 | 358.92 | 0.83 | 0.61 |
| Hex | EE | 48 | 4B | 0 | 46 | 44 | 7 | 167 | 53 | 3D |
| Octal | 356 | 110 | 113 | 0 | 106 | 104 | 7 | 547 | 123 | 75 |
| Binary | 11101110 | 1001000 | 1001011 | 0 | 1000110 | 1000100 | 111 | 101100111 | 1010011 | 111101 |
Color Harmonies of #EE484B
Complementary color
Monochromatic Colors of #EE484B
Black with #EE484B
Text Example
Text Example
White with #EE484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE484B; }
p { color: rgb(238,72,75); }
H1.HeaderClassName
{
color: #EE484B;
}
.AnyTagClassName
{
color: #EE484B;
}
</style>
background-color css
<style>
a { background-color: #EE484B; }
a { background-color: rgb(238,72,75); }
div.DivClassName
{
background-color: #EE484B;
}
.BgClassName
{
background-color: #EE484B;
}
</style>
border-color css
<style>
span { border-color: #EE484B; }
span { border-color: rgb(238,72,75); }
td.TdClassName
{
border-color: #EE484B;
}
.TagClassName
{
border-color: #EE484B;
}
</style>