Shades of Amaranth #EE255D
Tints of Amaranth #EE255D
RGB
CMYK
RGB Variations
Color information
#EE255D (or 0xEE255D) is known color: Amaranth. HEX triplet: EE, 25 and 5D. RGB value is (238,37,93). Sum of RGB (Red+Green+Blue) = 238+37+93=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE255D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE255D is #11DAA2. Grayscale: #676767. Windows color (decimal): -1170083 or 6104558. OLE color: 6104558.
HSL color Cylindrical-coordinate representation of color #EE255D: hue angle of 343.28º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE255D is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 93 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.07 |
| HSL | 343.28º | 0.86% | 0.54% | - |
| HSV(B) | 343.28º | 0.84% | 0.93% | - |
| XYZ | 37.9 | 20.29 | 12.27 | - |
| YUV | 103.48 | 122.09 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 93 | 0 | 0.84 | 0.61 | 0.07 | 343.28 | 0.86 | 0.54 |
| Hex | EE | 25 | 5D | 0 | 54 | 3D | 7 | 157 | 56 | 36 |
| Octal | 356 | 45 | 135 | 0 | 124 | 75 | 7 | 527 | 126 | 66 |
| Binary | 11101110 | 100101 | 1011101 | 0 | 1010100 | 111101 | 111 | 101010111 | 1010110 | 110110 |
Color Harmonies of #EE255D
Complementary color
Monochromatic Colors of #EE255D
Black with #EE255D
Text Example
Text Example
White with #EE255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE255D; }
p { color: rgb(238,37,93); }
H1.HeaderClassName
{
color: #EE255D;
}
.AnyTagClassName
{
color: #EE255D;
}
</style>
background-color css
<style>
a { background-color: #EE255D; }
a { background-color: rgb(238,37,93); }
div.DivClassName
{
background-color: #EE255D;
}
.BgClassName
{
background-color: #EE255D;
}
</style>
border-color css
<style>
span { border-color: #EE255D; }
span { border-color: rgb(238,37,93); }
td.TdClassName
{
border-color: #EE255D;
}
.TagClassName
{
border-color: #EE255D;
}
</style>