Shades of Pale Magenta #EF87DF
Tints of Pale Magenta #EF87DF
RGB
CMYK
RGB Variations
Color information
#EF87DF (or 0xEF87DF) is known color: Pale Magenta. HEX triplet: EF, 87 and DF. RGB value is (239,135,223). Sum of RGB (Red+Green+Blue) = 239+135+223=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 135 (53.12% from 255 or 22.61% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87DF is #107820. Grayscale: #AFAFAF. Windows color (decimal): -1079329 or 14649327. OLE color: 14649327.
HSL color Cylindrical-coordinate representation of color #EF87DF: hue angle of 309.23º 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 #EF87DF is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 223 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.06 |
| HSL | 309.23º | 0.76% | 0.73% | - |
| HSV(B) | 309.23º | 0.44% | 0.94% | - |
| XYZ | 57.58 | 41.01 | 74.69 | - |
| YUV | 176.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 223 | 0 | 0.44 | 0.07 | 0.06 | 309.23 | 0.76 | 0.73 |
| Hex | EF | 87 | DF | 0 | 2C | 7 | 6 | 135 | 4C | 49 |
| Octal | 357 | 207 | 337 | 0 | 54 | 7 | 6 | 465 | 114 | 111 |
| Binary | 11101111 | 10000111 | 11011111 | 0 | 101100 | 111 | 110 | 100110101 | 1001100 | 1001001 |
Color Harmonies of #EF87DF
Complementary color
Monochromatic Colors of #EF87DF
Black with #EF87DF
Text Example
Text Example
White with #EF87DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF87DF; }
p { color: rgb(239,135,223); }
H1.HeaderClassName
{
color: #EF87DF;
}
.AnyTagClassName
{
color: #EF87DF;
}
</style>
background-color css
<style>
a { background-color: #EF87DF; }
a { background-color: rgb(239,135,223); }
div.DivClassName
{
background-color: #EF87DF;
}
.BgClassName
{
background-color: #EF87DF;
}
</style>
border-color css
<style>
span { border-color: #EF87DF; }
span { border-color: rgb(239,135,223); }
td.TdClassName
{
border-color: #EF87DF;
}
.TagClassName
{
border-color: #EF87DF;
}
</style>