Shades of Plum #E38CDE
Tints of Plum #E38CDE
RGB
CMYK
RGB Variations
Color information
#E38CDE (or 0xE38CDE) is known color: Plum. HEX triplet: E3, 8C and DE. RGB value is (227,140,222). Sum of RGB (Red+Green+Blue) = 227+140+222=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 227 - color contains mainly: red. Hex color #E38CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38CDE is #1C7321. Grayscale: #AFAFAF. Windows color (decimal): -1864482 or 14585059. OLE color: 14585059.
HSL color Cylindrical-coordinate representation of color #E38CDE: hue angle of 303.45º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E38CDE is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 140 | 222 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.11 |
| HSL | 303.45º | 0.61% | 0.72% | - |
| HSV(B) | 303.45º | 0.38% | 0.89% | - |
| XYZ | 54.24 | 40.36 | 74.04 | - |
| YUV | 175.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 140 | 222 | 0 | 0.38 | 0.02 | 0.11 | 303.45 | 0.61 | 0.72 |
| Hex | E3 | 8C | DE | 0 | 26 | 2 | B | 12F | 3D | 48 |
| Octal | 343 | 214 | 336 | 0 | 46 | 2 | 13 | 457 | 75 | 110 |
| Binary | 11100011 | 10001100 | 11011110 | 0 | 100110 | 10 | 1011 | 100101111 | 111101 | 1001000 |
Color Harmonies of #E38CDE
Complementary color
Monochromatic Colors of #E38CDE
Black with #E38CDE
Text Example
Text Example
White with #E38CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38CDE; }
p { color: rgb(227,140,222); }
H1.HeaderClassName
{
color: #E38CDE;
}
.AnyTagClassName
{
color: #E38CDE;
}
</style>
background-color css
<style>
a { background-color: #E38CDE; }
a { background-color: rgb(227,140,222); }
div.DivClassName
{
background-color: #E38CDE;
}
.BgClassName
{
background-color: #E38CDE;
}
</style>
border-color css
<style>
span { border-color: #E38CDE; }
span { border-color: rgb(227,140,222); }
td.TdClassName
{
border-color: #E38CDE;
}
.TagClassName
{
border-color: #E38CDE;
}
</style>