Shades of Amaranth #EE285C
Tints of Amaranth #EE285C
RGB
CMYK
RGB Variations
Color information
#EE285C (or 0xEE285C) is known color: Amaranth. HEX triplet: EE, 28 and 5C. RGB value is (238,40,92). Sum of RGB (Red+Green+Blue) = 238+40+92=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE285C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE285C is #11D7A3. Grayscale: #696969. Windows color (decimal): -1169316 or 6039790. OLE color: 6039790.
HSL color Cylindrical-coordinate representation of color #EE285C: hue angle of 344.24º 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 #EE285C is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 92 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.07 |
| HSL | 344.24º | 0.85% | 0.55% | - |
| HSV(B) | 344.24º | 0.83% | 0.93% | - |
| XYZ | 37.95 | 20.47 | 12.08 | - |
| YUV | 105.13 | 120.6 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 92 | 0 | 0.83 | 0.61 | 0.07 | 344.24 | 0.85 | 0.55 |
| Hex | EE | 28 | 5C | 0 | 53 | 3D | 7 | 158 | 55 | 37 |
| Octal | 356 | 50 | 134 | 0 | 123 | 75 | 7 | 530 | 125 | 67 |
| Binary | 11101110 | 101000 | 1011100 | 0 | 1010011 | 111101 | 111 | 101011000 | 1010101 | 110111 |
Color Harmonies of #EE285C
Complementary color
Monochromatic Colors of #EE285C
Black with #EE285C
Text Example
Text Example
White with #EE285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE285C; }
p { color: rgb(238,40,92); }
H1.HeaderClassName
{
color: #EE285C;
}
.AnyTagClassName
{
color: #EE285C;
}
</style>
background-color css
<style>
a { background-color: #EE285C; }
a { background-color: rgb(238,40,92); }
div.DivClassName
{
background-color: #EE285C;
}
.BgClassName
{
background-color: #EE285C;
}
</style>
border-color css
<style>
span { border-color: #EE285C; }
span { border-color: rgb(238,40,92); }
td.TdClassName
{
border-color: #EE285C;
}
.TagClassName
{
border-color: #EE285C;
}
</style>