Shades of Pale Magenta #EF86DA
Tints of Pale Magenta #EF86DA
RGB
CMYK
RGB Variations
Color information
#EF86DA (or 0xEF86DA) is known color: Pale Magenta. HEX triplet: EF, 86 and DA. RGB value is (239,134,218). Sum of RGB (Red+Green+Blue) = 239+134+218=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF86DA is #107925. Grayscale: #AEAEAE. Windows color (decimal): -1079590 or 14321391. OLE color: 14321391.
HSL color Cylindrical-coordinate representation of color #EF86DA: hue angle of 312º 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 #EF86DA is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 218 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.06 |
| HSL | 312º | 0.77% | 0.73% | - |
| HSV(B) | 312º | 0.44% | 0.94% | - |
| XYZ | 56.78 | 40.46 | 71.15 | - |
| YUV | 174.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 218 | 0 | 0.44 | 0.09 | 0.06 | 312 | 0.77 | 0.73 |
| Hex | EF | 86 | DA | 0 | 2C | 9 | 6 | 138 | 4D | 49 |
| Octal | 357 | 206 | 332 | 0 | 54 | 11 | 6 | 470 | 115 | 111 |
| Binary | 11101111 | 10000110 | 11011010 | 0 | 101100 | 1001 | 110 | 100111000 | 1001101 | 1001001 |
Color Harmonies of #EF86DA
Complementary color
Monochromatic Colors of #EF86DA
Black with #EF86DA
Text Example
Text Example
White with #EF86DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF86DA; }
p { color: rgb(239,134,218); }
H1.HeaderClassName
{
color: #EF86DA;
}
.AnyTagClassName
{
color: #EF86DA;
}
</style>
background-color css
<style>
a { background-color: #EF86DA; }
a { background-color: rgb(239,134,218); }
div.DivClassName
{
background-color: #EF86DA;
}
.BgClassName
{
background-color: #EF86DA;
}
</style>
border-color css
<style>
span { border-color: #EF86DA; }
span { border-color: rgb(239,134,218); }
td.TdClassName
{
border-color: #EF86DA;
}
.TagClassName
{
border-color: #EF86DA;
}
</style>