Shades of Pale Magenta #E687DA
Tints of Pale Magenta #E687DA
RGB
CMYK
RGB Variations
Color information
#E687DA (or 0xE687DA) is known color: Pale Magenta. HEX triplet: E6, 87 and DA. RGB value is (230,135,218). Sum of RGB (Red+Green+Blue) = 230+135+218=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 135 (53.12% from 255 or 23.16% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E687DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E687DA is #197825. Grayscale: #ACACAC. Windows color (decimal): -1669158 or 14321638. OLE color: 14321638.
HSL color Cylindrical-coordinate representation of color #E687DA: hue angle of 307.58º 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 #E687DA is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 218 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.10 |
| HSL | 307.58º | 0.66% | 0.72% | - |
| HSV(B) | 307.58º | 0.41% | 0.9% | - |
| XYZ | 53.95 | 39.21 | 71.05 | - |
| YUV | 172.87 | 153.47 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 218 | 0 | 0.41 | 0.05 | 0.10 | 307.58 | 0.66 | 0.72 |
| Hex | E6 | 87 | DA | 0 | 29 | 5 | A | 134 | 42 | 48 |
| Octal | 346 | 207 | 332 | 0 | 51 | 5 | 12 | 464 | 102 | 110 |
| Binary | 11100110 | 10000111 | 11011010 | 0 | 101001 | 101 | 1010 | 100110100 | 1000010 | 1001000 |
Color Harmonies of #E687DA
Complementary color
Monochromatic Colors of #E687DA
Black with #E687DA
Text Example
Text Example
White with #E687DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E687DA; }
p { color: rgb(230,135,218); }
H1.HeaderClassName
{
color: #E687DA;
}
.AnyTagClassName
{
color: #E687DA;
}
</style>
background-color css
<style>
a { background-color: #E687DA; }
a { background-color: rgb(230,135,218); }
div.DivClassName
{
background-color: #E687DA;
}
.BgClassName
{
background-color: #E687DA;
}
</style>
border-color css
<style>
span { border-color: #E687DA; }
span { border-color: rgb(230,135,218); }
td.TdClassName
{
border-color: #E687DA;
}
.TagClassName
{
border-color: #E687DA;
}
</style>