Shades of Pale Magenta #E687D9
Tints of Pale Magenta #E687D9
RGB
CMYK
RGB Variations
Color information
#E687D9 (or 0xE687D9) is known color: Pale Magenta. HEX triplet: E6, 87 and D9. RGB value is (230,135,217). Sum of RGB (Red+Green+Blue) = 230+135+217=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 135 (53.12% from 255 or 23.20% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E687D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E687D9 is #197826. Grayscale: #ACACAC. Windows color (decimal): -1669159 or 14256102. OLE color: 14256102.
HSL color Cylindrical-coordinate representation of color #E687D9: hue angle of 308.21º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E687D9 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 217 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.10 |
| HSL | 308.21º | 0.66% | 0.72% | - |
| HSV(B) | 308.21º | 0.41% | 0.9% | - |
| XYZ | 53.82 | 39.16 | 70.37 | - |
| YUV | 172.75 | 152.97 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 217 | 0 | 0.41 | 0.06 | 0.10 | 308.21 | 0.66 | 0.72 |
| Hex | E6 | 87 | D9 | 0 | 29 | 6 | A | 134 | 42 | 48 |
| Octal | 346 | 207 | 331 | 0 | 51 | 6 | 12 | 464 | 102 | 110 |
| Binary | 11100110 | 10000111 | 11011001 | 0 | 101001 | 110 | 1010 | 100110100 | 1000010 | 1001000 |
Color Harmonies of #E687D9
Complementary color
Monochromatic Colors of #E687D9
Black with #E687D9
Text Example
Text Example
White with #E687D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E687D9; }
p { color: rgb(230,135,217); }
H1.HeaderClassName
{
color: #E687D9;
}
.AnyTagClassName
{
color: #E687D9;
}
</style>
background-color css
<style>
a { background-color: #E687D9; }
a { background-color: rgb(230,135,217); }
div.DivClassName
{
background-color: #E687D9;
}
.BgClassName
{
background-color: #E687D9;
}
</style>
border-color css
<style>
span { border-color: #E687D9; }
span { border-color: rgb(230,135,217); }
td.TdClassName
{
border-color: #E687D9;
}
.TagClassName
{
border-color: #E687D9;
}
</style>