Shades of Plum #E38BDC
Tints of Plum #E38BDC
RGB
CMYK
RGB Variations
Color information
#E38BDC (or 0xE38BDC) is known color: Plum. HEX triplet: E3, 8B and DC. RGB value is (227,139,220). Sum of RGB (Red+Green+Blue) = 227+139+220=586 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.74% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 227 - color contains mainly: red. Hex color #E38BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38BDC is #1C7423. Grayscale: #AEAEAE. Windows color (decimal): -1864740 or 14453731. OLE color: 14453731.
HSL color Cylindrical-coordinate representation of color #E38BDC: hue angle of 304.77º 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 #E38BDC is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 139 | 220 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.11 |
| HSL | 304.77º | 0.61% | 0.72% | - |
| HSV(B) | 304.77º | 0.39% | 0.89% | - |
| XYZ | 53.83 | 39.96 | 72.59 | - |
| YUV | 174.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 139 | 220 | 0 | 0.39 | 0.03 | 0.11 | 304.77 | 0.61 | 0.72 |
| Hex | E3 | 8B | DC | 0 | 27 | 3 | B | 131 | 3D | 48 |
| Octal | 343 | 213 | 334 | 0 | 47 | 3 | 13 | 461 | 75 | 110 |
| Binary | 11100011 | 10001011 | 11011100 | 0 | 100111 | 11 | 1011 | 100110001 | 111101 | 1001000 |
Color Harmonies of #E38BDC
Complementary color
Monochromatic Colors of #E38BDC
Black with #E38BDC
Text Example
Text Example
White with #E38BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38BDC; }
p { color: rgb(227,139,220); }
H1.HeaderClassName
{
color: #E38BDC;
}
.AnyTagClassName
{
color: #E38BDC;
}
</style>
background-color css
<style>
a { background-color: #E38BDC; }
a { background-color: rgb(227,139,220); }
div.DivClassName
{
background-color: #E38BDC;
}
.BgClassName
{
background-color: #E38BDC;
}
</style>
border-color css
<style>
span { border-color: #E38BDC; }
span { border-color: rgb(227,139,220); }
td.TdClassName
{
border-color: #E38BDC;
}
.TagClassName
{
border-color: #E38BDC;
}
</style>