Shades of Plum #E18BDF
Tints of Plum #E18BDF
RGB
CMYK
RGB Variations
Color information
#E18BDF (or 0xE18BDF) is known color: Plum. HEX triplet: E1, 8B and DF. RGB value is (225,139,223). Sum of RGB (Red+Green+Blue) = 225+139+223=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BDF is #1E7420. Grayscale: #AEAEAE. Windows color (decimal): -1995809 or 14650337. OLE color: 14650337.
HSL color Cylindrical-coordinate representation of color #E18BDF: hue angle of 301.4º 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 #E18BDF is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 223 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.12 |
| HSL | 301.4º | 0.59% | 0.71% | - |
| HSV(B) | 301.4º | 0.38% | 0.88% | - |
| XYZ | 53.6 | 39.8 | 74.67 | - |
| YUV | 174.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 223 | 0 | 0.38 | 0.01 | 0.12 | 301.4 | 0.59 | 0.71 |
| Hex | E1 | 8B | DF | 0 | 26 | 1 | C | 12D | 3B | 47 |
| Octal | 341 | 213 | 337 | 0 | 46 | 1 | 14 | 455 | 73 | 107 |
| Binary | 11100001 | 10001011 | 11011111 | 0 | 100110 | 1 | 1100 | 100101101 | 111011 | 1000111 |
Color Harmonies of #E18BDF
Complementary color
Monochromatic Colors of #E18BDF
Black with #E18BDF
Text Example
Text Example
White with #E18BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18BDF; }
p { color: rgb(225,139,223); }
H1.HeaderClassName
{
color: #E18BDF;
}
.AnyTagClassName
{
color: #E18BDF;
}
</style>
background-color css
<style>
a { background-color: #E18BDF; }
a { background-color: rgb(225,139,223); }
div.DivClassName
{
background-color: #E18BDF;
}
.BgClassName
{
background-color: #E18BDF;
}
</style>
border-color css
<style>
span { border-color: #E18BDF; }
span { border-color: rgb(225,139,223); }
td.TdClassName
{
border-color: #E18BDF;
}
.TagClassName
{
border-color: #E18BDF;
}
</style>