Shades of Amaranth #EE304D
Tints of Amaranth #EE304D
RGB
CMYK
RGB Variations
Color information
#EE304D (or 0xEE304D) is known color: Amaranth. HEX triplet: EE, 30 and 4D. RGB value is (238,48,77). Sum of RGB (Red+Green+Blue) = 238+48+77=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE304D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE304D is #11CFB2. Grayscale: #6C6C6C. Windows color (decimal): -1167283 or 5058798. OLE color: 5058798.
HSL color Cylindrical-coordinate representation of color #EE304D: hue angle of 350.84º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE304D is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 77 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.07 |
| HSL | 350.84º | 0.85% | 0.56% | - |
| HSV(B) | 350.84º | 0.8% | 0.93% | - |
| XYZ | 37.66 | 20.83 | 9.06 | - |
| YUV | 108.12 | 110.45 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 77 | 0 | 0.80 | 0.68 | 0.07 | 350.84 | 0.85 | 0.56 |
| Hex | EE | 30 | 4D | 0 | 50 | 44 | 7 | 15F | 55 | 38 |
| Octal | 356 | 60 | 115 | 0 | 120 | 104 | 7 | 537 | 125 | 70 |
| Binary | 11101110 | 110000 | 1001101 | 0 | 1010000 | 1000100 | 111 | 101011111 | 1010101 | 111000 |
Color Harmonies of #EE304D
Complementary color
Monochromatic Colors of #EE304D
Black with #EE304D
Text Example
Text Example
White with #EE304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE304D; }
p { color: rgb(238,48,77); }
H1.HeaderClassName
{
color: #EE304D;
}
.AnyTagClassName
{
color: #EE304D;
}
</style>
background-color css
<style>
a { background-color: #EE304D; }
a { background-color: rgb(238,48,77); }
div.DivClassName
{
background-color: #EE304D;
}
.BgClassName
{
background-color: #EE304D;
}
</style>
border-color css
<style>
span { border-color: #EE304D; }
span { border-color: rgb(238,48,77); }
td.TdClassName
{
border-color: #EE304D;
}
.TagClassName
{
border-color: #EE304D;
}
</style>