Shades of Pale Magenta #EF88D9
Tints of Pale Magenta #EF88D9
RGB
CMYK
RGB Variations
Color information
#EF88D9 (or 0xEF88D9) is known color: Pale Magenta. HEX triplet: EF, 88 and D9. RGB value is (239,136,217). Sum of RGB (Red+Green+Blue) = 239+136+217=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 136 (53.52% from 255 or 22.97% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88D9 is #107726. Grayscale: #AFAFAF. Windows color (decimal): -1079079 or 14256367. OLE color: 14256367.
HSL color Cylindrical-coordinate representation of color #EF88D9: hue angle of 312.82º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF88D9 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 217 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.06 |
| HSL | 312.82º | 0.76% | 0.74% | - |
| HSV(B) | 312.82º | 0.43% | 0.94% | - |
| XYZ | 56.93 | 40.97 | 70.55 | - |
| YUV | 176.03 | 151.12 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 217 | 0 | 0.43 | 0.09 | 0.06 | 312.82 | 0.76 | 0.74 |
| Hex | EF | 88 | D9 | 0 | 2B | 9 | 6 | 139 | 4C | 4A |
| Octal | 357 | 210 | 331 | 0 | 53 | 11 | 6 | 471 | 114 | 112 |
| Binary | 11101111 | 10001000 | 11011001 | 0 | 101011 | 1001 | 110 | 100111001 | 1001100 | 1001010 |
Color Harmonies of #EF88D9
Complementary color
Monochromatic Colors of #EF88D9
Black with #EF88D9
Text Example
Text Example
White with #EF88D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF88D9; }
p { color: rgb(239,136,217); }
H1.HeaderClassName
{
color: #EF88D9;
}
.AnyTagClassName
{
color: #EF88D9;
}
</style>
background-color css
<style>
a { background-color: #EF88D9; }
a { background-color: rgb(239,136,217); }
div.DivClassName
{
background-color: #EF88D9;
}
.BgClassName
{
background-color: #EF88D9;
}
</style>
border-color css
<style>
span { border-color: #EF88D9; }
span { border-color: rgb(239,136,217); }
td.TdClassName
{
border-color: #EF88D9;
}
.TagClassName
{
border-color: #EF88D9;
}
</style>