Shades of Mandy #EE5259
Tints of Mandy #EE5259
RGB
CMYK
RGB Variations
Color information
#EE5259 (or 0xEE5259) is known color: Mandy. HEX triplet: EE, 52 and 59. RGB value is (238,82,89). Sum of RGB (Red+Green+Blue) = 238+82+89=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5259 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5259 is #11ADA6. Grayscale: #818181. Windows color (decimal): -1158567 or 5853934. OLE color: 5853934.
HSL color Cylindrical-coordinate representation of color #EE5259: hue angle of 357.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5259 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 89 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.07 |
| HSL | 357.31º | 0.82% | 0.63% | - |
| HSV(B) | 357.31º | 0.66% | 0.93% | - |
| XYZ | 40.08 | 24.93 | 12.15 | - |
| YUV | 129.44 | 105.18 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 89 | 0 | 0.66 | 0.63 | 0.07 | 357.31 | 0.82 | 0.63 |
| Hex | EE | 52 | 59 | 0 | 42 | 3F | 7 | 165 | 52 | 3F |
| Octal | 356 | 122 | 131 | 0 | 102 | 77 | 7 | 545 | 122 | 77 |
| Binary | 11101110 | 1010010 | 1011001 | 0 | 1000010 | 111111 | 111 | 101100101 | 1010010 | 111111 |
Color Harmonies of #EE5259
Complementary color
Monochromatic Colors of #EE5259
Black with #EE5259
Text Example
Text Example
White with #EE5259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5259; }
p { color: rgb(238,82,89); }
H1.HeaderClassName
{
color: #EE5259;
}
.AnyTagClassName
{
color: #EE5259;
}
</style>
background-color css
<style>
a { background-color: #EE5259; }
a { background-color: rgb(238,82,89); }
div.DivClassName
{
background-color: #EE5259;
}
.BgClassName
{
background-color: #EE5259;
}
</style>
border-color css
<style>
span { border-color: #EE5259; }
span { border-color: rgb(238,82,89); }
td.TdClassName
{
border-color: #EE5259;
}
.TagClassName
{
border-color: #EE5259;
}
</style>