Shades of Mandy #EE5056
Tints of Mandy #EE5056
RGB
CMYK
RGB Variations
Color information
#EE5056 (or 0xEE5056) is known color: Mandy. HEX triplet: EE, 50 and 56. RGB value is (238,80,86). Sum of RGB (Red+Green+Blue) = 238+80+86=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5056 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5056 is #11AFA9. Grayscale: #808080. Windows color (decimal): -1159082 or 5656814. OLE color: 5656814.
HSL color Cylindrical-coordinate representation of color #EE5056: hue angle of 357.72º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5056 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 86 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.07 |
| HSL | 357.72º | 0.82% | 0.62% | - |
| HSV(B) | 357.72º | 0.66% | 0.93% | - |
| XYZ | 39.81 | 24.59 | 11.45 | - |
| YUV | 127.93 | 104.35 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 86 | 0 | 0.66 | 0.64 | 0.07 | 357.72 | 0.82 | 0.62 |
| Hex | EE | 50 | 56 | 0 | 42 | 40 | 7 | 166 | 52 | 3E |
| Octal | 356 | 120 | 126 | 0 | 102 | 100 | 7 | 546 | 122 | 76 |
| Binary | 11101110 | 1010000 | 1010110 | 0 | 1000010 | 1000000 | 111 | 101100110 | 1010010 | 111110 |
Color Harmonies of #EE5056
Complementary color
Monochromatic Colors of #EE5056
Black with #EE5056
Text Example
Text Example
White with #EE5056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5056; }
p { color: rgb(238,80,86); }
H1.HeaderClassName
{
color: #EE5056;
}
.AnyTagClassName
{
color: #EE5056;
}
</style>
background-color css
<style>
a { background-color: #EE5056; }
a { background-color: rgb(238,80,86); }
div.DivClassName
{
background-color: #EE5056;
}
.BgClassName
{
background-color: #EE5056;
}
</style>
border-color css
<style>
span { border-color: #EE5056; }
span { border-color: rgb(238,80,86); }
td.TdClassName
{
border-color: #EE5056;
}
.TagClassName
{
border-color: #EE5056;
}
</style>