Shades of Pale Magenta #E689DC
Tints of Pale Magenta #E689DC
RGB
CMYK
RGB Variations
Color information
#E689DC (or 0xE689DC) is known color: Pale Magenta. HEX triplet: E6, 89 and DC. RGB value is (230,137,220). Sum of RGB (Red+Green+Blue) = 230+137+220=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 137 (53.91% from 255 or 23.34% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E689DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E689DC is #197623. Grayscale: #AEAEAE. Windows color (decimal): -1668644 or 14453222. OLE color: 14453222.
HSL color Cylindrical-coordinate representation of color #E689DC: hue angle of 306.45º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E689DC is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 220 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.10 |
| HSL | 306.45º | 0.65% | 0.72% | - |
| HSV(B) | 306.45º | 0.4% | 0.9% | - |
| XYZ | 54.5 | 39.88 | 72.54 | - |
| YUV | 174.27 | 153.81 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 220 | 0 | 0.40 | 0.04 | 0.10 | 306.45 | 0.65 | 0.72 |
| Hex | E6 | 89 | DC | 0 | 28 | 4 | A | 132 | 41 | 48 |
| Octal | 346 | 211 | 334 | 0 | 50 | 4 | 12 | 462 | 101 | 110 |
| Binary | 11100110 | 10001001 | 11011100 | 0 | 101000 | 100 | 1010 | 100110010 | 1000001 | 1001000 |
Color Harmonies of #E689DC
Complementary color
Monochromatic Colors of #E689DC
Black with #E689DC
Text Example
Text Example
White with #E689DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E689DC; }
p { color: rgb(230,137,220); }
H1.HeaderClassName
{
color: #E689DC;
}
.AnyTagClassName
{
color: #E689DC;
}
</style>
background-color css
<style>
a { background-color: #E689DC; }
a { background-color: rgb(230,137,220); }
div.DivClassName
{
background-color: #E689DC;
}
.BgClassName
{
background-color: #E689DC;
}
</style>
border-color css
<style>
span { border-color: #E689DC; }
span { border-color: rgb(230,137,220); }
td.TdClassName
{
border-color: #E689DC;
}
.TagClassName
{
border-color: #E689DC;
}
</style>