Shades of Plum #E18BDA
Tints of Plum #E18BDA
RGB
CMYK
RGB Variations
Color information
#E18BDA (or 0xE18BDA) is known color: Plum. HEX triplet: E1, 8B and DA. RGB value is (225,139,218). Sum of RGB (Red+Green+Blue) = 225+139+218=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BDA is #1E7425. Grayscale: #ADADAD. Windows color (decimal): -1995814 or 14322657. OLE color: 14322657.
HSL color Cylindrical-coordinate representation of color #E18BDA: hue angle of 304.88º 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 #E18BDA is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 218 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.12 |
| HSL | 304.88º | 0.59% | 0.71% | - |
| HSV(B) | 304.88º | 0.38% | 0.88% | - |
| XYZ | 52.94 | 39.53 | 71.17 | - |
| YUV | 173.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 218 | 0 | 0.38 | 0.03 | 0.12 | 304.88 | 0.59 | 0.71 |
| Hex | E1 | 8B | DA | 0 | 26 | 3 | C | 131 | 3B | 47 |
| Octal | 341 | 213 | 332 | 0 | 46 | 3 | 14 | 461 | 73 | 107 |
| Binary | 11100001 | 10001011 | 11011010 | 0 | 100110 | 11 | 1100 | 100110001 | 111011 | 1000111 |
Color Harmonies of #E18BDA
Complementary color
Monochromatic Colors of #E18BDA
Black with #E18BDA
Text Example
Text Example
White with #E18BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18BDA; }
p { color: rgb(225,139,218); }
H1.HeaderClassName
{
color: #E18BDA;
}
.AnyTagClassName
{
color: #E18BDA;
}
</style>
background-color css
<style>
a { background-color: #E18BDA; }
a { background-color: rgb(225,139,218); }
div.DivClassName
{
background-color: #E18BDA;
}
.BgClassName
{
background-color: #E18BDA;
}
</style>
border-color css
<style>
span { border-color: #E18BDA; }
span { border-color: rgb(225,139,218); }
td.TdClassName
{
border-color: #E18BDA;
}
.TagClassName
{
border-color: #E18BDA;
}
</style>