Shades of Pale Magenta #E990DB
Tints of Pale Magenta #E990DB
RGB
CMYK
RGB Variations
Color information
#E990DB (or 0xE990DB) is known color: Pale Magenta. HEX triplet: E9, 90 and DB. RGB value is (233,144,219). Sum of RGB (Red+Green+Blue) = 233+144+219=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 233 - color contains mainly: red. Hex color #E990DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990DB is #166F24. Grayscale: #B2B2B2. Windows color (decimal): -1470245 or 14389481. OLE color: 14389481.
HSL color Cylindrical-coordinate representation of color #E990DB: hue angle of 309.44º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E990DB is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 219 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.09 |
| HSL | 309.44º | 0.67% | 0.74% | - |
| HSV(B) | 309.44º | 0.38% | 0.91% | - |
| XYZ | 56.36 | 42.38 | 72.23 | - |
| YUV | 179.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 219 | 0 | 0.38 | 0.06 | 0.09 | 309.44 | 0.67 | 0.74 |
| Hex | E9 | 90 | DB | 0 | 26 | 6 | 9 | 135 | 43 | 4A |
| Octal | 351 | 220 | 333 | 0 | 46 | 6 | 11 | 465 | 103 | 112 |
| Binary | 11101001 | 10010000 | 11011011 | 0 | 100110 | 110 | 1001 | 100110101 | 1000011 | 1001010 |
Color Harmonies of #E990DB
Complementary color
Monochromatic Colors of #E990DB
Black with #E990DB
Text Example
Text Example
White with #E990DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990DB; }
p { color: rgb(233,144,219); }
H1.HeaderClassName
{
color: #E990DB;
}
.AnyTagClassName
{
color: #E990DB;
}
</style>
background-color css
<style>
a { background-color: #E990DB; }
a { background-color: rgb(233,144,219); }
div.DivClassName
{
background-color: #E990DB;
}
.BgClassName
{
background-color: #E990DB;
}
</style>
border-color css
<style>
span { border-color: #E990DB; }
span { border-color: rgb(233,144,219); }
td.TdClassName
{
border-color: #E990DB;
}
.TagClassName
{
border-color: #E990DB;
}
</style>