Shades of Pale Magenta #E985DF
Tints of Pale Magenta #E985DF
RGB
CMYK
RGB Variations
Color information
#E985DF (or 0xE985DF) is known color: Pale Magenta. HEX triplet: E9, 85 and DF. RGB value is (233,133,223). Sum of RGB (Red+Green+Blue) = 233+133+223=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E985DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985DF is #167A20. Grayscale: #ACACAC. Windows color (decimal): -1473057 or 14648809. OLE color: 14648809.
HSL color Cylindrical-coordinate representation of color #E985DF: hue angle of 306º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E985DF is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 133 | 223 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.09 |
| HSL | 306º | 0.69% | 0.72% | - |
| HSV(B) | 306º | 0.43% | 0.91% | - |
| XYZ | 55.31 | 39.43 | 74.51 | - |
| YUV | 173.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 133 | 223 | 0 | 0.43 | 0.04 | 0.09 | 306 | 0.69 | 0.72 |
| Hex | E9 | 85 | DF | 0 | 2B | 4 | 9 | 132 | 45 | 48 |
| Octal | 351 | 205 | 337 | 0 | 53 | 4 | 11 | 462 | 105 | 110 |
| Binary | 11101001 | 10000101 | 11011111 | 0 | 101011 | 100 | 1001 | 100110010 | 1000101 | 1001000 |
Color Harmonies of #E985DF
Complementary color
Monochromatic Colors of #E985DF
Black with #E985DF
Text Example
Text Example
White with #E985DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E985DF; }
p { color: rgb(233,133,223); }
H1.HeaderClassName
{
color: #E985DF;
}
.AnyTagClassName
{
color: #E985DF;
}
</style>
background-color css
<style>
a { background-color: #E985DF; }
a { background-color: rgb(233,133,223); }
div.DivClassName
{
background-color: #E985DF;
}
.BgClassName
{
background-color: #E985DF;
}
</style>
border-color css
<style>
span { border-color: #E985DF; }
span { border-color: rgb(233,133,223); }
td.TdClassName
{
border-color: #E985DF;
}
.TagClassName
{
border-color: #E985DF;
}
</style>