Shades of Pale Magenta #E989DB
Tints of Pale Magenta #E989DB
RGB
CMYK
RGB Variations
Color information
#E989DB (or 0xE989DB) is known color: Pale Magenta. HEX triplet: E9, 89 and DB. RGB value is (233,137,219). Sum of RGB (Red+Green+Blue) = 233+137+219=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 137 (53.91% from 255 or 23.26% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E989DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E989DB is #167624. Grayscale: #AEAEAE. Windows color (decimal): -1472037 or 14387689. OLE color: 14387689.
HSL color Cylindrical-coordinate representation of color #E989DB: hue angle of 308.75º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E989DB is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 137 | 219 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.09 |
| HSL | 308.75º | 0.69% | 0.73% | - |
| HSV(B) | 308.75º | 0.41% | 0.91% | - |
| XYZ | 55.34 | 40.33 | 71.89 | - |
| YUV | 175.05 | 152.8 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 137 | 219 | 0 | 0.41 | 0.06 | 0.09 | 308.75 | 0.69 | 0.73 |
| Hex | E9 | 89 | DB | 0 | 29 | 6 | 9 | 135 | 45 | 49 |
| Octal | 351 | 211 | 333 | 0 | 51 | 6 | 11 | 465 | 105 | 111 |
| Binary | 11101001 | 10001001 | 11011011 | 0 | 101001 | 110 | 1001 | 100110101 | 1000101 | 1001001 |
Color Harmonies of #E989DB
Complementary color
Monochromatic Colors of #E989DB
Black with #E989DB
Text Example
Text Example
White with #E989DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E989DB; }
p { color: rgb(233,137,219); }
H1.HeaderClassName
{
color: #E989DB;
}
.AnyTagClassName
{
color: #E989DB;
}
</style>
background-color css
<style>
a { background-color: #E989DB; }
a { background-color: rgb(233,137,219); }
div.DivClassName
{
background-color: #E989DB;
}
.BgClassName
{
background-color: #E989DB;
}
</style>
border-color css
<style>
span { border-color: #E989DB; }
span { border-color: rgb(233,137,219); }
td.TdClassName
{
border-color: #E989DB;
}
.TagClassName
{
border-color: #E989DB;
}
</style>