Shades of Pale Magenta #E988DB
Tints of Pale Magenta #E988DB
RGB
CMYK
RGB Variations
Color information
#E988DB (or 0xE988DB) is known color: Pale Magenta. HEX triplet: E9, 88 and DB. RGB value is (233,136,219). Sum of RGB (Red+Green+Blue) = 233+136+219=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 136 (53.52% from 255 or 23.13% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 233 - color contains mainly: red. Hex color #E988DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E988DB is #167724. Grayscale: #AEAEAE. Windows color (decimal): -1472293 or 14387433. OLE color: 14387433.
HSL color Cylindrical-coordinate representation of color #E988DB: hue angle of 308.66º 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 #E988DB is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 136 | 219 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.09 |
| HSL | 308.66º | 0.69% | 0.72% | - |
| HSV(B) | 308.66º | 0.42% | 0.91% | - |
| XYZ | 55.19 | 40.05 | 71.84 | - |
| YUV | 174.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 136 | 219 | 0 | 0.42 | 0.06 | 0.09 | 308.66 | 0.69 | 0.72 |
| Hex | E9 | 88 | DB | 0 | 2A | 6 | 9 | 135 | 45 | 48 |
| Octal | 351 | 210 | 333 | 0 | 52 | 6 | 11 | 465 | 105 | 110 |
| Binary | 11101001 | 10001000 | 11011011 | 0 | 101010 | 110 | 1001 | 100110101 | 1000101 | 1001000 |
Color Harmonies of #E988DB
Complementary color
Monochromatic Colors of #E988DB
Black with #E988DB
Text Example
Text Example
White with #E988DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E988DB; }
p { color: rgb(233,136,219); }
H1.HeaderClassName
{
color: #E988DB;
}
.AnyTagClassName
{
color: #E988DB;
}
</style>
background-color css
<style>
a { background-color: #E988DB; }
a { background-color: rgb(233,136,219); }
div.DivClassName
{
background-color: #E988DB;
}
.BgClassName
{
background-color: #E988DB;
}
</style>
border-color css
<style>
span { border-color: #E988DB; }
span { border-color: rgb(233,136,219); }
td.TdClassName
{
border-color: #E988DB;
}
.TagClassName
{
border-color: #E988DB;
}
</style>