Shades of Pale Magenta #E688D9
Tints of Pale Magenta #E688D9
RGB
CMYK
RGB Variations
Color information
#E688D9 (or 0xE688D9) is known color: Pale Magenta. HEX triplet: E6, 88 and D9. RGB value is (230,136,217). Sum of RGB (Red+Green+Blue) = 230+136+217=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E688D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E688D9 is #197726. Grayscale: #ADADAD. Windows color (decimal): -1668903 or 14256358. OLE color: 14256358.
HSL color Cylindrical-coordinate representation of color #E688D9: hue angle of 308.3º degrees, saturation: 0.65, 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 #E688D9 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 217 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.10 |
| HSL | 308.3º | 0.65% | 0.72% | - |
| HSV(B) | 308.3º | 0.41% | 0.9% | - |
| XYZ | 53.96 | 39.44 | 70.41 | - |
| YUV | 173.34 | 152.64 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 217 | 0 | 0.41 | 0.06 | 0.10 | 308.3 | 0.65 | 0.72 |
| Hex | E6 | 88 | D9 | 0 | 29 | 6 | A | 134 | 41 | 48 |
| Octal | 346 | 210 | 331 | 0 | 51 | 6 | 12 | 464 | 101 | 110 |
| Binary | 11100110 | 10001000 | 11011001 | 0 | 101001 | 110 | 1010 | 100110100 | 1000001 | 1001000 |
Color Harmonies of #E688D9
Complementary color
Monochromatic Colors of #E688D9
Black with #E688D9
Text Example
Text Example
White with #E688D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E688D9; }
p { color: rgb(230,136,217); }
H1.HeaderClassName
{
color: #E688D9;
}
.AnyTagClassName
{
color: #E688D9;
}
</style>
background-color css
<style>
a { background-color: #E688D9; }
a { background-color: rgb(230,136,217); }
div.DivClassName
{
background-color: #E688D9;
}
.BgClassName
{
background-color: #E688D9;
}
</style>
border-color css
<style>
span { border-color: #E688D9; }
span { border-color: rgb(230,136,217); }
td.TdClassName
{
border-color: #E688D9;
}
.TagClassName
{
border-color: #E688D9;
}
</style>