Shades of Pale Magenta #E687DC
Tints of Pale Magenta #E687DC
RGB
CMYK
RGB Variations
Color information
#E687DC (or 0xE687DC) is known color: Pale Magenta. HEX triplet: E6, 87 and DC. RGB value is (230,135,220). Sum of RGB (Red+Green+Blue) = 230+135+220=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 135 (53.12% from 255 or 23.08% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E687DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E687DC is #197823. Grayscale: #ACACAC. Windows color (decimal): -1669156 or 14452710. OLE color: 14452710.
HSL color Cylindrical-coordinate representation of color #E687DC: hue angle of 306.32º 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 #E687DC is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 220 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.10 |
| HSL | 306.32º | 0.66% | 0.72% | - |
| HSV(B) | 306.32º | 0.41% | 0.9% | - |
| XYZ | 54.22 | 39.32 | 72.44 | - |
| YUV | 173.1 | 154.47 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 220 | 0 | 0.41 | 0.04 | 0.10 | 306.32 | 0.66 | 0.72 |
| Hex | E6 | 87 | DC | 0 | 29 | 4 | A | 132 | 42 | 48 |
| Octal | 346 | 207 | 334 | 0 | 51 | 4 | 12 | 462 | 102 | 110 |
| Binary | 11100110 | 10000111 | 11011100 | 0 | 101001 | 100 | 1010 | 100110010 | 1000010 | 1001000 |
Color Harmonies of #E687DC
Complementary color
Monochromatic Colors of #E687DC
Black with #E687DC
Text Example
Text Example
White with #E687DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E687DC; }
p { color: rgb(230,135,220); }
H1.HeaderClassName
{
color: #E687DC;
}
.AnyTagClassName
{
color: #E687DC;
}
</style>
background-color css
<style>
a { background-color: #E687DC; }
a { background-color: rgb(230,135,220); }
div.DivClassName
{
background-color: #E687DC;
}
.BgClassName
{
background-color: #E687DC;
}
</style>
border-color css
<style>
span { border-color: #E687DC; }
span { border-color: rgb(230,135,220); }
td.TdClassName
{
border-color: #E687DC;
}
.TagClassName
{
border-color: #E687DC;
}
</style>