Shades of Mandy #EE5559
Tints of Mandy #EE5559
RGB
CMYK
RGB Variations
Color information
#EE5559 (or 0xEE5559) is known color: Mandy. HEX triplet: EE, 55 and 59. RGB value is (238,85,89). Sum of RGB (Red+Green+Blue) = 238+85+89=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5559 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5559 is #11AAA6. Grayscale: #838383. Windows color (decimal): -1157799 or 5854702. OLE color: 5854702.
HSL color Cylindrical-coordinate representation of color #EE5559: hue angle of 358.43º 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 #EE5559 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 89 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.07 |
| HSL | 358.43º | 0.82% | 0.63% | - |
| HSV(B) | 358.43º | 0.64% | 0.93% | - |
| XYZ | 40.31 | 25.4 | 12.23 | - |
| YUV | 131.2 | 104.19 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 89 | 0 | 0.64 | 0.63 | 0.07 | 358.43 | 0.82 | 0.63 |
| Hex | EE | 55 | 59 | 0 | 40 | 3F | 7 | 166 | 52 | 3F |
| Octal | 356 | 125 | 131 | 0 | 100 | 77 | 7 | 546 | 122 | 77 |
| Binary | 11101110 | 1010101 | 1011001 | 0 | 1000000 | 111111 | 111 | 101100110 | 1010010 | 111111 |
Color Harmonies of #EE5559
Complementary color
Monochromatic Colors of #EE5559
Black with #EE5559
Text Example
Text Example
White with #EE5559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5559; }
p { color: rgb(238,85,89); }
H1.HeaderClassName
{
color: #EE5559;
}
.AnyTagClassName
{
color: #EE5559;
}
</style>
background-color css
<style>
a { background-color: #EE5559; }
a { background-color: rgb(238,85,89); }
div.DivClassName
{
background-color: #EE5559;
}
.BgClassName
{
background-color: #EE5559;
}
</style>
border-color css
<style>
span { border-color: #EE5559; }
span { border-color: rgb(238,85,89); }
td.TdClassName
{
border-color: #EE5559;
}
.TagClassName
{
border-color: #EE5559;
}
</style>