Shades of Pale Magenta #EF8FDB
Tints of Pale Magenta #EF8FDB
RGB
CMYK
RGB Variations
Color information
#EF8FDB (or 0xEF8FDB) is known color: Pale Magenta. HEX triplet: EF, 8F and DB. RGB value is (239,143,219). Sum of RGB (Red+Green+Blue) = 239+143+219=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FDB is #107024. Grayscale: #B4B4B4. Windows color (decimal): -1077285 or 14389231. OLE color: 14389231.
HSL color Cylindrical-coordinate representation of color #EF8FDB: hue angle of 312.5º 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 #EF8FDB is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 219 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.06 |
| HSL | 312.5º | 0.75% | 0.75% | - |
| HSV(B) | 312.5º | 0.4% | 0.94% | - |
| XYZ | 58.21 | 43.11 | 72.27 | - |
| YUV | 180.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 219 | 0 | 0.40 | 0.08 | 0.06 | 312.5 | 0.75 | 0.75 |
| Hex | EF | 8F | DB | 0 | 28 | 8 | 6 | 138 | 4B | 4B |
| Octal | 357 | 217 | 333 | 0 | 50 | 10 | 6 | 470 | 113 | 113 |
| Binary | 11101111 | 10001111 | 11011011 | 0 | 101000 | 1000 | 110 | 100111000 | 1001011 | 1001011 |
Color Harmonies of #EF8FDB
Complementary color
Monochromatic Colors of #EF8FDB
Black with #EF8FDB
Text Example
Text Example
White with #EF8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FDB; }
p { color: rgb(239,143,219); }
H1.HeaderClassName
{
color: #EF8FDB;
}
.AnyTagClassName
{
color: #EF8FDB;
}
</style>
background-color css
<style>
a { background-color: #EF8FDB; }
a { background-color: rgb(239,143,219); }
div.DivClassName
{
background-color: #EF8FDB;
}
.BgClassName
{
background-color: #EF8FDB;
}
</style>
border-color css
<style>
span { border-color: #EF8FDB; }
span { border-color: rgb(239,143,219); }
td.TdClassName
{
border-color: #EF8FDB;
}
.TagClassName
{
border-color: #EF8FDB;
}
</style>