Shades of Plum #E38BDB
Tints of Plum #E38BDB
RGB
CMYK
RGB Variations
Color information
#E38BDB (or 0xE38BDB) is known color: Plum. HEX triplet: E3, 8B and DB. RGB value is (227,139,219). Sum of RGB (Red+Green+Blue) = 227+139+219=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 227 - color contains mainly: red. Hex color #E38BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38BDB is #1C7424. Grayscale: #AEAEAE. Windows color (decimal): -1864741 or 14388195. OLE color: 14388195.
HSL color Cylindrical-coordinate representation of color #E38BDB: hue angle of 305.45º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E38BDB is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 139 | 219 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.11 |
| HSL | 305.45º | 0.61% | 0.72% | - |
| HSV(B) | 305.45º | 0.39% | 0.89% | - |
| XYZ | 53.7 | 39.91 | 71.89 | - |
| YUV | 174.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 139 | 219 | 0 | 0.39 | 0.04 | 0.11 | 305.45 | 0.61 | 0.72 |
| Hex | E3 | 8B | DB | 0 | 27 | 4 | B | 131 | 3D | 48 |
| Octal | 343 | 213 | 333 | 0 | 47 | 4 | 13 | 461 | 75 | 110 |
| Binary | 11100011 | 10001011 | 11011011 | 0 | 100111 | 100 | 1011 | 100110001 | 111101 | 1001000 |
Color Harmonies of #E38BDB
Complementary color
Monochromatic Colors of #E38BDB
Black with #E38BDB
Text Example
Text Example
White with #E38BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38BDB; }
p { color: rgb(227,139,219); }
H1.HeaderClassName
{
color: #E38BDB;
}
.AnyTagClassName
{
color: #E38BDB;
}
</style>
background-color css
<style>
a { background-color: #E38BDB; }
a { background-color: rgb(227,139,219); }
div.DivClassName
{
background-color: #E38BDB;
}
.BgClassName
{
background-color: #E38BDB;
}
</style>
border-color css
<style>
span { border-color: #E38BDB; }
span { border-color: rgb(227,139,219); }
td.TdClassName
{
border-color: #E38BDB;
}
.TagClassName
{
border-color: #E38BDB;
}
</style>