Shades of Pale Magenta #EF87E0
Tints of Pale Magenta #EF87E0
RGB
CMYK
RGB Variations
Color information
#EF87E0 (or 0xEF87E0) is known color: Pale Magenta. HEX triplet: EF, 87 and E0. RGB value is (239,135,224). Sum of RGB (Red+Green+Blue) = 239+135+224=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 135 (53.12% from 255 or 22.58% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87E0 is #10781F. Grayscale: #AFAFAF. Windows color (decimal): -1079328 or 14714863. OLE color: 14714863.
HSL color Cylindrical-coordinate representation of color #EF87E0: hue angle of 308.65º 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 #EF87E0 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 224 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.06 |
| HSL | 308.65º | 0.76% | 0.73% | - |
| HSV(B) | 308.65º | 0.44% | 0.94% | - |
| XYZ | 57.72 | 41.06 | 75.4 | - |
| YUV | 176.24 | 154.96 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 224 | 0 | 0.44 | 0.06 | 0.06 | 308.65 | 0.76 | 0.73 |
| Hex | EF | 87 | E0 | 0 | 2C | 6 | 6 | 135 | 4C | 49 |
| Octal | 357 | 207 | 340 | 0 | 54 | 6 | 6 | 465 | 114 | 111 |
| Binary | 11101111 | 10000111 | 11100000 | 0 | 101100 | 110 | 110 | 100110101 | 1001100 | 1001001 |
Color Harmonies of #EF87E0
Complementary color
Monochromatic Colors of #EF87E0
Black with #EF87E0
Text Example
Text Example
White with #EF87E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF87E0; }
p { color: rgb(239,135,224); }
H1.HeaderClassName
{
color: #EF87E0;
}
.AnyTagClassName
{
color: #EF87E0;
}
</style>
background-color css
<style>
a { background-color: #EF87E0; }
a { background-color: rgb(239,135,224); }
div.DivClassName
{
background-color: #EF87E0;
}
.BgClassName
{
background-color: #EF87E0;
}
</style>
border-color css
<style>
span { border-color: #EF87E0; }
span { border-color: rgb(239,135,224); }
td.TdClassName
{
border-color: #EF87E0;
}
.TagClassName
{
border-color: #EF87E0;
}
</style>