Shades of Pale Magenta #EF88DF
Tints of Pale Magenta #EF88DF
RGB
CMYK
RGB Variations
Color information
#EF88DF (or 0xEF88DF) is known color: Pale Magenta. HEX triplet: EF, 88 and DF. RGB value is (239,136,223). Sum of RGB (Red+Green+Blue) = 239+136+223=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 136 (53.52% from 255 or 22.74% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88DF is #107720. Grayscale: #B0B0B0. Windows color (decimal): -1079073 or 14649583. OLE color: 14649583.
HSL color Cylindrical-coordinate representation of color #EF88DF: hue angle of 309.32º 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 #EF88DF is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 223 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.06 |
| HSL | 309.32º | 0.76% | 0.74% | - |
| HSV(B) | 309.32º | 0.43% | 0.94% | - |
| XYZ | 57.72 | 41.29 | 74.74 | - |
| YUV | 176.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 223 | 0 | 0.43 | 0.07 | 0.06 | 309.32 | 0.76 | 0.74 |
| Hex | EF | 88 | DF | 0 | 2B | 7 | 6 | 135 | 4C | 4A |
| Octal | 357 | 210 | 337 | 0 | 53 | 7 | 6 | 465 | 114 | 112 |
| Binary | 11101111 | 10001000 | 11011111 | 0 | 101011 | 111 | 110 | 100110101 | 1001100 | 1001010 |
Color Harmonies of #EF88DF
Complementary color
Monochromatic Colors of #EF88DF
Black with #EF88DF
Text Example
Text Example
White with #EF88DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF88DF; }
p { color: rgb(239,136,223); }
H1.HeaderClassName
{
color: #EF88DF;
}
.AnyTagClassName
{
color: #EF88DF;
}
</style>
background-color css
<style>
a { background-color: #EF88DF; }
a { background-color: rgb(239,136,223); }
div.DivClassName
{
background-color: #EF88DF;
}
.BgClassName
{
background-color: #EF88DF;
}
</style>
border-color css
<style>
span { border-color: #EF88DF; }
span { border-color: rgb(239,136,223); }
td.TdClassName
{
border-color: #EF88DF;
}
.TagClassName
{
border-color: #EF88DF;
}
</style>