Shades of Pale Magenta #E687D1
Tints of Pale Magenta #E687D1
RGB
CMYK
RGB Variations
Color information
#E687D1 (or 0xE687D1) is known color: Pale Magenta. HEX triplet: E6, 87 and D1. RGB value is (230,135,209). Sum of RGB (Red+Green+Blue) = 230+135+209=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 135 (53.12% from 255 or 23.52% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E687D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E687D1 is #19782E. Grayscale: #ABABAB. Windows color (decimal): -1669167 or 13731814. OLE color: 13731814.
HSL color Cylindrical-coordinate representation of color #E687D1: hue angle of 313.26º 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 #E687D1 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 209 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.10 |
| HSL | 313.26º | 0.66% | 0.72% | - |
| HSV(B) | 313.26º | 0.41% | 0.9% | - |
| XYZ | 52.81 | 38.75 | 65.02 | - |
| YUV | 171.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 209 | 0 | 0.41 | 0.09 | 0.10 | 313.26 | 0.66 | 0.72 |
| Hex | E6 | 87 | D1 | 0 | 29 | 9 | A | 139 | 42 | 48 |
| Octal | 346 | 207 | 321 | 0 | 51 | 11 | 12 | 471 | 102 | 110 |
| Binary | 11100110 | 10000111 | 11010001 | 0 | 101001 | 1001 | 1010 | 100111001 | 1000010 | 1001000 |
Color Harmonies of #E687D1
Complementary color
Monochromatic Colors of #E687D1
Black with #E687D1
Text Example
Text Example
White with #E687D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E687D1; }
p { color: rgb(230,135,209); }
H1.HeaderClassName
{
color: #E687D1;
}
.AnyTagClassName
{
color: #E687D1;
}
</style>
background-color css
<style>
a { background-color: #E687D1; }
a { background-color: rgb(230,135,209); }
div.DivClassName
{
background-color: #E687D1;
}
.BgClassName
{
background-color: #E687D1;
}
</style>
border-color css
<style>
span { border-color: #E687D1; }
span { border-color: rgb(230,135,209); }
td.TdClassName
{
border-color: #E687D1;
}
.TagClassName
{
border-color: #E687D1;
}
</style>