Shades of Pale Magenta #E890D3
Tints of Pale Magenta #E890D3
RGB
CMYK
RGB Variations
Color information
#E890D3 (or 0xE890D3) is known color: Pale Magenta. HEX triplet: E8, 90 and D3. RGB value is (232,144,211). Sum of RGB (Red+Green+Blue) = 232+144+211=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 232 - color contains mainly: red. Hex color #E890D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E890D3 is #176F2C. Grayscale: #B1B1B1. Windows color (decimal): -1535789 or 13865192. OLE color: 13865192.
HSL color Cylindrical-coordinate representation of color #E890D3: hue angle of 314.32º 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 #E890D3 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 144 | 211 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.09 |
| HSL | 314.32º | 0.66% | 0.74% | - |
| HSV(B) | 314.32º | 0.38% | 0.91% | - |
| XYZ | 55.01 | 41.81 | 66.8 | - |
| YUV | 177.95 | 146.65 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 211 | 0 | 0.38 | 0.09 | 0.09 | 314.32 | 0.66 | 0.74 |
| Hex | E8 | 90 | D3 | 0 | 26 | 9 | 9 | 13A | 42 | 4A |
| Octal | 350 | 220 | 323 | 0 | 46 | 11 | 11 | 472 | 102 | 112 |
| Binary | 11101000 | 10010000 | 11010011 | 0 | 100110 | 1001 | 1001 | 100111010 | 1000010 | 1001010 |
Color Harmonies of #E890D3
Complementary color
Monochromatic Colors of #E890D3
Black with #E890D3
Text Example
Text Example
White with #E890D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E890D3; }
p { color: rgb(232,144,211); }
H1.HeaderClassName
{
color: #E890D3;
}
.AnyTagClassName
{
color: #E890D3;
}
</style>
background-color css
<style>
a { background-color: #E890D3; }
a { background-color: rgb(232,144,211); }
div.DivClassName
{
background-color: #E890D3;
}
.BgClassName
{
background-color: #E890D3;
}
</style>
border-color css
<style>
span { border-color: #E890D3; }
span { border-color: rgb(232,144,211); }
td.TdClassName
{
border-color: #E890D3;
}
.TagClassName
{
border-color: #E890D3;
}
</style>