Shades of Pale Magenta #E984D6
Tints of Pale Magenta #E984D6
RGB
CMYK
RGB Variations
Color information
#E984D6 (or 0xE984D6) is known color: Pale Magenta. HEX triplet: E9, 84 and D6. RGB value is (233,132,214). Sum of RGB (Red+Green+Blue) = 233+132+214=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 233 - color contains mainly: red. Hex color #E984D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E984D6 is #167B29. Grayscale: #ABABAB. Windows color (decimal): -1473322 or 14058729. OLE color: 14058729.
HSL color Cylindrical-coordinate representation of color #E984D6: hue angle of 311.29º degrees, saturation: 0.7, 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 #E984D6 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 132 | 214 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.09 |
| HSL | 311.29º | 0.7% | 0.72% | - |
| HSV(B) | 311.29º | 0.43% | 0.91% | - |
| XYZ | 53.99 | 38.68 | 68.24 | - |
| YUV | 171.55 | 151.96 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 132 | 214 | 0 | 0.43 | 0.08 | 0.09 | 311.29 | 0.7 | 0.72 |
| Hex | E9 | 84 | D6 | 0 | 2B | 8 | 9 | 137 | 46 | 48 |
| Octal | 351 | 204 | 326 | 0 | 53 | 10 | 11 | 467 | 106 | 110 |
| Binary | 11101001 | 10000100 | 11010110 | 0 | 101011 | 1000 | 1001 | 100110111 | 1000110 | 1001000 |
Color Harmonies of #E984D6
Complementary color
Monochromatic Colors of #E984D6
Black with #E984D6
Text Example
Text Example
White with #E984D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E984D6; }
p { color: rgb(233,132,214); }
H1.HeaderClassName
{
color: #E984D6;
}
.AnyTagClassName
{
color: #E984D6;
}
</style>
background-color css
<style>
a { background-color: #E984D6; }
a { background-color: rgb(233,132,214); }
div.DivClassName
{
background-color: #E984D6;
}
.BgClassName
{
background-color: #E984D6;
}
</style>
border-color css
<style>
span { border-color: #E984D6; }
span { border-color: rgb(233,132,214); }
td.TdClassName
{
border-color: #E984D6;
}
.TagClassName
{
border-color: #E984D6;
}
</style>