Shades of Plum #E18EDD
Tints of Plum #E18EDD
RGB
CMYK
RGB Variations
Color information
#E18EDD (or 0xE18EDD) is known color: Plum. HEX triplet: E1, 8E and DD. RGB value is (225,142,221). Sum of RGB (Red+Green+Blue) = 225+142+221=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E18EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18EDD is #1E7122. Grayscale: #AFAFAF. Windows color (decimal): -1995043 or 14520033. OLE color: 14520033.
HSL color Cylindrical-coordinate representation of color #E18EDD: hue angle of 302.89º 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 #E18EDD is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 142 | 221 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.12 |
| HSL | 302.89º | 0.58% | 0.72% | - |
| HSV(B) | 302.89º | 0.37% | 0.88% | - |
| XYZ | 53.78 | 40.57 | 73.4 | - |
| YUV | 175.82 | 153.5 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 221 | 0 | 0.37 | 0.02 | 0.12 | 302.89 | 0.58 | 0.72 |
| Hex | E1 | 8E | DD | 0 | 25 | 2 | C | 12F | 3A | 48 |
| Octal | 341 | 216 | 335 | 0 | 45 | 2 | 14 | 457 | 72 | 110 |
| Binary | 11100001 | 10001110 | 11011101 | 0 | 100101 | 10 | 1100 | 100101111 | 111010 | 1001000 |
Color Harmonies of #E18EDD
Complementary color
Monochromatic Colors of #E18EDD
Black with #E18EDD
Text Example
Text Example
White with #E18EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18EDD; }
p { color: rgb(225,142,221); }
H1.HeaderClassName
{
color: #E18EDD;
}
.AnyTagClassName
{
color: #E18EDD;
}
</style>
background-color css
<style>
a { background-color: #E18EDD; }
a { background-color: rgb(225,142,221); }
div.DivClassName
{
background-color: #E18EDD;
}
.BgClassName
{
background-color: #E18EDD;
}
</style>
border-color css
<style>
span { border-color: #E18EDD; }
span { border-color: rgb(225,142,221); }
td.TdClassName
{
border-color: #E18EDD;
}
.TagClassName
{
border-color: #E18EDD;
}
</style>