Shades of Plum #E18FDB
Tints of Plum #E18FDB
RGB
CMYK
RGB Variations
Color information
#E18FDB (or 0xE18FDB) is known color: Plum. HEX triplet: E1, 8F and DB. RGB value is (225,143,219). Sum of RGB (Red+Green+Blue) = 225+143+219=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18FDB is #1E7024. Grayscale: #AFAFAF. Windows color (decimal): -1994789 or 14389217. OLE color: 14389217.
HSL color Cylindrical-coordinate representation of color #E18FDB: hue angle of 304.39º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E18FDB is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 219 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.12 |
| HSL | 304.39º | 0.58% | 0.72% | - |
| HSV(B) | 304.39º | 0.36% | 0.88% | - |
| XYZ | 53.66 | 40.77 | 72.06 | - |
| YUV | 176.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 219 | 0 | 0.36 | 0.03 | 0.12 | 304.39 | 0.58 | 0.72 |
| Hex | E1 | 8F | DB | 0 | 24 | 3 | C | 130 | 3A | 48 |
| Octal | 341 | 217 | 333 | 0 | 44 | 3 | 14 | 460 | 72 | 110 |
| Binary | 11100001 | 10001111 | 11011011 | 0 | 100100 | 11 | 1100 | 100110000 | 111010 | 1001000 |
Color Harmonies of #E18FDB
Complementary color
Monochromatic Colors of #E18FDB
Black with #E18FDB
Text Example
Text Example
White with #E18FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18FDB; }
p { color: rgb(225,143,219); }
H1.HeaderClassName
{
color: #E18FDB;
}
.AnyTagClassName
{
color: #E18FDB;
}
</style>
background-color css
<style>
a { background-color: #E18FDB; }
a { background-color: rgb(225,143,219); }
div.DivClassName
{
background-color: #E18FDB;
}
.BgClassName
{
background-color: #E18FDB;
}
</style>
border-color css
<style>
span { border-color: #E18FDB; }
span { border-color: rgb(225,143,219); }
td.TdClassName
{
border-color: #E18FDB;
}
.TagClassName
{
border-color: #E18FDB;
}
</style>