Shades of Pale Magenta #EF88DB
Tints of Pale Magenta #EF88DB
RGB
CMYK
RGB Variations
Color information
#EF88DB (or 0xEF88DB) is known color: Pale Magenta. HEX triplet: EF, 88 and DB. RGB value is (239,136,219). Sum of RGB (Red+Green+Blue) = 239+136+219=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88DB is #107724. Grayscale: #B0B0B0. Windows color (decimal): -1079077 or 14387439. OLE color: 14387439.
HSL color Cylindrical-coordinate representation of color #EF88DB: hue angle of 311.65º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF88DB is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 219 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.06 |
| HSL | 311.65º | 0.76% | 0.74% | - |
| HSV(B) | 311.65º | 0.43% | 0.94% | - |
| XYZ | 57.19 | 41.07 | 71.93 | - |
| YUV | 176.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 219 | 0 | 0.43 | 0.08 | 0.06 | 311.65 | 0.76 | 0.74 |
| Hex | EF | 88 | DB | 0 | 2B | 8 | 6 | 138 | 4C | 4A |
| Octal | 357 | 210 | 333 | 0 | 53 | 10 | 6 | 470 | 114 | 112 |
| Binary | 11101111 | 10001000 | 11011011 | 0 | 101011 | 1000 | 110 | 100111000 | 1001100 | 1001010 |
Color Harmonies of #EF88DB
Complementary color
Monochromatic Colors of #EF88DB
Black with #EF88DB
Text Example
Text Example
White with #EF88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF88DB; }
p { color: rgb(239,136,219); }
H1.HeaderClassName
{
color: #EF88DB;
}
.AnyTagClassName
{
color: #EF88DB;
}
</style>
background-color css
<style>
a { background-color: #EF88DB; }
a { background-color: rgb(239,136,219); }
div.DivClassName
{
background-color: #EF88DB;
}
.BgClassName
{
background-color: #EF88DB;
}
</style>
border-color css
<style>
span { border-color: #EF88DB; }
span { border-color: rgb(239,136,219); }
td.TdClassName
{
border-color: #EF88DB;
}
.TagClassName
{
border-color: #EF88DB;
}
</style>