Shades of Plum #E38FDE
Tints of Plum #E38FDE
RGB
CMYK
RGB Variations
Color information
#E38FDE (or 0xE38FDE) is known color: Plum. HEX triplet: E3, 8F and DE. RGB value is (227,143,222). Sum of RGB (Red+Green+Blue) = 227+143+222=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 227 - color contains mainly: red. Hex color #E38FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38FDE is #1C7021. Grayscale: #B0B0B0. Windows color (decimal): -1863714 or 14585827. OLE color: 14585827.
HSL color Cylindrical-coordinate representation of color #E38FDE: hue angle of 303.57º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E38FDE is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 143 | 222 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.11 |
| HSL | 303.57º | 0.6% | 0.73% | - |
| HSV(B) | 303.57º | 0.37% | 0.89% | - |
| XYZ | 54.69 | 41.25 | 74.19 | - |
| YUV | 177.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 143 | 222 | 0 | 0.37 | 0.02 | 0.11 | 303.57 | 0.6 | 0.73 |
| Hex | E3 | 8F | DE | 0 | 25 | 2 | B | 130 | 3C | 49 |
| Octal | 343 | 217 | 336 | 0 | 45 | 2 | 13 | 460 | 74 | 111 |
| Binary | 11100011 | 10001111 | 11011110 | 0 | 100101 | 10 | 1011 | 100110000 | 111100 | 1001001 |
Color Harmonies of #E38FDE
Complementary color
Monochromatic Colors of #E38FDE
Black with #E38FDE
Text Example
Text Example
White with #E38FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38FDE; }
p { color: rgb(227,143,222); }
H1.HeaderClassName
{
color: #E38FDE;
}
.AnyTagClassName
{
color: #E38FDE;
}
</style>
background-color css
<style>
a { background-color: #E38FDE; }
a { background-color: rgb(227,143,222); }
div.DivClassName
{
background-color: #E38FDE;
}
.BgClassName
{
background-color: #E38FDE;
}
</style>
border-color css
<style>
span { border-color: #E38FDE; }
span { border-color: rgb(227,143,222); }
td.TdClassName
{
border-color: #E38FDE;
}
.TagClassName
{
border-color: #E38FDE;
}
</style>