Shades of Pale Magenta #E587D0
Tints of Pale Magenta #E587D0
RGB
CMYK
RGB Variations
Color information
#E587D0 (or 0xE587D0) is known color: Pale Magenta. HEX triplet: E5, 87 and D0. RGB value is (229,135,208). Sum of RGB (Red+Green+Blue) = 229+135+208=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E587D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E587D0 is #1A782F. Grayscale: #ABABAB. Windows color (decimal): -1734704 or 13666277. OLE color: 13666277.
HSL color Cylindrical-coordinate representation of color #E587D0: hue angle of 313.4º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E587D0 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 135 | 208 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.10 |
| HSL | 313.4º | 0.64% | 0.71% | - |
| HSV(B) | 313.4º | 0.41% | 0.9% | - |
| XYZ | 52.36 | 38.54 | 64.35 | - |
| YUV | 171.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 135 | 208 | 0 | 0.41 | 0.09 | 0.10 | 313.4 | 0.64 | 0.71 |
| Hex | E5 | 87 | D0 | 0 | 29 | 9 | A | 139 | 40 | 47 |
| Octal | 345 | 207 | 320 | 0 | 51 | 11 | 12 | 471 | 100 | 107 |
| Binary | 11100101 | 10000111 | 11010000 | 0 | 101001 | 1001 | 1010 | 100111001 | 1000000 | 1000111 |
Color Harmonies of #E587D0
Complementary color
Monochromatic Colors of #E587D0
Black with #E587D0
Text Example
Text Example
White with #E587D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E587D0; }
p { color: rgb(229,135,208); }
H1.HeaderClassName
{
color: #E587D0;
}
.AnyTagClassName
{
color: #E587D0;
}
</style>
background-color css
<style>
a { background-color: #E587D0; }
a { background-color: rgb(229,135,208); }
div.DivClassName
{
background-color: #E587D0;
}
.BgClassName
{
background-color: #E587D0;
}
</style>
border-color css
<style>
span { border-color: #E587D0; }
span { border-color: rgb(229,135,208); }
td.TdClassName
{
border-color: #E587D0;
}
.TagClassName
{
border-color: #E587D0;
}
</style>