Shades of Pale Magenta #E890D9
Tints of Pale Magenta #E890D9
RGB
CMYK
RGB Variations
Color information
#E890D9 (or 0xE890D9) is known color: Pale Magenta. HEX triplet: E8, 90 and D9. RGB value is (232,144,217). Sum of RGB (Red+Green+Blue) = 232+144+217=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E890D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E890D9 is #176F26. Grayscale: #B2B2B2. Windows color (decimal): -1535783 or 14258408. OLE color: 14258408.
HSL color Cylindrical-coordinate representation of color #E890D9: hue angle of 310.23º 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 #E890D9 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 144 | 217 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.09 |
| HSL | 310.23º | 0.66% | 0.74% | - |
| HSV(B) | 310.23º | 0.38% | 0.91% | - |
| XYZ | 55.78 | 42.11 | 70.83 | - |
| YUV | 178.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 217 | 0 | 0.38 | 0.06 | 0.09 | 310.23 | 0.66 | 0.74 |
| Hex | E8 | 90 | D9 | 0 | 26 | 6 | 9 | 136 | 42 | 4A |
| Octal | 350 | 220 | 331 | 0 | 46 | 6 | 11 | 466 | 102 | 112 |
| Binary | 11101000 | 10010000 | 11011001 | 0 | 100110 | 110 | 1001 | 100110110 | 1000010 | 1001010 |
Color Harmonies of #E890D9
Complementary color
Monochromatic Colors of #E890D9
Black with #E890D9
Text Example
Text Example
White with #E890D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E890D9; }
p { color: rgb(232,144,217); }
H1.HeaderClassName
{
color: #E890D9;
}
.AnyTagClassName
{
color: #E890D9;
}
</style>
background-color css
<style>
a { background-color: #E890D9; }
a { background-color: rgb(232,144,217); }
div.DivClassName
{
background-color: #E890D9;
}
.BgClassName
{
background-color: #E890D9;
}
</style>
border-color css
<style>
span { border-color: #E890D9; }
span { border-color: rgb(232,144,217); }
td.TdClassName
{
border-color: #E890D9;
}
.TagClassName
{
border-color: #E890D9;
}
</style>