Shades of Pale Magenta #E890D8
Tints of Pale Magenta #E890D8
RGB
CMYK
RGB Variations
Color information
#E890D8 (or 0xE890D8) is known color: Pale Magenta. HEX triplet: E8, 90 and D8. RGB value is (232,144,216). Sum of RGB (Red+Green+Blue) = 232+144+216=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 232 - color contains mainly: red. Hex color #E890D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E890D8 is #176F27. Grayscale: #B2B2B2. Windows color (decimal): -1535784 or 14192872. OLE color: 14192872.
HSL color Cylindrical-coordinate representation of color #E890D8: hue angle of 310.91º 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 #E890D8 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 144 | 216 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.09 |
| HSL | 310.91º | 0.66% | 0.74% | - |
| HSV(B) | 310.91º | 0.38% | 0.91% | - |
| XYZ | 55.65 | 42.06 | 70.15 | - |
| YUV | 178.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 216 | 0 | 0.38 | 0.07 | 0.09 | 310.91 | 0.66 | 0.74 |
| Hex | E8 | 90 | D8 | 0 | 26 | 7 | 9 | 137 | 42 | 4A |
| Octal | 350 | 220 | 330 | 0 | 46 | 7 | 11 | 467 | 102 | 112 |
| Binary | 11101000 | 10010000 | 11011000 | 0 | 100110 | 111 | 1001 | 100110111 | 1000010 | 1001010 |
Color Harmonies of #E890D8
Complementary color
Monochromatic Colors of #E890D8
Black with #E890D8
Text Example
Text Example
White with #E890D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E890D8; }
p { color: rgb(232,144,216); }
H1.HeaderClassName
{
color: #E890D8;
}
.AnyTagClassName
{
color: #E890D8;
}
</style>
background-color css
<style>
a { background-color: #E890D8; }
a { background-color: rgb(232,144,216); }
div.DivClassName
{
background-color: #E890D8;
}
.BgClassName
{
background-color: #E890D8;
}
</style>
border-color css
<style>
span { border-color: #E890D8; }
span { border-color: rgb(232,144,216); }
td.TdClassName
{
border-color: #E890D8;
}
.TagClassName
{
border-color: #E890D8;
}
</style>