Shades of Plum #E08CDF
Tints of Plum #E08CDF
RGB
CMYK
RGB Variations
Color information
#E08CDF (or 0xE08CDF) is known color: Plum. HEX triplet: E0, 8C and DF. RGB value is (224,140,223). Sum of RGB (Red+Green+Blue) = 224+140+223=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CDF is #1F7320. Grayscale: #AEAEAE. Windows color (decimal): -2061089 or 14650592. OLE color: 14650592.
HSL color Cylindrical-coordinate representation of color #E08CDF: hue angle of 300.71º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08CDF is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 223 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.12 |
| HSL | 300.71º | 0.58% | 0.71% | - |
| HSV(B) | 300.71º | 0.38% | 0.88% | - |
| XYZ | 53.44 | 39.93 | 74.7 | - |
| YUV | 174.58 | 155.33 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 223 | 0 | 0.38 | 0.00 | 0.12 | 300.71 | 0.58 | 0.71 |
| Hex | E0 | 8C | DF | 0 | 26 | 0 | C | 12D | 3A | 47 |
| Octal | 340 | 214 | 337 | 0 | 46 | 0 | 14 | 455 | 72 | 107 |
| Binary | 11100000 | 10001100 | 11011111 | 0 | 100110 | 0 | 1100 | 100101101 | 111010 | 1000111 |
Color Harmonies of #E08CDF
Complementary color
Monochromatic Colors of #E08CDF
Black with #E08CDF
Text Example
Text Example
White with #E08CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08CDF; }
p { color: rgb(224,140,223); }
H1.HeaderClassName
{
color: #E08CDF;
}
.AnyTagClassName
{
color: #E08CDF;
}
</style>
background-color css
<style>
a { background-color: #E08CDF; }
a { background-color: rgb(224,140,223); }
div.DivClassName
{
background-color: #E08CDF;
}
.BgClassName
{
background-color: #E08CDF;
}
</style>
border-color css
<style>
span { border-color: #E08CDF; }
span { border-color: rgb(224,140,223); }
td.TdClassName
{
border-color: #E08CDF;
}
.TagClassName
{
border-color: #E08CDF;
}
</style>