Shades of Pale Magenta #E786DC
Tints of Pale Magenta #E786DC
RGB
CMYK
RGB Variations
Color information
#E786DC (or 0xE786DC) is known color: Pale Magenta. HEX triplet: E7, 86 and DC. RGB value is (231,134,220). Sum of RGB (Red+Green+Blue) = 231+134+220=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E786DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786DC is #187923. Grayscale: #ACACAC. Windows color (decimal): -1603876 or 14452455. OLE color: 14452455.
HSL color Cylindrical-coordinate representation of color #E786DC: hue angle of 306.8º degrees, saturation: 0.67, 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 #E786DC is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 134 | 220 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.09 |
| HSL | 306.8º | 0.67% | 0.72% | - |
| HSV(B) | 306.8º | 0.42% | 0.91% | - |
| XYZ | 54.4 | 39.21 | 72.41 | - |
| YUV | 172.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 134 | 220 | 0 | 0.42 | 0.05 | 0.09 | 306.8 | 0.67 | 0.72 |
| Hex | E7 | 86 | DC | 0 | 2A | 5 | 9 | 133 | 43 | 48 |
| Octal | 347 | 206 | 334 | 0 | 52 | 5 | 11 | 463 | 103 | 110 |
| Binary | 11100111 | 10000110 | 11011100 | 0 | 101010 | 101 | 1001 | 100110011 | 1000011 | 1001000 |
Color Harmonies of #E786DC
Complementary color
Monochromatic Colors of #E786DC
Black with #E786DC
Text Example
Text Example
White with #E786DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E786DC; }
p { color: rgb(231,134,220); }
H1.HeaderClassName
{
color: #E786DC;
}
.AnyTagClassName
{
color: #E786DC;
}
</style>
background-color css
<style>
a { background-color: #E786DC; }
a { background-color: rgb(231,134,220); }
div.DivClassName
{
background-color: #E786DC;
}
.BgClassName
{
background-color: #E786DC;
}
</style>
border-color css
<style>
span { border-color: #E786DC; }
span { border-color: rgb(231,134,220); }
td.TdClassName
{
border-color: #E786DC;
}
.TagClassName
{
border-color: #E786DC;
}
</style>