Shades of Plum #E38FDB
Tints of Plum #E38FDB
RGB
CMYK
RGB Variations
Color information
#E38FDB (or 0xE38FDB) is known color: Plum. HEX triplet: E3, 8F and DB. RGB value is (227,143,219). Sum of RGB (Red+Green+Blue) = 227+143+219=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 227 - color contains mainly: red. Hex color #E38FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38FDB is #1C7024. Grayscale: #B0B0B0. Windows color (decimal): -1863717 or 14389219. OLE color: 14389219.
HSL color Cylindrical-coordinate representation of color #E38FDB: hue angle of 305.71º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E38FDB is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 143 | 219 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.11 |
| HSL | 305.71º | 0.6% | 0.73% | - |
| HSV(B) | 305.71º | 0.37% | 0.89% | - |
| XYZ | 54.29 | 41.09 | 72.09 | - |
| YUV | 176.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 143 | 219 | 0 | 0.37 | 0.04 | 0.11 | 305.71 | 0.6 | 0.73 |
| Hex | E3 | 8F | DB | 0 | 25 | 4 | B | 132 | 3C | 49 |
| Octal | 343 | 217 | 333 | 0 | 45 | 4 | 13 | 462 | 74 | 111 |
| Binary | 11100011 | 10001111 | 11011011 | 0 | 100101 | 100 | 1011 | 100110010 | 111100 | 1001001 |
Color Harmonies of #E38FDB
Complementary color
Monochromatic Colors of #E38FDB
Black with #E38FDB
Text Example
Text Example
White with #E38FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38FDB; }
p { color: rgb(227,143,219); }
H1.HeaderClassName
{
color: #E38FDB;
}
.AnyTagClassName
{
color: #E38FDB;
}
</style>
background-color css
<style>
a { background-color: #E38FDB; }
a { background-color: rgb(227,143,219); }
div.DivClassName
{
background-color: #E38FDB;
}
.BgClassName
{
background-color: #E38FDB;
}
</style>
border-color css
<style>
span { border-color: #E38FDB; }
span { border-color: rgb(227,143,219); }
td.TdClassName
{
border-color: #E38FDB;
}
.TagClassName
{
border-color: #E38FDB;
}
</style>