Shades of Plum #E38DCF
Tints of Plum #E38DCF
RGB
CMYK
RGB Variations
Color information
#E38DCF (or 0xE38DCF) is known color: Plum. HEX triplet: E3, 8D and CF. RGB value is (227,141,207). Sum of RGB (Red+Green+Blue) = 227+141+207=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38DCF is #1C7230. Grayscale: #AEAEAE. Windows color (decimal): -1864241 or 13602275. OLE color: 13602275.
HSL color Cylindrical-coordinate representation of color #E38DCF: hue angle of 313.95º 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 #E38DCF is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 207 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.11 |
| HSL | 313.95º | 0.61% | 0.72% | - |
| HSV(B) | 313.95º | 0.38% | 0.89% | - |
| XYZ | 52.47 | 39.89 | 63.96 | - |
| YUV | 174.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 207 | 0 | 0.38 | 0.09 | 0.11 | 313.95 | 0.61 | 0.72 |
| Hex | E3 | 8D | CF | 0 | 26 | 9 | B | 13A | 3D | 48 |
| Octal | 343 | 215 | 317 | 0 | 46 | 11 | 13 | 472 | 75 | 110 |
| Binary | 11100011 | 10001101 | 11001111 | 0 | 100110 | 1001 | 1011 | 100111010 | 111101 | 1001000 |
Color Harmonies of #E38DCF
Complementary color
Monochromatic Colors of #E38DCF
Black with #E38DCF
Text Example
Text Example
White with #E38DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38DCF; }
p { color: rgb(227,141,207); }
H1.HeaderClassName
{
color: #E38DCF;
}
.AnyTagClassName
{
color: #E38DCF;
}
</style>
background-color css
<style>
a { background-color: #E38DCF; }
a { background-color: rgb(227,141,207); }
div.DivClassName
{
background-color: #E38DCF;
}
.BgClassName
{
background-color: #E38DCF;
}
</style>
border-color css
<style>
span { border-color: #E38DCF; }
span { border-color: rgb(227,141,207); }
td.TdClassName
{
border-color: #E38DCF;
}
.TagClassName
{
border-color: #E38DCF;
}
</style>