Shades of Pale Magenta #EF8BDF
Tints of Pale Magenta #EF8BDF
RGB
CMYK
RGB Variations
Color information
#EF8BDF (or 0xEF8BDF) is known color: Pale Magenta. HEX triplet: EF, 8B and DF. RGB value is (239,139,223). Sum of RGB (Red+Green+Blue) = 239+139+223=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 139 (54.69% from 255 or 23.13% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BDF is #107420. Grayscale: #B2B2B2. Windows color (decimal): -1078305 or 14650351. OLE color: 14650351.
HSL color Cylindrical-coordinate representation of color #EF8BDF: hue angle of 309.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8BDF is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 223 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.06 |
| HSL | 309.6º | 0.76% | 0.74% | - |
| HSV(B) | 309.6º | 0.42% | 0.94% | - |
| XYZ | 58.15 | 42.14 | 74.88 | - |
| YUV | 178.48 | 153.13 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 223 | 0 | 0.42 | 0.07 | 0.06 | 309.6 | 0.76 | 0.74 |
| Hex | EF | 8B | DF | 0 | 2A | 7 | 6 | 136 | 4C | 4A |
| Octal | 357 | 213 | 337 | 0 | 52 | 7 | 6 | 466 | 114 | 112 |
| Binary | 11101111 | 10001011 | 11011111 | 0 | 101010 | 111 | 110 | 100110110 | 1001100 | 1001010 |
Color Harmonies of #EF8BDF
Complementary color
Monochromatic Colors of #EF8BDF
Black with #EF8BDF
Text Example
Text Example
White with #EF8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8BDF; }
p { color: rgb(239,139,223); }
H1.HeaderClassName
{
color: #EF8BDF;
}
.AnyTagClassName
{
color: #EF8BDF;
}
</style>
background-color css
<style>
a { background-color: #EF8BDF; }
a { background-color: rgb(239,139,223); }
div.DivClassName
{
background-color: #EF8BDF;
}
.BgClassName
{
background-color: #EF8BDF;
}
</style>
border-color css
<style>
span { border-color: #EF8BDF; }
span { border-color: rgb(239,139,223); }
td.TdClassName
{
border-color: #EF8BDF;
}
.TagClassName
{
border-color: #EF8BDF;
}
</style>