Shades of Plum #E38FDF
Tints of Plum #E38FDF
RGB
CMYK
RGB Variations
Color information
#E38FDF (or 0xE38FDF) is known color: Plum. HEX triplet: E3, 8F and DF. RGB value is (227,143,223). Sum of RGB (Red+Green+Blue) = 227+143+223=593 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.28% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 227 - color contains mainly: red. Hex color #E38FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38FDF is #1C7020. Grayscale: #B0B0B0. Windows color (decimal): -1863713 or 14651363. OLE color: 14651363.
HSL color Cylindrical-coordinate representation of color #E38FDF: hue angle of 302.86º 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 #E38FDF is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 143 | 223 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.11 |
| HSL | 302.86º | 0.6% | 0.73% | - |
| HSV(B) | 302.86º | 0.37% | 0.89% | - |
| XYZ | 54.82 | 41.3 | 74.9 | - |
| YUV | 177.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 143 | 223 | 0 | 0.37 | 0.02 | 0.11 | 302.86 | 0.6 | 0.73 |
| Hex | E3 | 8F | DF | 0 | 25 | 2 | B | 12F | 3C | 49 |
| Octal | 343 | 217 | 337 | 0 | 45 | 2 | 13 | 457 | 74 | 111 |
| Binary | 11100011 | 10001111 | 11011111 | 0 | 100101 | 10 | 1011 | 100101111 | 111100 | 1001001 |
Color Harmonies of #E38FDF
Complementary color
Monochromatic Colors of #E38FDF
Black with #E38FDF
Text Example
Text Example
White with #E38FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38FDF; }
p { color: rgb(227,143,223); }
H1.HeaderClassName
{
color: #E38FDF;
}
.AnyTagClassName
{
color: #E38FDF;
}
</style>
background-color css
<style>
a { background-color: #E38FDF; }
a { background-color: rgb(227,143,223); }
div.DivClassName
{
background-color: #E38FDF;
}
.BgClassName
{
background-color: #E38FDF;
}
</style>
border-color css
<style>
span { border-color: #E38FDF; }
span { border-color: rgb(227,143,223); }
td.TdClassName
{
border-color: #E38FDF;
}
.TagClassName
{
border-color: #E38FDF;
}
</style>