Shades of Pale Magenta #E686D1
Tints of Pale Magenta #E686D1
RGB
CMYK
RGB Variations
Color information
#E686D1 (or 0xE686D1) is known color: Pale Magenta. HEX triplet: E6, 86 and D1. RGB value is (230,134,209). Sum of RGB (Red+Green+Blue) = 230+134+209=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E686D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686D1 is #19792E. Grayscale: #ABABAB. Windows color (decimal): -1669423 or 13731558. OLE color: 13731558.
HSL color Cylindrical-coordinate representation of color #E686D1: hue angle of 313.12º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E686D1 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 209 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.10 |
| HSL | 313.13º | 0.66% | 0.71% | - |
| HSV(B) | 313.13º | 0.42% | 0.9% | - |
| XYZ | 52.67 | 38.48 | 64.97 | - |
| YUV | 171.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 209 | 0 | 0.42 | 0.09 | 0.10 | 313.13 | 0.66 | 0.71 |
| Hex | E6 | 86 | D1 | 0 | 2A | 9 | A | 139 | 42 | 47 |
| Octal | 346 | 206 | 321 | 0 | 52 | 11 | 12 | 471 | 102 | 107 |
| Binary | 11100110 | 10000110 | 11010001 | 0 | 101010 | 1001 | 1010 | 100111001 | 1000010 | 1000111 |
Color Harmonies of #E686D1
Complementary color
Monochromatic Colors of #E686D1
Black with #E686D1
Text Example
Text Example
White with #E686D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E686D1; }
p { color: rgb(230,134,209); }
H1.HeaderClassName
{
color: #E686D1;
}
.AnyTagClassName
{
color: #E686D1;
}
</style>
background-color css
<style>
a { background-color: #E686D1; }
a { background-color: rgb(230,134,209); }
div.DivClassName
{
background-color: #E686D1;
}
.BgClassName
{
background-color: #E686D1;
}
</style>
border-color css
<style>
span { border-color: #E686D1; }
span { border-color: rgb(230,134,209); }
td.TdClassName
{
border-color: #E686D1;
}
.TagClassName
{
border-color: #E686D1;
}
</style>