Shades of Pale Magenta #E687D2
Tints of Pale Magenta #E687D2
RGB
CMYK
RGB Variations
Color information
#E687D2 (or 0xE687D2) is known color: Pale Magenta. HEX triplet: E6, 87 and D2. RGB value is (230,135,210). Sum of RGB (Red+Green+Blue) = 230+135+210=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E687D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E687D2 is #19782D. Grayscale: #ABABAB. Windows color (decimal): -1669166 or 13797350. OLE color: 13797350.
HSL color Cylindrical-coordinate representation of color #E687D2: hue angle of 312.63º 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 #E687D2 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 210 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.10 |
| HSL | 312.63º | 0.66% | 0.72% | - |
| HSV(B) | 312.63º | 0.41% | 0.9% | - |
| XYZ | 52.93 | 38.8 | 65.67 | - |
| YUV | 171.96 | 149.47 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 210 | 0 | 0.41 | 0.09 | 0.10 | 312.63 | 0.66 | 0.72 |
| Hex | E6 | 87 | D2 | 0 | 29 | 9 | A | 139 | 42 | 48 |
| Octal | 346 | 207 | 322 | 0 | 51 | 11 | 12 | 471 | 102 | 110 |
| Binary | 11100110 | 10000111 | 11010010 | 0 | 101001 | 1001 | 1010 | 100111001 | 1000010 | 1001000 |
Color Harmonies of #E687D2
Complementary color
Monochromatic Colors of #E687D2
Black with #E687D2
Text Example
Text Example
White with #E687D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E687D2; }
p { color: rgb(230,135,210); }
H1.HeaderClassName
{
color: #E687D2;
}
.AnyTagClassName
{
color: #E687D2;
}
</style>
background-color css
<style>
a { background-color: #E687D2; }
a { background-color: rgb(230,135,210); }
div.DivClassName
{
background-color: #E687D2;
}
.BgClassName
{
background-color: #E687D2;
}
</style>
border-color css
<style>
span { border-color: #E687D2; }
span { border-color: rgb(230,135,210); }
td.TdClassName
{
border-color: #E687D2;
}
.TagClassName
{
border-color: #E687D2;
}
</style>