Shades of Plum #E18EDA
Tints of Plum #E18EDA
RGB
CMYK
RGB Variations
Color information
#E18EDA (or 0xE18EDA) is known color: Plum. HEX triplet: E1, 8E and DA. RGB value is (225,142,218). Sum of RGB (Red+Green+Blue) = 225+142+218=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E18EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18EDA is #1E7125. Grayscale: #AFAFAF. Windows color (decimal): -1995046 or 14323425. OLE color: 14323425.
HSL color Cylindrical-coordinate representation of color #E18EDA: hue angle of 305.06º 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 #E18EDA is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 142 | 218 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.12 |
| HSL | 305.06º | 0.58% | 0.72% | - |
| HSV(B) | 305.06º | 0.37% | 0.88% | - |
| XYZ | 53.38 | 40.42 | 71.32 | - |
| YUV | 175.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 218 | 0 | 0.37 | 0.03 | 0.12 | 305.06 | 0.58 | 0.72 |
| Hex | E1 | 8E | DA | 0 | 25 | 3 | C | 131 | 3A | 48 |
| Octal | 341 | 216 | 332 | 0 | 45 | 3 | 14 | 461 | 72 | 110 |
| Binary | 11100001 | 10001110 | 11011010 | 0 | 100101 | 11 | 1100 | 100110001 | 111010 | 1001000 |
Color Harmonies of #E18EDA
Complementary color
Monochromatic Colors of #E18EDA
Black with #E18EDA
Text Example
Text Example
White with #E18EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18EDA; }
p { color: rgb(225,142,218); }
H1.HeaderClassName
{
color: #E18EDA;
}
.AnyTagClassName
{
color: #E18EDA;
}
</style>
background-color css
<style>
a { background-color: #E18EDA; }
a { background-color: rgb(225,142,218); }
div.DivClassName
{
background-color: #E18EDA;
}
.BgClassName
{
background-color: #E18EDA;
}
</style>
border-color css
<style>
span { border-color: #E18EDA; }
span { border-color: rgb(225,142,218); }
td.TdClassName
{
border-color: #E18EDA;
}
.TagClassName
{
border-color: #E18EDA;
}
</style>