Shades of Amaranth #EE304A
Tints of Amaranth #EE304A
RGB
CMYK
RGB Variations
Color information
#EE304A (or 0xEE304A) is known color: Amaranth. HEX triplet: EE, 30 and 4A. RGB value is (238,48,74). Sum of RGB (Red+Green+Blue) = 238+48+74=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE304A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE304A is #11CFB5. Grayscale: #6B6B6B. Windows color (decimal): -1167286 or 4862190. OLE color: 4862190.
HSL color Cylindrical-coordinate representation of color #EE304A: hue angle of 351.79º 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 #EE304A is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 74 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.07 |
| HSL | 351.79º | 0.85% | 0.56% | - |
| HSV(B) | 351.79º | 0.8% | 0.93% | - |
| XYZ | 37.55 | 20.79 | 8.51 | - |
| YUV | 107.77 | 108.95 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 74 | 0 | 0.80 | 0.69 | 0.07 | 351.79 | 0.85 | 0.56 |
| Hex | EE | 30 | 4A | 0 | 50 | 45 | 7 | 160 | 55 | 38 |
| Octal | 356 | 60 | 112 | 0 | 120 | 105 | 7 | 540 | 125 | 70 |
| Binary | 11101110 | 110000 | 1001010 | 0 | 1010000 | 1000101 | 111 | 101100000 | 1010101 | 111000 |
Color Harmonies of #EE304A
Complementary color
Monochromatic Colors of #EE304A
Black with #EE304A
Text Example
Text Example
White with #EE304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE304A; }
p { color: rgb(238,48,74); }
H1.HeaderClassName
{
color: #EE304A;
}
.AnyTagClassName
{
color: #EE304A;
}
</style>
background-color css
<style>
a { background-color: #EE304A; }
a { background-color: rgb(238,48,74); }
div.DivClassName
{
background-color: #EE304A;
}
.BgClassName
{
background-color: #EE304A;
}
</style>
border-color css
<style>
span { border-color: #EE304A; }
span { border-color: rgb(238,48,74); }
td.TdClassName
{
border-color: #EE304A;
}
.TagClassName
{
border-color: #EE304A;
}
</style>