Shades of Pale Magenta #EF87D5
Tints of Pale Magenta #EF87D5
RGB
CMYK
RGB Variations
Color information
#EF87D5 (or 0xEF87D5) is known color: Pale Magenta. HEX triplet: EF, 87 and D5. RGB value is (239,135,213). Sum of RGB (Red+Green+Blue) = 239+135+213=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 135 (53.12% from 255 or 23.00% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87D5 is #10782A. Grayscale: #AEAEAE. Windows color (decimal): -1079339 or 13993967. OLE color: 13993967.
HSL color Cylindrical-coordinate representation of color #EF87D5: hue angle of 315º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF87D5 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 213 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.06 |
| HSL | 315º | 0.76% | 0.73% | - |
| HSV(B) | 315º | 0.44% | 0.94% | - |
| XYZ | 56.27 | 40.48 | 67.8 | - |
| YUV | 174.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 213 | 0 | 0.44 | 0.11 | 0.06 | 315 | 0.76 | 0.73 |
| Hex | EF | 87 | D5 | 0 | 2C | B | 6 | 13B | 4C | 49 |
| Octal | 357 | 207 | 325 | 0 | 54 | 13 | 6 | 473 | 114 | 111 |
| Binary | 11101111 | 10000111 | 11010101 | 0 | 101100 | 1011 | 110 | 100111011 | 1001100 | 1001001 |
Color Harmonies of #EF87D5
Complementary color
Monochromatic Colors of #EF87D5
Black with #EF87D5
Text Example
Text Example
White with #EF87D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF87D5; }
p { color: rgb(239,135,213); }
H1.HeaderClassName
{
color: #EF87D5;
}
.AnyTagClassName
{
color: #EF87D5;
}
</style>
background-color css
<style>
a { background-color: #EF87D5; }
a { background-color: rgb(239,135,213); }
div.DivClassName
{
background-color: #EF87D5;
}
.BgClassName
{
background-color: #EF87D5;
}
</style>
border-color css
<style>
span { border-color: #EF87D5; }
span { border-color: rgb(239,135,213); }
td.TdClassName
{
border-color: #EF87D5;
}
.TagClassName
{
border-color: #EF87D5;
}
</style>