Shades of Pale Magenta #E788DA
Tints of Pale Magenta #E788DA
RGB
CMYK
RGB Variations
Color information
#E788DA (or 0xE788DA) is known color: Pale Magenta. HEX triplet: E7, 88 and DA. RGB value is (231,136,218). Sum of RGB (Red+Green+Blue) = 231+136+218=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E788DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E788DA is #187725. Grayscale: #ADADAD. Windows color (decimal): -1603366 or 14321895. OLE color: 14321895.
HSL color Cylindrical-coordinate representation of color #E788DA: hue angle of 308.21º 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 #E788DA is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 218 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.09 |
| HSL | 308.21º | 0.66% | 0.72% | - |
| HSV(B) | 308.21º | 0.41% | 0.91% | - |
| XYZ | 54.41 | 39.66 | 71.12 | - |
| YUV | 173.75 | 152.97 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 218 | 0 | 0.41 | 0.06 | 0.09 | 308.21 | 0.66 | 0.72 |
| Hex | E7 | 88 | DA | 0 | 29 | 6 | 9 | 134 | 42 | 48 |
| Octal | 347 | 210 | 332 | 0 | 51 | 6 | 11 | 464 | 102 | 110 |
| Binary | 11100111 | 10001000 | 11011010 | 0 | 101001 | 110 | 1001 | 100110100 | 1000010 | 1001000 |
Color Harmonies of #E788DA
Complementary color
Monochromatic Colors of #E788DA
Black with #E788DA
Text Example
Text Example
White with #E788DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E788DA; }
p { color: rgb(231,136,218); }
H1.HeaderClassName
{
color: #E788DA;
}
.AnyTagClassName
{
color: #E788DA;
}
</style>
background-color css
<style>
a { background-color: #E788DA; }
a { background-color: rgb(231,136,218); }
div.DivClassName
{
background-color: #E788DA;
}
.BgClassName
{
background-color: #E788DA;
}
</style>
border-color css
<style>
span { border-color: #E788DA; }
span { border-color: rgb(231,136,218); }
td.TdClassName
{
border-color: #E788DA;
}
.TagClassName
{
border-color: #E788DA;
}
</style>