Shades of Amaranth #EE235D
Tints of Amaranth #EE235D
RGB
CMYK
RGB Variations
Color information
#EE235D (or 0xEE235D) is known color: Amaranth. HEX triplet: EE, 23 and 5D. RGB value is (238,35,93). Sum of RGB (Red+Green+Blue) = 238+35+93=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE235D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE235D is #11DCA2. Grayscale: #666666. Windows color (decimal): -1170595 or 6104046. OLE color: 6104046.
HSL color Cylindrical-coordinate representation of color #EE235D: hue angle of 342.86º 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 #EE235D is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 93 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.07 |
| HSL | 342.86º | 0.86% | 0.54% | - |
| HSV(B) | 342.86º | 0.85% | 0.93% | - |
| XYZ | 37.84 | 20.17 | 12.25 | - |
| YUV | 102.31 | 122.75 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 93 | 0 | 0.85 | 0.61 | 0.07 | 342.86 | 0.86 | 0.54 |
| Hex | EE | 23 | 5D | 0 | 55 | 3D | 7 | 157 | 56 | 36 |
| Octal | 356 | 43 | 135 | 0 | 125 | 75 | 7 | 527 | 126 | 66 |
| Binary | 11101110 | 100011 | 1011101 | 0 | 1010101 | 111101 | 111 | 101010111 | 1010110 | 110110 |
Color Harmonies of #EE235D
Complementary color
Monochromatic Colors of #EE235D
Black with #EE235D
Text Example
Text Example
White with #EE235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE235D; }
p { color: rgb(238,35,93); }
H1.HeaderClassName
{
color: #EE235D;
}
.AnyTagClassName
{
color: #EE235D;
}
</style>
background-color css
<style>
a { background-color: #EE235D; }
a { background-color: rgb(238,35,93); }
div.DivClassName
{
background-color: #EE235D;
}
.BgClassName
{
background-color: #EE235D;
}
</style>
border-color css
<style>
span { border-color: #EE235D; }
span { border-color: rgb(238,35,93); }
td.TdClassName
{
border-color: #EE235D;
}
.TagClassName
{
border-color: #EE235D;
}
</style>