Shades of Pale Magenta #E982D0
Tints of Pale Magenta #E982D0
RGB
CMYK
RGB Variations
Color information
#E982D0 (or 0xE982D0) is known color: Pale Magenta. HEX triplet: E9, 82 and D0. RGB value is (233,130,208). Sum of RGB (Red+Green+Blue) = 233+130+208=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E982D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982D0 is #167D2F. Grayscale: #A9A9A9. Windows color (decimal): -1473840 or 13665001. OLE color: 13665001.
HSL color Cylindrical-coordinate representation of color #E982D0: hue angle of 314.56º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E982D0 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 130 | 208 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.09 |
| HSL | 314.56º | 0.7% | 0.71% | - |
| HSV(B) | 314.56º | 0.44% | 0.91% | - |
| XYZ | 52.97 | 37.84 | 64.19 | - |
| YUV | 169.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 208 | 0 | 0.44 | 0.11 | 0.09 | 314.56 | 0.7 | 0.71 |
| Hex | E9 | 82 | D0 | 0 | 2C | B | 9 | 13B | 46 | 47 |
| Octal | 351 | 202 | 320 | 0 | 54 | 13 | 11 | 473 | 106 | 107 |
| Binary | 11101001 | 10000010 | 11010000 | 0 | 101100 | 1011 | 1001 | 100111011 | 1000110 | 1000111 |
Color Harmonies of #E982D0
Complementary color
Monochromatic Colors of #E982D0
Black with #E982D0
Text Example
Text Example
White with #E982D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E982D0; }
p { color: rgb(233,130,208); }
H1.HeaderClassName
{
color: #E982D0;
}
.AnyTagClassName
{
color: #E982D0;
}
</style>
background-color css
<style>
a { background-color: #E982D0; }
a { background-color: rgb(233,130,208); }
div.DivClassName
{
background-color: #E982D0;
}
.BgClassName
{
background-color: #E982D0;
}
</style>
border-color css
<style>
span { border-color: #E982D0; }
span { border-color: rgb(233,130,208); }
td.TdClassName
{
border-color: #E982D0;
}
.TagClassName
{
border-color: #E982D0;
}
</style>