Shades of Pale Magenta #EF8BD7
Tints of Pale Magenta #EF8BD7
RGB
CMYK
RGB Variations
Color information
#EF8BD7 (or 0xEF8BD7) is known color: Pale Magenta. HEX triplet: EF, 8B and D7. RGB value is (239,139,215). Sum of RGB (Red+Green+Blue) = 239+139+215=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BD7 is #107428. Grayscale: #B1B1B1. Windows color (decimal): -1078313 or 14126063. OLE color: 14126063.
HSL color Cylindrical-coordinate representation of color #EF8BD7: hue angle of 314.4º 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 #EF8BD7 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 215 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.06 |
| HSL | 314.4º | 0.76% | 0.74% | - |
| HSV(B) | 314.4º | 0.42% | 0.94% | - |
| XYZ | 57.09 | 41.72 | 69.33 | - |
| YUV | 177.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 215 | 0 | 0.42 | 0.10 | 0.06 | 314.4 | 0.76 | 0.74 |
| Hex | EF | 8B | D7 | 0 | 2A | A | 6 | 13A | 4C | 4A |
| Octal | 357 | 213 | 327 | 0 | 52 | 12 | 6 | 472 | 114 | 112 |
| Binary | 11101111 | 10001011 | 11010111 | 0 | 101010 | 1010 | 110 | 100111010 | 1001100 | 1001010 |
Color Harmonies of #EF8BD7
Complementary color
Monochromatic Colors of #EF8BD7
Black with #EF8BD7
Text Example
Text Example
White with #EF8BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8BD7; }
p { color: rgb(239,139,215); }
H1.HeaderClassName
{
color: #EF8BD7;
}
.AnyTagClassName
{
color: #EF8BD7;
}
</style>
background-color css
<style>
a { background-color: #EF8BD7; }
a { background-color: rgb(239,139,215); }
div.DivClassName
{
background-color: #EF8BD7;
}
.BgClassName
{
background-color: #EF8BD7;
}
</style>
border-color css
<style>
span { border-color: #EF8BD7; }
span { border-color: rgb(239,139,215); }
td.TdClassName
{
border-color: #EF8BD7;
}
.TagClassName
{
border-color: #EF8BD7;
}
</style>