Shades of Amaranth #EE285E
Tints of Amaranth #EE285E
RGB
CMYK
RGB Variations
Color information
#EE285E (or 0xEE285E) is known color: Amaranth. HEX triplet: EE, 28 and 5E. RGB value is (238,40,94). Sum of RGB (Red+Green+Blue) = 238+40+94=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE285E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE285E is #11D7A1. Grayscale: #696969. Windows color (decimal): -1169314 or 6170862. OLE color: 6170862.
HSL color Cylindrical-coordinate representation of color #EE285E: hue angle of 343.64º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE285E is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 94 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.07 |
| HSL | 343.64º | 0.85% | 0.55% | - |
| HSV(B) | 343.64º | 0.83% | 0.93% | - |
| XYZ | 38.04 | 20.5 | 12.54 | - |
| YUV | 105.36 | 121.6 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 94 | 0 | 0.83 | 0.61 | 0.07 | 343.64 | 0.85 | 0.55 |
| Hex | EE | 28 | 5E | 0 | 53 | 3D | 7 | 158 | 55 | 37 |
| Octal | 356 | 50 | 136 | 0 | 123 | 75 | 7 | 530 | 125 | 67 |
| Binary | 11101110 | 101000 | 1011110 | 0 | 1010011 | 111101 | 111 | 101011000 | 1010101 | 110111 |
Color Harmonies of #EE285E
Complementary color
Monochromatic Colors of #EE285E
Black with #EE285E
Text Example
Text Example
White with #EE285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE285E; }
p { color: rgb(238,40,94); }
H1.HeaderClassName
{
color: #EE285E;
}
.AnyTagClassName
{
color: #EE285E;
}
</style>
background-color css
<style>
a { background-color: #EE285E; }
a { background-color: rgb(238,40,94); }
div.DivClassName
{
background-color: #EE285E;
}
.BgClassName
{
background-color: #EE285E;
}
</style>
border-color css
<style>
span { border-color: #EE285E; }
span { border-color: rgb(238,40,94); }
td.TdClassName
{
border-color: #EE285E;
}
.TagClassName
{
border-color: #EE285E;
}
</style>