Shades of Plum #E18BDE
Tints of Plum #E18BDE
RGB
CMYK
RGB Variations
Color information
#E18BDE (or 0xE18BDE) is known color: Plum. HEX triplet: E1, 8B and DE. RGB value is (225,139,222). Sum of RGB (Red+Green+Blue) = 225+139+222=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BDE is #1E7421. Grayscale: #ADADAD. Windows color (decimal): -1995810 or 14584801. OLE color: 14584801.
HSL color Cylindrical-coordinate representation of color #E18BDE: hue angle of 302.09º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18BDE is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 222 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.12 |
| HSL | 302.09º | 0.59% | 0.71% | - |
| HSV(B) | 302.09º | 0.38% | 0.88% | - |
| XYZ | 53.47 | 39.75 | 73.96 | - |
| YUV | 174.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 222 | 0 | 0.38 | 0.01 | 0.12 | 302.09 | 0.59 | 0.71 |
| Hex | E1 | 8B | DE | 0 | 26 | 1 | C | 12E | 3B | 47 |
| Octal | 341 | 213 | 336 | 0 | 46 | 1 | 14 | 456 | 73 | 107 |
| Binary | 11100001 | 10001011 | 11011110 | 0 | 100110 | 1 | 1100 | 100101110 | 111011 | 1000111 |
Color Harmonies of #E18BDE
Complementary color
Monochromatic Colors of #E18BDE
Black with #E18BDE
Text Example
Text Example
White with #E18BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18BDE; }
p { color: rgb(225,139,222); }
H1.HeaderClassName
{
color: #E18BDE;
}
.AnyTagClassName
{
color: #E18BDE;
}
</style>
background-color css
<style>
a { background-color: #E18BDE; }
a { background-color: rgb(225,139,222); }
div.DivClassName
{
background-color: #E18BDE;
}
.BgClassName
{
background-color: #E18BDE;
}
</style>
border-color css
<style>
span { border-color: #E18BDE; }
span { border-color: rgb(225,139,222); }
td.TdClassName
{
border-color: #E18BDE;
}
.TagClassName
{
border-color: #E18BDE;
}
</style>