Shades of Mandy #EE585C
Tints of Mandy #EE585C
RGB
CMYK
RGB Variations
Color information
#EE585C (or 0xEE585C) is known color: Mandy. HEX triplet: EE, 58 and 5C. RGB value is (238,88,92). Sum of RGB (Red+Green+Blue) = 238+88+92=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE585C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE585C is #11A7A3. Grayscale: #858585. Windows color (decimal): -1157028 or 6052078. OLE color: 6052078.
HSL color Cylindrical-coordinate representation of color #EE585C: hue angle of 358.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE585C is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 92 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.07 |
| HSL | 358.4º | 0.82% | 0.64% | - |
| HSV(B) | 358.4º | 0.63% | 0.93% | - |
| XYZ | 40.68 | 25.93 | 12.99 | - |
| YUV | 133.31 | 104.7 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 92 | 0 | 0.63 | 0.61 | 0.07 | 358.4 | 0.82 | 0.64 |
| Hex | EE | 58 | 5C | 0 | 3F | 3D | 7 | 166 | 52 | 40 |
| Octal | 356 | 130 | 134 | 0 | 77 | 75 | 7 | 546 | 122 | 100 |
| Binary | 11101110 | 1011000 | 1011100 | 0 | 111111 | 111101 | 111 | 101100110 | 1010010 | 1000000 |
Color Harmonies of #EE585C
Complementary color
Monochromatic Colors of #EE585C
Black with #EE585C
Text Example
Text Example
White with #EE585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE585C; }
p { color: rgb(238,88,92); }
H1.HeaderClassName
{
color: #EE585C;
}
.AnyTagClassName
{
color: #EE585C;
}
</style>
background-color css
<style>
a { background-color: #EE585C; }
a { background-color: rgb(238,88,92); }
div.DivClassName
{
background-color: #EE585C;
}
.BgClassName
{
background-color: #EE585C;
}
</style>
border-color css
<style>
span { border-color: #EE585C; }
span { border-color: rgb(238,88,92); }
td.TdClassName
{
border-color: #EE585C;
}
.TagClassName
{
border-color: #EE585C;
}
</style>