Shades of Pale Magenta #EF85DB
Tints of Pale Magenta #EF85DB
RGB
CMYK
RGB Variations
Color information
#EF85DB (or 0xEF85DB) is known color: Pale Magenta. HEX triplet: EF, 85 and DB. RGB value is (239,133,219). Sum of RGB (Red+Green+Blue) = 239+133+219=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85DB is #107A24. Grayscale: #AEAEAE. Windows color (decimal): -1079845 or 14386671. OLE color: 14386671.
HSL color Cylindrical-coordinate representation of color #EF85DB: hue angle of 311.32º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF85DB is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 219 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.06 |
| HSL | 311.32º | 0.77% | 0.73% | - |
| HSV(B) | 311.32º | 0.44% | 0.94% | - |
| XYZ | 56.77 | 40.24 | 71.79 | - |
| YUV | 174.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 219 | 0 | 0.44 | 0.08 | 0.06 | 311.32 | 0.77 | 0.73 |
| Hex | EF | 85 | DB | 0 | 2C | 8 | 6 | 137 | 4D | 49 |
| Octal | 357 | 205 | 333 | 0 | 54 | 10 | 6 | 467 | 115 | 111 |
| Binary | 11101111 | 10000101 | 11011011 | 0 | 101100 | 1000 | 110 | 100110111 | 1001101 | 1001001 |
Color Harmonies of #EF85DB
Complementary color
Monochromatic Colors of #EF85DB
Black with #EF85DB
Text Example
Text Example
White with #EF85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF85DB; }
p { color: rgb(239,133,219); }
H1.HeaderClassName
{
color: #EF85DB;
}
.AnyTagClassName
{
color: #EF85DB;
}
</style>
background-color css
<style>
a { background-color: #EF85DB; }
a { background-color: rgb(239,133,219); }
div.DivClassName
{
background-color: #EF85DB;
}
.BgClassName
{
background-color: #EF85DB;
}
</style>
border-color css
<style>
span { border-color: #EF85DB; }
span { border-color: rgb(239,133,219); }
td.TdClassName
{
border-color: #EF85DB;
}
.TagClassName
{
border-color: #EF85DB;
}
</style>