Shades of Plum #E38CDA
Tints of Plum #E38CDA
RGB
CMYK
RGB Variations
Color information
#E38CDA (or 0xE38CDA) is known color: Plum. HEX triplet: E3, 8C and DA. RGB value is (227,140,218). Sum of RGB (Red+Green+Blue) = 227+140+218=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 227 - color contains mainly: red. Hex color #E38CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38CDA is #1C7325. Grayscale: #AEAEAE. Windows color (decimal): -1864486 or 14322915. OLE color: 14322915.
HSL color Cylindrical-coordinate representation of color #E38CDA: hue angle of 306.21º 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 #E38CDA is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 140 | 218 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.11 |
| HSL | 306.21º | 0.61% | 0.72% | - |
| HSV(B) | 306.21º | 0.38% | 0.89% | - |
| XYZ | 53.71 | 40.15 | 71.25 | - |
| YUV | 174.91 | 152.32 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 140 | 218 | 0 | 0.38 | 0.04 | 0.11 | 306.21 | 0.61 | 0.72 |
| Hex | E3 | 8C | DA | 0 | 26 | 4 | B | 132 | 3D | 48 |
| Octal | 343 | 214 | 332 | 0 | 46 | 4 | 13 | 462 | 75 | 110 |
| Binary | 11100011 | 10001100 | 11011010 | 0 | 100110 | 100 | 1011 | 100110010 | 111101 | 1001000 |
Color Harmonies of #E38CDA
Complementary color
Monochromatic Colors of #E38CDA
Black with #E38CDA
Text Example
Text Example
White with #E38CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38CDA; }
p { color: rgb(227,140,218); }
H1.HeaderClassName
{
color: #E38CDA;
}
.AnyTagClassName
{
color: #E38CDA;
}
</style>
background-color css
<style>
a { background-color: #E38CDA; }
a { background-color: rgb(227,140,218); }
div.DivClassName
{
background-color: #E38CDA;
}
.BgClassName
{
background-color: #E38CDA;
}
</style>
border-color css
<style>
span { border-color: #E38CDA; }
span { border-color: rgb(227,140,218); }
td.TdClassName
{
border-color: #E38CDA;
}
.TagClassName
{
border-color: #E38CDA;
}
</style>