Shades of Pale Magenta #E890DB
Tints of Pale Magenta #E890DB
RGB
CMYK
RGB Variations
Color information
#E890DB (or 0xE890DB) is known color: Pale Magenta. HEX triplet: E8, 90 and DB. RGB value is (232,144,219). Sum of RGB (Red+Green+Blue) = 232+144+219=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E890DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E890DB is #176F24. Grayscale: #B2B2B2. Windows color (decimal): -1535781 or 14389480. OLE color: 14389480.
HSL color Cylindrical-coordinate representation of color #E890DB: hue angle of 308.86º degrees, saturation: 0.66, 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 #E890DB is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 144 | 219 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.09 |
| HSL | 308.86º | 0.66% | 0.74% | - |
| HSV(B) | 308.86º | 0.38% | 0.91% | - |
| XYZ | 56.04 | 42.22 | 72.21 | - |
| YUV | 178.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 219 | 0 | 0.38 | 0.06 | 0.09 | 308.86 | 0.66 | 0.74 |
| Hex | E8 | 90 | DB | 0 | 26 | 6 | 9 | 135 | 42 | 4A |
| Octal | 350 | 220 | 333 | 0 | 46 | 6 | 11 | 465 | 102 | 112 |
| Binary | 11101000 | 10010000 | 11011011 | 0 | 100110 | 110 | 1001 | 100110101 | 1000010 | 1001010 |
Color Harmonies of #E890DB
Complementary color
Monochromatic Colors of #E890DB
Black with #E890DB
Text Example
Text Example
White with #E890DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E890DB; }
p { color: rgb(232,144,219); }
H1.HeaderClassName
{
color: #E890DB;
}
.AnyTagClassName
{
color: #E890DB;
}
</style>
background-color css
<style>
a { background-color: #E890DB; }
a { background-color: rgb(232,144,219); }
div.DivClassName
{
background-color: #E890DB;
}
.BgClassName
{
background-color: #E890DB;
}
</style>
border-color css
<style>
span { border-color: #E890DB; }
span { border-color: rgb(232,144,219); }
td.TdClassName
{
border-color: #E890DB;
}
.TagClassName
{
border-color: #E890DB;
}
</style>