Shades of Mandy #EE5556
Tints of Mandy #EE5556
RGB
CMYK
RGB Variations
Color information
#EE5556 (or 0xEE5556) is known color: Mandy. HEX triplet: EE, 55 and 56. RGB value is (238,85,86). Sum of RGB (Red+Green+Blue) = 238+85+86=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5556 is #11AAA9. Grayscale: #838383. Windows color (decimal): -1157802 or 5658094. OLE color: 5658094.
HSL color Cylindrical-coordinate representation of color #EE5556: hue angle of 359.61º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5556 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 86 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.07 |
| HSL | 359.61º | 0.82% | 0.63% | - |
| HSV(B) | 359.61º | 0.64% | 0.93% | - |
| XYZ | 40.19 | 25.35 | 11.58 | - |
| YUV | 130.86 | 102.69 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 86 | 0 | 0.64 | 0.64 | 0.07 | 359.61 | 0.82 | 0.63 |
| Hex | EE | 55 | 56 | 0 | 40 | 40 | 7 | 168 | 52 | 3F |
| Octal | 356 | 125 | 126 | 0 | 100 | 100 | 7 | 550 | 122 | 77 |
| Binary | 11101110 | 1010101 | 1010110 | 0 | 1000000 | 1000000 | 111 | 101101000 | 1010010 | 111111 |
Color Harmonies of #EE5556
Complementary color
Monochromatic Colors of #EE5556
Black with #EE5556
Text Example
Text Example
White with #EE5556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5556; }
p { color: rgb(238,85,86); }
H1.HeaderClassName
{
color: #EE5556;
}
.AnyTagClassName
{
color: #EE5556;
}
</style>
background-color css
<style>
a { background-color: #EE5556; }
a { background-color: rgb(238,85,86); }
div.DivClassName
{
background-color: #EE5556;
}
.BgClassName
{
background-color: #EE5556;
}
</style>
border-color css
<style>
span { border-color: #EE5556; }
span { border-color: rgb(238,85,86); }
td.TdClassName
{
border-color: #EE5556;
}
.TagClassName
{
border-color: #EE5556;
}
</style>