Shades of Pale Magenta #EE87DD
Tints of Pale Magenta #EE87DD
RGB
CMYK
RGB Variations
Color information
#EE87DD (or 0xEE87DD) is known color: Pale Magenta. HEX triplet: EE, 87 and DD. RGB value is (238,135,221). Sum of RGB (Red+Green+Blue) = 238+135+221=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 135 (53.12% from 255 or 22.73% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EE87DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE87DD is #117822. Grayscale: #AFAFAF. Windows color (decimal): -1144867 or 14518254. OLE color: 14518254.
HSL color Cylindrical-coordinate representation of color #EE87DD: hue angle of 309.9º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EE87DD is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 135 | 221 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.07 |
| HSL | 309.9º | 0.75% | 0.73% | - |
| HSV(B) | 309.9º | 0.43% | 0.93% | - |
| XYZ | 56.98 | 40.73 | 73.26 | - |
| YUV | 175.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 135 | 221 | 0 | 0.43 | 0.07 | 0.07 | 309.9 | 0.75 | 0.73 |
| Hex | EE | 87 | DD | 0 | 2B | 7 | 7 | 136 | 4B | 49 |
| Octal | 356 | 207 | 335 | 0 | 53 | 7 | 7 | 466 | 113 | 111 |
| Binary | 11101110 | 10000111 | 11011101 | 0 | 101011 | 111 | 111 | 100110110 | 1001011 | 1001001 |
Color Harmonies of #EE87DD
Complementary color
Monochromatic Colors of #EE87DD
Black with #EE87DD
Text Example
Text Example
White with #EE87DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE87DD; }
p { color: rgb(238,135,221); }
H1.HeaderClassName
{
color: #EE87DD;
}
.AnyTagClassName
{
color: #EE87DD;
}
</style>
background-color css
<style>
a { background-color: #EE87DD; }
a { background-color: rgb(238,135,221); }
div.DivClassName
{
background-color: #EE87DD;
}
.BgClassName
{
background-color: #EE87DD;
}
</style>
border-color css
<style>
span { border-color: #EE87DD; }
span { border-color: rgb(238,135,221); }
td.TdClassName
{
border-color: #EE87DD;
}
.TagClassName
{
border-color: #EE87DD;
}
</style>