Shades of Pale Magenta #E788DD
Tints of Pale Magenta #E788DD
RGB
CMYK
RGB Variations
Color information
#E788DD (or 0xE788DD) is known color: Pale Magenta. HEX triplet: E7, 88 and DD. RGB value is (231,136,221). Sum of RGB (Red+Green+Blue) = 231+136+221=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 136 (53.52% from 255 or 23.13% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E788DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E788DD is #187722. Grayscale: #ADADAD. Windows color (decimal): -1603363 or 14518503. OLE color: 14518503.
HSL color Cylindrical-coordinate representation of color #E788DD: hue angle of 306.32º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E788DD is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 221 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.09 |
| HSL | 306.32º | 0.66% | 0.72% | - |
| HSV(B) | 306.32º | 0.41% | 0.91% | - |
| XYZ | 54.81 | 39.82 | 73.2 | - |
| YUV | 174.1 | 154.47 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 221 | 0 | 0.41 | 0.04 | 0.09 | 306.32 | 0.66 | 0.72 |
| Hex | E7 | 88 | DD | 0 | 29 | 4 | 9 | 132 | 42 | 48 |
| Octal | 347 | 210 | 335 | 0 | 51 | 4 | 11 | 462 | 102 | 110 |
| Binary | 11100111 | 10001000 | 11011101 | 0 | 101001 | 100 | 1001 | 100110010 | 1000010 | 1001000 |
Color Harmonies of #E788DD
Complementary color
Monochromatic Colors of #E788DD
Black with #E788DD
Text Example
Text Example
White with #E788DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E788DD; }
p { color: rgb(231,136,221); }
H1.HeaderClassName
{
color: #E788DD;
}
.AnyTagClassName
{
color: #E788DD;
}
</style>
background-color css
<style>
a { background-color: #E788DD; }
a { background-color: rgb(231,136,221); }
div.DivClassName
{
background-color: #E788DD;
}
.BgClassName
{
background-color: #E788DD;
}
</style>
border-color css
<style>
span { border-color: #E788DD; }
span { border-color: rgb(231,136,221); }
td.TdClassName
{
border-color: #E788DD;
}
.TagClassName
{
border-color: #E788DD;
}
</style>