Shades of Plum #E38EDC
Tints of Plum #E38EDC
RGB
CMYK
RGB Variations
Color information
#E38EDC (or 0xE38EDC) is known color: Plum. HEX triplet: E3, 8E and DC. RGB value is (227,142,220). Sum of RGB (Red+Green+Blue) = 227+142+220=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 227 - color contains mainly: red. Hex color #E38EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38EDC is #1C7123. Grayscale: #B0B0B0. Windows color (decimal): -1863972 or 14454499. OLE color: 14454499.
HSL color Cylindrical-coordinate representation of color #E38EDC: hue angle of 304.94º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E38EDC is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 220 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.11 |
| HSL | 304.94º | 0.6% | 0.72% | - |
| HSV(B) | 304.94º | 0.37% | 0.89% | - |
| XYZ | 54.27 | 40.84 | 72.73 | - |
| YUV | 176.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 220 | 0 | 0.37 | 0.03 | 0.11 | 304.94 | 0.6 | 0.72 |
| Hex | E3 | 8E | DC | 0 | 25 | 3 | B | 131 | 3C | 48 |
| Octal | 343 | 216 | 334 | 0 | 45 | 3 | 13 | 461 | 74 | 110 |
| Binary | 11100011 | 10001110 | 11011100 | 0 | 100101 | 11 | 1011 | 100110001 | 111100 | 1001000 |
Color Harmonies of #E38EDC
Complementary color
Monochromatic Colors of #E38EDC
Black with #E38EDC
Text Example
Text Example
White with #E38EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38EDC; }
p { color: rgb(227,142,220); }
H1.HeaderClassName
{
color: #E38EDC;
}
.AnyTagClassName
{
color: #E38EDC;
}
</style>
background-color css
<style>
a { background-color: #E38EDC; }
a { background-color: rgb(227,142,220); }
div.DivClassName
{
background-color: #E38EDC;
}
.BgClassName
{
background-color: #E38EDC;
}
</style>
border-color css
<style>
span { border-color: #E38EDC; }
span { border-color: rgb(227,142,220); }
td.TdClassName
{
border-color: #E38EDC;
}
.TagClassName
{
border-color: #E38EDC;
}
</style>