Shades of Amaranth #EE285D
Tints of Amaranth #EE285D
RGB
CMYK
RGB Variations
Color information
#EE285D (or 0xEE285D) is known color: Amaranth. HEX triplet: EE, 28 and 5D. RGB value is (238,40,93). Sum of RGB (Red+Green+Blue) = 238+40+93=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE285D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE285D is #11D7A2. Grayscale: #696969. Windows color (decimal): -1169315 or 6105326. OLE color: 6105326.
HSL color Cylindrical-coordinate representation of color #EE285D: hue angle of 343.94º 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 #EE285D is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 93 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.07 |
| HSL | 343.94º | 0.85% | 0.55% | - |
| HSV(B) | 343.94º | 0.83% | 0.93% | - |
| XYZ | 37.99 | 20.49 | 12.31 | - |
| YUV | 105.24 | 121.1 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 93 | 0 | 0.83 | 0.61 | 0.07 | 343.94 | 0.85 | 0.55 |
| Hex | EE | 28 | 5D | 0 | 53 | 3D | 7 | 158 | 55 | 37 |
| Octal | 356 | 50 | 135 | 0 | 123 | 75 | 7 | 530 | 125 | 67 |
| Binary | 11101110 | 101000 | 1011101 | 0 | 1010011 | 111101 | 111 | 101011000 | 1010101 | 110111 |
Color Harmonies of #EE285D
Complementary color
Monochromatic Colors of #EE285D
Black with #EE285D
Text Example
Text Example
White with #EE285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE285D; }
p { color: rgb(238,40,93); }
H1.HeaderClassName
{
color: #EE285D;
}
.AnyTagClassName
{
color: #EE285D;
}
</style>
background-color css
<style>
a { background-color: #EE285D; }
a { background-color: rgb(238,40,93); }
div.DivClassName
{
background-color: #EE285D;
}
.BgClassName
{
background-color: #EE285D;
}
</style>
border-color css
<style>
span { border-color: #EE285D; }
span { border-color: rgb(238,40,93); }
td.TdClassName
{
border-color: #EE285D;
}
.TagClassName
{
border-color: #EE285D;
}
</style>