Shades of Pale Magenta #E986DA
Tints of Pale Magenta #E986DA
RGB
CMYK
RGB Variations
Color information
#E986DA (or 0xE986DA) is known color: Pale Magenta. HEX triplet: E9, 86 and DA. RGB value is (233,134,218). Sum of RGB (Red+Green+Blue) = 233+134+218=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 233 - color contains mainly: red. Hex color #E986DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986DA is #167925. Grayscale: #ACACAC. Windows color (decimal): -1472806 or 14321385. OLE color: 14321385.
HSL color Cylindrical-coordinate representation of color #E986DA: hue angle of 309.09º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E986DA is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 218 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.09 |
| HSL | 309.09º | 0.69% | 0.72% | - |
| HSV(B) | 309.09º | 0.42% | 0.91% | - |
| XYZ | 54.78 | 39.44 | 71.05 | - |
| YUV | 173.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 218 | 0 | 0.42 | 0.06 | 0.09 | 309.09 | 0.69 | 0.72 |
| Hex | E9 | 86 | DA | 0 | 2A | 6 | 9 | 135 | 45 | 48 |
| Octal | 351 | 206 | 332 | 0 | 52 | 6 | 11 | 465 | 105 | 110 |
| Binary | 11101001 | 10000110 | 11011010 | 0 | 101010 | 110 | 1001 | 100110101 | 1000101 | 1001000 |
Color Harmonies of #E986DA
Complementary color
Monochromatic Colors of #E986DA
Black with #E986DA
Text Example
Text Example
White with #E986DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E986DA; }
p { color: rgb(233,134,218); }
H1.HeaderClassName
{
color: #E986DA;
}
.AnyTagClassName
{
color: #E986DA;
}
</style>
background-color css
<style>
a { background-color: #E986DA; }
a { background-color: rgb(233,134,218); }
div.DivClassName
{
background-color: #E986DA;
}
.BgClassName
{
background-color: #E986DA;
}
</style>
border-color css
<style>
span { border-color: #E986DA; }
span { border-color: rgb(233,134,218); }
td.TdClassName
{
border-color: #E986DA;
}
.TagClassName
{
border-color: #E986DA;
}
</style>