Shades of Pale Magenta #E782D1
Tints of Pale Magenta #E782D1
RGB
CMYK
RGB Variations
Color information
#E782D1 (or 0xE782D1) is known color: Pale Magenta. HEX triplet: E7, 82 and D1. RGB value is (231,130,209). Sum of RGB (Red+Green+Blue) = 231+130+209=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E782D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782D1 is #187D2E. Grayscale: #A8A8A8. Windows color (decimal): -1604911 or 13730535. OLE color: 13730535.
HSL color Cylindrical-coordinate representation of color #E782D1: hue angle of 313.07º degrees, saturation: 0.68, 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 #E782D1 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 130 | 209 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.09 |
| HSL | 313.07º | 0.68% | 0.71% | - |
| HSV(B) | 313.07º | 0.44% | 0.91% | - |
| XYZ | 52.45 | 37.56 | 64.81 | - |
| YUV | 169.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 209 | 0 | 0.44 | 0.10 | 0.09 | 313.07 | 0.68 | 0.71 |
| Hex | E7 | 82 | D1 | 0 | 2C | A | 9 | 139 | 44 | 47 |
| Octal | 347 | 202 | 321 | 0 | 54 | 12 | 11 | 471 | 104 | 107 |
| Binary | 11100111 | 10000010 | 11010001 | 0 | 101100 | 1010 | 1001 | 100111001 | 1000100 | 1000111 |
Color Harmonies of #E782D1
Complementary color
Monochromatic Colors of #E782D1
Black with #E782D1
Text Example
Text Example
White with #E782D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E782D1; }
p { color: rgb(231,130,209); }
H1.HeaderClassName
{
color: #E782D1;
}
.AnyTagClassName
{
color: #E782D1;
}
</style>
background-color css
<style>
a { background-color: #E782D1; }
a { background-color: rgb(231,130,209); }
div.DivClassName
{
background-color: #E782D1;
}
.BgClassName
{
background-color: #E782D1;
}
</style>
border-color css
<style>
span { border-color: #E782D1; }
span { border-color: rgb(231,130,209); }
td.TdClassName
{
border-color: #E782D1;
}
.TagClassName
{
border-color: #E782D1;
}
</style>