Shades of Pale Magenta #EE87DC
Tints of Pale Magenta #EE87DC
RGB
CMYK
RGB Variations
Color information
#EE87DC (or 0xEE87DC) is known color: Pale Magenta. HEX triplet: EE, 87 and DC. RGB value is (238,135,220). Sum of RGB (Red+Green+Blue) = 238+135+220=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 135 (53.12% from 255 or 22.77% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EE87DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE87DC is #117823. Grayscale: #AFAFAF. Windows color (decimal): -1144868 or 14452718. OLE color: 14452718.
HSL color Cylindrical-coordinate representation of color #EE87DC: hue angle of 310.49º 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 #EE87DC is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 135 | 220 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.07 |
| HSL | 310.49º | 0.75% | 0.73% | - |
| HSV(B) | 310.49º | 0.43% | 0.93% | - |
| XYZ | 56.84 | 40.67 | 72.56 | - |
| YUV | 175.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 135 | 220 | 0 | 0.43 | 0.08 | 0.07 | 310.49 | 0.75 | 0.73 |
| Hex | EE | 87 | DC | 0 | 2B | 8 | 7 | 136 | 4B | 49 |
| Octal | 356 | 207 | 334 | 0 | 53 | 10 | 7 | 466 | 113 | 111 |
| Binary | 11101110 | 10000111 | 11011100 | 0 | 101011 | 1000 | 111 | 100110110 | 1001011 | 1001001 |
Color Harmonies of #EE87DC
Complementary color
Monochromatic Colors of #EE87DC
Black with #EE87DC
Text Example
Text Example
White with #EE87DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE87DC; }
p { color: rgb(238,135,220); }
H1.HeaderClassName
{
color: #EE87DC;
}
.AnyTagClassName
{
color: #EE87DC;
}
</style>
background-color css
<style>
a { background-color: #EE87DC; }
a { background-color: rgb(238,135,220); }
div.DivClassName
{
background-color: #EE87DC;
}
.BgClassName
{
background-color: #EE87DC;
}
</style>
border-color css
<style>
span { border-color: #EE87DC; }
span { border-color: rgb(238,135,220); }
td.TdClassName
{
border-color: #EE87DC;
}
.TagClassName
{
border-color: #EE87DC;
}
</style>