Shades of Plum #E18ED8
Tints of Plum #E18ED8
RGB
CMYK
RGB Variations
Color information
#E18ED8 (or 0xE18ED8) is known color: Plum. HEX triplet: E1, 8E and D8. RGB value is (225,142,216). Sum of RGB (Red+Green+Blue) = 225+142+216=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ED8 is #1E7127. Grayscale: #AFAFAF. Windows color (decimal): -1995048 or 14192353. OLE color: 14192353.
HSL color Cylindrical-coordinate representation of color #E18ED8: hue angle of 306.51º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E18ED8 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 142 | 216 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.12 |
| HSL | 306.51º | 0.58% | 0.72% | - |
| HSV(B) | 306.51º | 0.37% | 0.88% | - |
| XYZ | 53.12 | 40.31 | 69.95 | - |
| YUV | 175.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 216 | 0 | 0.37 | 0.04 | 0.12 | 306.51 | 0.58 | 0.72 |
| Hex | E1 | 8E | D8 | 0 | 25 | 4 | C | 133 | 3A | 48 |
| Octal | 341 | 216 | 330 | 0 | 45 | 4 | 14 | 463 | 72 | 110 |
| Binary | 11100001 | 10001110 | 11011000 | 0 | 100101 | 100 | 1100 | 100110011 | 111010 | 1001000 |
Color Harmonies of #E18ED8
Complementary color
Monochromatic Colors of #E18ED8
Black with #E18ED8
Text Example
Text Example
White with #E18ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18ED8; }
p { color: rgb(225,142,216); }
H1.HeaderClassName
{
color: #E18ED8;
}
.AnyTagClassName
{
color: #E18ED8;
}
</style>
background-color css
<style>
a { background-color: #E18ED8; }
a { background-color: rgb(225,142,216); }
div.DivClassName
{
background-color: #E18ED8;
}
.BgClassName
{
background-color: #E18ED8;
}
</style>
border-color css
<style>
span { border-color: #E18ED8; }
span { border-color: rgb(225,142,216); }
td.TdClassName
{
border-color: #E18ED8;
}
.TagClassName
{
border-color: #E18ED8;
}
</style>