Shades of Pale Magenta #EF87D4
Tints of Pale Magenta #EF87D4
RGB
CMYK
RGB Variations
Color information
#EF87D4 (or 0xEF87D4) is known color: Pale Magenta. HEX triplet: EF, 87 and D4. RGB value is (239,135,212). Sum of RGB (Red+Green+Blue) = 239+135+212=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 135 (53.12% from 255 or 23.04% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87D4 is #10782B. Grayscale: #AEAEAE. Windows color (decimal): -1079340 or 13928431. OLE color: 13928431.
HSL color Cylindrical-coordinate representation of color #EF87D4: hue angle of 315.58º 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 #EF87D4 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 212 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.06 |
| HSL | 315.58º | 0.76% | 0.73% | - |
| HSV(B) | 315.58º | 0.44% | 0.94% | - |
| XYZ | 56.14 | 40.43 | 67.13 | - |
| YUV | 174.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 212 | 0 | 0.44 | 0.11 | 0.06 | 315.58 | 0.76 | 0.73 |
| Hex | EF | 87 | D4 | 0 | 2C | B | 6 | 13C | 4C | 49 |
| Octal | 357 | 207 | 324 | 0 | 54 | 13 | 6 | 474 | 114 | 111 |
| Binary | 11101111 | 10000111 | 11010100 | 0 | 101100 | 1011 | 110 | 100111100 | 1001100 | 1001001 |
Color Harmonies of #EF87D4
Complementary color
Monochromatic Colors of #EF87D4
Black with #EF87D4
Text Example
Text Example
White with #EF87D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF87D4; }
p { color: rgb(239,135,212); }
H1.HeaderClassName
{
color: #EF87D4;
}
.AnyTagClassName
{
color: #EF87D4;
}
</style>
background-color css
<style>
a { background-color: #EF87D4; }
a { background-color: rgb(239,135,212); }
div.DivClassName
{
background-color: #EF87D4;
}
.BgClassName
{
background-color: #EF87D4;
}
</style>
border-color css
<style>
span { border-color: #EF87D4; }
span { border-color: rgb(239,135,212); }
td.TdClassName
{
border-color: #EF87D4;
}
.TagClassName
{
border-color: #EF87D4;
}
</style>