Shades of Pale Magenta #E988D6
Tints of Pale Magenta #E988D6
RGB
CMYK
RGB Variations
Color information
#E988D6 (or 0xE988D6) is known color: Pale Magenta. HEX triplet: E9, 88 and D6. RGB value is (233,136,214). Sum of RGB (Red+Green+Blue) = 233+136+214=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E988D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E988D6 is #167729. Grayscale: #ADADAD. Windows color (decimal): -1472298 or 14059753. OLE color: 14059753.
HSL color Cylindrical-coordinate representation of color #E988D6: hue angle of 311.75º 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 #E988D6 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 136 | 214 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.09 |
| HSL | 311.75º | 0.69% | 0.72% | - |
| HSV(B) | 311.75º | 0.42% | 0.91% | - |
| XYZ | 54.55 | 39.79 | 68.42 | - |
| YUV | 173.9 | 150.64 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 136 | 214 | 0 | 0.42 | 0.08 | 0.09 | 311.75 | 0.69 | 0.72 |
| Hex | E9 | 88 | D6 | 0 | 2A | 8 | 9 | 138 | 45 | 48 |
| Octal | 351 | 210 | 326 | 0 | 52 | 10 | 11 | 470 | 105 | 110 |
| Binary | 11101001 | 10001000 | 11010110 | 0 | 101010 | 1000 | 1001 | 100111000 | 1000101 | 1001000 |
Color Harmonies of #E988D6
Complementary color
Monochromatic Colors of #E988D6
Black with #E988D6
Text Example
Text Example
White with #E988D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E988D6; }
p { color: rgb(233,136,214); }
H1.HeaderClassName
{
color: #E988D6;
}
.AnyTagClassName
{
color: #E988D6;
}
</style>
background-color css
<style>
a { background-color: #E988D6; }
a { background-color: rgb(233,136,214); }
div.DivClassName
{
background-color: #E988D6;
}
.BgClassName
{
background-color: #E988D6;
}
</style>
border-color css
<style>
span { border-color: #E988D6; }
span { border-color: rgb(233,136,214); }
td.TdClassName
{
border-color: #E988D6;
}
.TagClassName
{
border-color: #E988D6;
}
</style>