Shades of Plum #E38EDF
Tints of Plum #E38EDF
RGB
CMYK
RGB Variations
Color information
#E38EDF (or 0xE38EDF) is known color: Plum. HEX triplet: E3, 8E and DF. RGB value is (227,142,223). Sum of RGB (Red+Green+Blue) = 227+142+223=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 227 - color contains mainly: red. Hex color #E38EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38EDF is #1C7120. Grayscale: #B0B0B0. Windows color (decimal): -1863969 or 14651107. OLE color: 14651107.
HSL color Cylindrical-coordinate representation of color #E38EDF: hue angle of 302.82º 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 #E38EDF is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 223 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.11 |
| HSL | 302.82º | 0.6% | 0.72% | - |
| HSV(B) | 302.82º | 0.37% | 0.89% | - |
| XYZ | 54.67 | 41 | 74.85 | - |
| YUV | 176.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 223 | 0 | 0.37 | 0.02 | 0.11 | 302.82 | 0.6 | 0.72 |
| Hex | E3 | 8E | DF | 0 | 25 | 2 | B | 12F | 3C | 48 |
| Octal | 343 | 216 | 337 | 0 | 45 | 2 | 13 | 457 | 74 | 110 |
| Binary | 11100011 | 10001110 | 11011111 | 0 | 100101 | 10 | 1011 | 100101111 | 111100 | 1001000 |
Color Harmonies of #E38EDF
Complementary color
Monochromatic Colors of #E38EDF
Black with #E38EDF
Text Example
Text Example
White with #E38EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38EDF; }
p { color: rgb(227,142,223); }
H1.HeaderClassName
{
color: #E38EDF;
}
.AnyTagClassName
{
color: #E38EDF;
}
</style>
background-color css
<style>
a { background-color: #E38EDF; }
a { background-color: rgb(227,142,223); }
div.DivClassName
{
background-color: #E38EDF;
}
.BgClassName
{
background-color: #E38EDF;
}
</style>
border-color css
<style>
span { border-color: #E38EDF; }
span { border-color: rgb(227,142,223); }
td.TdClassName
{
border-color: #E38EDF;
}
.TagClassName
{
border-color: #E38EDF;
}
</style>