Shades of Plum #E890DC
Tints of Plum #E890DC
RGB
CMYK
RGB Variations
Color information
#E890DC (or 0xE890DC) is known color: Plum. HEX triplet: E8, 90 and DC. RGB value is (232,144,220). Sum of RGB (Red+Green+Blue) = 232+144+220=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E890DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E890DC is #176F23. Grayscale: #B2B2B2. Windows color (decimal): -1535780 or 14455016. OLE color: 14455016.
HSL color Cylindrical-coordinate representation of color #E890DC: hue angle of 308.18º 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 #E890DC is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 144 | 220 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.09 |
| HSL | 308.18º | 0.66% | 0.74% | - |
| HSV(B) | 308.18º | 0.38% | 0.91% | - |
| XYZ | 56.17 | 42.27 | 72.91 | - |
| YUV | 178.98 | 151.15 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 220 | 0 | 0.38 | 0.05 | 0.09 | 308.18 | 0.66 | 0.74 |
| Hex | E8 | 90 | DC | 0 | 26 | 5 | 9 | 134 | 42 | 4A |
| Octal | 350 | 220 | 334 | 0 | 46 | 5 | 11 | 464 | 102 | 112 |
| Binary | 11101000 | 10010000 | 11011100 | 0 | 100110 | 101 | 1001 | 100110100 | 1000010 | 1001010 |
Color Harmonies of #E890DC
Complementary color
Monochromatic Colors of #E890DC
Black with #E890DC
Text Example
Text Example
White with #E890DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E890DC; }
p { color: rgb(232,144,220); }
H1.HeaderClassName
{
color: #E890DC;
}
.AnyTagClassName
{
color: #E890DC;
}
</style>
background-color css
<style>
a { background-color: #E890DC; }
a { background-color: rgb(232,144,220); }
div.DivClassName
{
background-color: #E890DC;
}
.BgClassName
{
background-color: #E890DC;
}
</style>
border-color css
<style>
span { border-color: #E890DC; }
span { border-color: rgb(232,144,220); }
td.TdClassName
{
border-color: #E890DC;
}
.TagClassName
{
border-color: #E890DC;
}
</style>