Shades of Amaranth #EE344A
Tints of Amaranth #EE344A
RGB
CMYK
RGB Variations
Color information
#EE344A (or 0xEE344A) is known color: Amaranth. HEX triplet: EE, 34 and 4A. RGB value is (238,52,74). Sum of RGB (Red+Green+Blue) = 238+52+74=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE344A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE344A is #11CBB5. Grayscale: #6E6E6E. Windows color (decimal): -1166262 or 4863214. OLE color: 4863214.
HSL color Cylindrical-coordinate representation of color #EE344A: hue angle of 352.9º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE344A is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 74 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.07 |
| HSL | 352.9º | 0.85% | 0.57% | - |
| HSV(B) | 352.9º | 0.78% | 0.93% | - |
| XYZ | 37.72 | 21.13 | 8.57 | - |
| YUV | 110.12 | 107.62 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 74 | 0 | 0.78 | 0.69 | 0.07 | 352.9 | 0.85 | 0.57 |
| Hex | EE | 34 | 4A | 0 | 4E | 45 | 7 | 161 | 55 | 39 |
| Octal | 356 | 64 | 112 | 0 | 116 | 105 | 7 | 541 | 125 | 71 |
| Binary | 11101110 | 110100 | 1001010 | 0 | 1001110 | 1000101 | 111 | 101100001 | 1010101 | 111001 |
Color Harmonies of #EE344A
Complementary color
Monochromatic Colors of #EE344A
Black with #EE344A
Text Example
Text Example
White with #EE344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE344A; }
p { color: rgb(238,52,74); }
H1.HeaderClassName
{
color: #EE344A;
}
.AnyTagClassName
{
color: #EE344A;
}
</style>
background-color css
<style>
a { background-color: #EE344A; }
a { background-color: rgb(238,52,74); }
div.DivClassName
{
background-color: #EE344A;
}
.BgClassName
{
background-color: #EE344A;
}
</style>
border-color css
<style>
span { border-color: #EE344A; }
span { border-color: rgb(238,52,74); }
td.TdClassName
{
border-color: #EE344A;
}
.TagClassName
{
border-color: #EE344A;
}
</style>