Shades of Pale Magenta #E687D6
Tints of Pale Magenta #E687D6
RGB
CMYK
RGB Variations
Color information
#E687D6 (or 0xE687D6) is known color: Pale Magenta. HEX triplet: E6, 87 and D6. RGB value is (230,135,214). Sum of RGB (Red+Green+Blue) = 230+135+214=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 135 (53.12% from 255 or 23.32% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E687D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E687D6 is #197829. Grayscale: #ACACAC. Windows color (decimal): -1669162 or 14059494. OLE color: 14059494.
HSL color Cylindrical-coordinate representation of color #E687D6: hue angle of 310.11º 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 #E687D6 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 214 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.10 |
| HSL | 310.11º | 0.66% | 0.72% | - |
| HSV(B) | 310.11º | 0.41% | 0.9% | - |
| XYZ | 53.43 | 39.01 | 68.33 | - |
| YUV | 172.41 | 151.47 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 214 | 0 | 0.41 | 0.07 | 0.10 | 310.11 | 0.66 | 0.72 |
| Hex | E6 | 87 | D6 | 0 | 29 | 7 | A | 136 | 42 | 48 |
| Octal | 346 | 207 | 326 | 0 | 51 | 7 | 12 | 466 | 102 | 110 |
| Binary | 11100110 | 10000111 | 11010110 | 0 | 101001 | 111 | 1010 | 100110110 | 1000010 | 1001000 |
Color Harmonies of #E687D6
Complementary color
Monochromatic Colors of #E687D6
Black with #E687D6
Text Example
Text Example
White with #E687D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E687D6; }
p { color: rgb(230,135,214); }
H1.HeaderClassName
{
color: #E687D6;
}
.AnyTagClassName
{
color: #E687D6;
}
</style>
background-color css
<style>
a { background-color: #E687D6; }
a { background-color: rgb(230,135,214); }
div.DivClassName
{
background-color: #E687D6;
}
.BgClassName
{
background-color: #E687D6;
}
</style>
border-color css
<style>
span { border-color: #E687D6; }
span { border-color: rgb(230,135,214); }
td.TdClassName
{
border-color: #E687D6;
}
.TagClassName
{
border-color: #E687D6;
}
</style>