Shades of Pale Magenta #E787DD
Tints of Pale Magenta #E787DD
RGB
CMYK
RGB Variations
Color information
#E787DD (or 0xE787DD) is known color: Pale Magenta. HEX triplet: E7, 87 and DD. RGB value is (231,135,221). Sum of RGB (Red+Green+Blue) = 231+135+221=587 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.35% from 587); Green value is 135 (53.12% from 255 or 23.00% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 231 - color contains mainly: red. Hex color #E787DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E787DD is #187822. Grayscale: #ADADAD. Windows color (decimal): -1603619 or 14518247. OLE color: 14518247.
HSL color Cylindrical-coordinate representation of color #E787DD: hue angle of 306.25º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E787DD is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 135 | 221 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.09 |
| HSL | 306.25º | 0.67% | 0.72% | - |
| HSV(B) | 306.25º | 0.42% | 0.91% | - |
| XYZ | 54.67 | 39.54 | 73.16 | - |
| YUV | 173.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 135 | 221 | 0 | 0.42 | 0.04 | 0.09 | 306.25 | 0.67 | 0.72 |
| Hex | E7 | 87 | DD | 0 | 2A | 4 | 9 | 132 | 43 | 48 |
| Octal | 347 | 207 | 335 | 0 | 52 | 4 | 11 | 462 | 103 | 110 |
| Binary | 11100111 | 10000111 | 11011101 | 0 | 101010 | 100 | 1001 | 100110010 | 1000011 | 1001000 |
Color Harmonies of #E787DD
Complementary color
Monochromatic Colors of #E787DD
Black with #E787DD
Text Example
Text Example
White with #E787DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E787DD; }
p { color: rgb(231,135,221); }
H1.HeaderClassName
{
color: #E787DD;
}
.AnyTagClassName
{
color: #E787DD;
}
</style>
background-color css
<style>
a { background-color: #E787DD; }
a { background-color: rgb(231,135,221); }
div.DivClassName
{
background-color: #E787DD;
}
.BgClassName
{
background-color: #E787DD;
}
</style>
border-color css
<style>
span { border-color: #E787DD; }
span { border-color: rgb(231,135,221); }
td.TdClassName
{
border-color: #E787DD;
}
.TagClassName
{
border-color: #E787DD;
}
</style>