Shades of Pale Magenta #E890D7
Tints of Pale Magenta #E890D7
RGB
CMYK
RGB Variations
Color information
#E890D7 (or 0xE890D7) is known color: Pale Magenta. HEX triplet: E8, 90 and D7. RGB value is (232,144,215). Sum of RGB (Red+Green+Blue) = 232+144+215=591 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.26% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 232 - color contains mainly: red. Hex color #E890D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E890D7 is #176F28. Grayscale: #B2B2B2. Windows color (decimal): -1535785 or 14127336. OLE color: 14127336.
HSL color Cylindrical-coordinate representation of color #E890D7: hue angle of 311.59º 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 #E890D7 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 144 | 215 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.09 |
| HSL | 311.59º | 0.66% | 0.74% | - |
| HSV(B) | 311.59º | 0.38% | 0.91% | - |
| XYZ | 55.52 | 42.01 | 69.47 | - |
| YUV | 178.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 215 | 0 | 0.38 | 0.07 | 0.09 | 311.59 | 0.66 | 0.74 |
| Hex | E8 | 90 | D7 | 0 | 26 | 7 | 9 | 138 | 42 | 4A |
| Octal | 350 | 220 | 327 | 0 | 46 | 7 | 11 | 470 | 102 | 112 |
| Binary | 11101000 | 10010000 | 11010111 | 0 | 100110 | 111 | 1001 | 100111000 | 1000010 | 1001010 |
Color Harmonies of #E890D7
Complementary color
Monochromatic Colors of #E890D7
Black with #E890D7
Text Example
Text Example
White with #E890D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E890D7; }
p { color: rgb(232,144,215); }
H1.HeaderClassName
{
color: #E890D7;
}
.AnyTagClassName
{
color: #E890D7;
}
</style>
background-color css
<style>
a { background-color: #E890D7; }
a { background-color: rgb(232,144,215); }
div.DivClassName
{
background-color: #E890D7;
}
.BgClassName
{
background-color: #E890D7;
}
</style>
border-color css
<style>
span { border-color: #E890D7; }
span { border-color: rgb(232,144,215); }
td.TdClassName
{
border-color: #E890D7;
}
.TagClassName
{
border-color: #E890D7;
}
</style>