Shades of Pale Magenta #EF8BDB
Tints of Pale Magenta #EF8BDB
RGB
CMYK
RGB Variations
Color information
#EF8BDB (or 0xEF8BDB) is known color: Pale Magenta. HEX triplet: EF, 8B and DB. RGB value is (239,139,219). Sum of RGB (Red+Green+Blue) = 239+139+219=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 139 (54.69% from 255 or 23.28% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BDB is #107424. Grayscale: #B1B1B1. Windows color (decimal): -1078309 or 14388207. OLE color: 14388207.
HSL color Cylindrical-coordinate representation of color #EF8BDB: hue angle of 312º 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 #EF8BDB is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 219 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.06 |
| HSL | 312º | 0.76% | 0.74% | - |
| HSV(B) | 312º | 0.42% | 0.94% | - |
| XYZ | 57.62 | 41.93 | 72.07 | - |
| YUV | 178.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 219 | 0 | 0.42 | 0.08 | 0.06 | 312 | 0.76 | 0.74 |
| Hex | EF | 8B | DB | 0 | 2A | 8 | 6 | 138 | 4C | 4A |
| Octal | 357 | 213 | 333 | 0 | 52 | 10 | 6 | 470 | 114 | 112 |
| Binary | 11101111 | 10001011 | 11011011 | 0 | 101010 | 1000 | 110 | 100111000 | 1001100 | 1001010 |
Color Harmonies of #EF8BDB
Complementary color
Monochromatic Colors of #EF8BDB
Black with #EF8BDB
Text Example
Text Example
White with #EF8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8BDB; }
p { color: rgb(239,139,219); }
H1.HeaderClassName
{
color: #EF8BDB;
}
.AnyTagClassName
{
color: #EF8BDB;
}
</style>
background-color css
<style>
a { background-color: #EF8BDB; }
a { background-color: rgb(239,139,219); }
div.DivClassName
{
background-color: #EF8BDB;
}
.BgClassName
{
background-color: #EF8BDB;
}
</style>
border-color css
<style>
span { border-color: #EF8BDB; }
span { border-color: rgb(239,139,219); }
td.TdClassName
{
border-color: #EF8BDB;
}
.TagClassName
{
border-color: #EF8BDB;
}
</style>