Shades of Plum #E08DCD
Tints of Plum #E08DCD
RGB
CMYK
RGB Variations
Color information
#E08DCD (or 0xE08DCD) is known color: Plum. HEX triplet: E0, 8D and CD. RGB value is (224,141,205). Sum of RGB (Red+Green+Blue) = 224+141+205=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DCD is #1F7232. Grayscale: #ACACAC. Windows color (decimal): -2060851 or 13471200. OLE color: 13471200.
HSL color Cylindrical-coordinate representation of color #E08DCD: hue angle of 313.73º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08DCD is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 205 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.12 |
| HSL | 313.73º | 0.57% | 0.72% | - |
| HSV(B) | 313.73º | 0.37% | 0.88% | - |
| XYZ | 51.28 | 39.3 | 62.64 | - |
| YUV | 173.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 205 | 0 | 0.37 | 0.08 | 0.12 | 313.73 | 0.57 | 0.72 |
| Hex | E0 | 8D | CD | 0 | 25 | 8 | C | 13A | 39 | 48 |
| Octal | 340 | 215 | 315 | 0 | 45 | 10 | 14 | 472 | 71 | 110 |
| Binary | 11100000 | 10001101 | 11001101 | 0 | 100101 | 1000 | 1100 | 100111010 | 111001 | 1001000 |
Color Harmonies of #E08DCD
Complementary color
Monochromatic Colors of #E08DCD
Black with #E08DCD
Text Example
Text Example
White with #E08DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DCD; }
p { color: rgb(224,141,205); }
H1.HeaderClassName
{
color: #E08DCD;
}
.AnyTagClassName
{
color: #E08DCD;
}
</style>
background-color css
<style>
a { background-color: #E08DCD; }
a { background-color: rgb(224,141,205); }
div.DivClassName
{
background-color: #E08DCD;
}
.BgClassName
{
background-color: #E08DCD;
}
</style>
border-color css
<style>
span { border-color: #E08DCD; }
span { border-color: rgb(224,141,205); }
td.TdClassName
{
border-color: #E08DCD;
}
.TagClassName
{
border-color: #E08DCD;
}
</style>