Shades of Pale Magenta #E988DE
Tints of Pale Magenta #E988DE
RGB
CMYK
RGB Variations
Color information
#E988DE (or 0xE988DE) is known color: Pale Magenta. HEX triplet: E9, 88 and DE. RGB value is (233,136,222). Sum of RGB (Red+Green+Blue) = 233+136+222=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 136 (53.52% from 255 or 23.01% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 233 - color contains mainly: red. Hex color #E988DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E988DE is #167721. Grayscale: #AEAEAE. Windows color (decimal): -1472290 or 14584041. OLE color: 14584041.
HSL color Cylindrical-coordinate representation of color #E988DE: hue angle of 306.8º degrees, saturation: 0.69, 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 #E988DE is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 136 | 222 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.09 |
| HSL | 306.8º | 0.69% | 0.72% | - |
| HSV(B) | 306.8º | 0.42% | 0.91% | - |
| XYZ | 55.59 | 40.21 | 73.94 | - |
| YUV | 174.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 136 | 222 | 0 | 0.42 | 0.05 | 0.09 | 306.8 | 0.69 | 0.72 |
| Hex | E9 | 88 | DE | 0 | 2A | 5 | 9 | 133 | 45 | 48 |
| Octal | 351 | 210 | 336 | 0 | 52 | 5 | 11 | 463 | 105 | 110 |
| Binary | 11101001 | 10001000 | 11011110 | 0 | 101010 | 101 | 1001 | 100110011 | 1000101 | 1001000 |
Color Harmonies of #E988DE
Complementary color
Monochromatic Colors of #E988DE
Black with #E988DE
Text Example
Text Example
White with #E988DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E988DE; }
p { color: rgb(233,136,222); }
H1.HeaderClassName
{
color: #E988DE;
}
.AnyTagClassName
{
color: #E988DE;
}
</style>
background-color css
<style>
a { background-color: #E988DE; }
a { background-color: rgb(233,136,222); }
div.DivClassName
{
background-color: #E988DE;
}
.BgClassName
{
background-color: #E988DE;
}
</style>
border-color css
<style>
span { border-color: #E988DE; }
span { border-color: rgb(233,136,222); }
td.TdClassName
{
border-color: #E988DE;
}
.TagClassName
{
border-color: #E988DE;
}
</style>