Shades of Plum #E890DE
Tints of Plum #E890DE
RGB
CMYK
RGB Variations
Color information
#E890DE (or 0xE890DE) is known color: Plum. HEX triplet: E8, 90 and DE. RGB value is (232,144,222). Sum of RGB (Red+Green+Blue) = 232+144+222=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E890DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E890DE is #176F21. Grayscale: #B2B2B2. Windows color (decimal): -1535778 or 14586088. OLE color: 14586088.
HSL color Cylindrical-coordinate representation of color #E890DE: hue angle of 306.82º 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 #E890DE is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 144 | 222 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.09 |
| HSL | 306.82º | 0.66% | 0.74% | - |
| HSV(B) | 306.82º | 0.38% | 0.91% | - |
| XYZ | 56.44 | 42.38 | 74.31 | - |
| YUV | 179.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 222 | 0 | 0.38 | 0.04 | 0.09 | 306.82 | 0.66 | 0.74 |
| Hex | E8 | 90 | DE | 0 | 26 | 4 | 9 | 133 | 42 | 4A |
| Octal | 350 | 220 | 336 | 0 | 46 | 4 | 11 | 463 | 102 | 112 |
| Binary | 11101000 | 10010000 | 11011110 | 0 | 100110 | 100 | 1001 | 100110011 | 1000010 | 1001010 |
Color Harmonies of #E890DE
Complementary color
Monochromatic Colors of #E890DE
Black with #E890DE
Text Example
Text Example
White with #E890DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E890DE; }
p { color: rgb(232,144,222); }
H1.HeaderClassName
{
color: #E890DE;
}
.AnyTagClassName
{
color: #E890DE;
}
</style>
background-color css
<style>
a { background-color: #E890DE; }
a { background-color: rgb(232,144,222); }
div.DivClassName
{
background-color: #E890DE;
}
.BgClassName
{
background-color: #E890DE;
}
</style>
border-color css
<style>
span { border-color: #E890DE; }
span { border-color: rgb(232,144,222); }
td.TdClassName
{
border-color: #E890DE;
}
.TagClassName
{
border-color: #E890DE;
}
</style>