Shades of Amaranth #EE234D
Tints of Amaranth #EE234D
RGB
CMYK
RGB Variations
Color information
#EE234D (or 0xEE234D) is known color: Amaranth. HEX triplet: EE, 23 and 4D. RGB value is (238,35,77). Sum of RGB (Red+Green+Blue) = 238+35+77=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE234D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE234D is #11DCB2. Grayscale: #646464. Windows color (decimal): -1170611 or 5055470. OLE color: 5055470.
HSL color Cylindrical-coordinate representation of color #EE234D: hue angle of 347.59º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE234D is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 77 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.07 |
| HSL | 347.59º | 0.86% | 0.54% | - |
| HSV(B) | 347.59º | 0.85% | 0.93% | - |
| XYZ | 37.2 | 19.92 | 8.9 | - |
| YUV | 100.49 | 114.75 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 77 | 0 | 0.85 | 0.68 | 0.07 | 347.59 | 0.86 | 0.54 |
| Hex | EE | 23 | 4D | 0 | 55 | 44 | 7 | 15C | 56 | 36 |
| Octal | 356 | 43 | 115 | 0 | 125 | 104 | 7 | 534 | 126 | 66 |
| Binary | 11101110 | 100011 | 1001101 | 0 | 1010101 | 1000100 | 111 | 101011100 | 1010110 | 110110 |
Color Harmonies of #EE234D
Complementary color
Monochromatic Colors of #EE234D
Black with #EE234D
Text Example
Text Example
White with #EE234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE234D; }
p { color: rgb(238,35,77); }
H1.HeaderClassName
{
color: #EE234D;
}
.AnyTagClassName
{
color: #EE234D;
}
</style>
background-color css
<style>
a { background-color: #EE234D; }
a { background-color: rgb(238,35,77); }
div.DivClassName
{
background-color: #EE234D;
}
.BgClassName
{
background-color: #EE234D;
}
</style>
border-color css
<style>
span { border-color: #EE234D; }
span { border-color: rgb(238,35,77); }
td.TdClassName
{
border-color: #EE234D;
}
.TagClassName
{
border-color: #EE234D;
}
</style>