Shades of Plum #E18ED7
Tints of Plum #E18ED7
RGB
CMYK
RGB Variations
Color information
#E18ED7 (or 0xE18ED7) is known color: Plum. HEX triplet: E1, 8E and D7. RGB value is (225,142,215). Sum of RGB (Red+Green+Blue) = 225+142+215=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ED7 is #1E7128. Grayscale: #AEAEAE. Windows color (decimal): -1995049 or 14126817. OLE color: 14126817.
HSL color Cylindrical-coordinate representation of color #E18ED7: hue angle of 307.23º 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 #E18ED7 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 142 | 215 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.12 |
| HSL | 307.23º | 0.58% | 0.72% | - |
| HSV(B) | 307.23º | 0.37% | 0.88% | - |
| XYZ | 52.99 | 40.26 | 69.27 | - |
| YUV | 175.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 215 | 0 | 0.37 | 0.04 | 0.12 | 307.23 | 0.58 | 0.72 |
| Hex | E1 | 8E | D7 | 0 | 25 | 4 | C | 133 | 3A | 48 |
| Octal | 341 | 216 | 327 | 0 | 45 | 4 | 14 | 463 | 72 | 110 |
| Binary | 11100001 | 10001110 | 11010111 | 0 | 100101 | 100 | 1100 | 100110011 | 111010 | 1001000 |
Color Harmonies of #E18ED7
Complementary color
Monochromatic Colors of #E18ED7
Black with #E18ED7
Text Example
Text Example
White with #E18ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18ED7; }
p { color: rgb(225,142,215); }
H1.HeaderClassName
{
color: #E18ED7;
}
.AnyTagClassName
{
color: #E18ED7;
}
</style>
background-color css
<style>
a { background-color: #E18ED7; }
a { background-color: rgb(225,142,215); }
div.DivClassName
{
background-color: #E18ED7;
}
.BgClassName
{
background-color: #E18ED7;
}
</style>
border-color css
<style>
span { border-color: #E18ED7; }
span { border-color: rgb(225,142,215); }
td.TdClassName
{
border-color: #E18ED7;
}
.TagClassName
{
border-color: #E18ED7;
}
</style>