Shades of Pale Magenta #EF8FDF
Tints of Pale Magenta #EF8FDF
RGB
CMYK
RGB Variations
Color information
#EF8FDF (or 0xEF8FDF) is known color: Pale Magenta. HEX triplet: EF, 8F and DF. RGB value is (239,143,223). Sum of RGB (Red+Green+Blue) = 239+143+223=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FDF is #107020. Grayscale: #B4B4B4. Windows color (decimal): -1077281 or 14651375. OLE color: 14651375.
HSL color Cylindrical-coordinate representation of color #EF8FDF: hue angle of 310º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FDF is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 223 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.06 |
| HSL | 310º | 0.75% | 0.75% | - |
| HSV(B) | 310º | 0.4% | 0.94% | - |
| XYZ | 58.74 | 43.32 | 75.08 | - |
| YUV | 180.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 223 | 0 | 0.40 | 0.07 | 0.06 | 310 | 0.75 | 0.75 |
| Hex | EF | 8F | DF | 0 | 28 | 7 | 6 | 136 | 4B | 4B |
| Octal | 357 | 217 | 337 | 0 | 50 | 7 | 6 | 466 | 113 | 113 |
| Binary | 11101111 | 10001111 | 11011111 | 0 | 101000 | 111 | 110 | 100110110 | 1001011 | 1001011 |
Color Harmonies of #EF8FDF
Complementary color
Monochromatic Colors of #EF8FDF
Black with #EF8FDF
Text Example
Text Example
White with #EF8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FDF; }
p { color: rgb(239,143,223); }
H1.HeaderClassName
{
color: #EF8FDF;
}
.AnyTagClassName
{
color: #EF8FDF;
}
</style>
background-color css
<style>
a { background-color: #EF8FDF; }
a { background-color: rgb(239,143,223); }
div.DivClassName
{
background-color: #EF8FDF;
}
.BgClassName
{
background-color: #EF8FDF;
}
</style>
border-color css
<style>
span { border-color: #EF8FDF; }
span { border-color: rgb(239,143,223); }
td.TdClassName
{
border-color: #EF8FDF;
}
.TagClassName
{
border-color: #EF8FDF;
}
</style>