Shades of Plum #E08ECD
Tints of Plum #E08ECD
RGB
CMYK
RGB Variations
Color information
#E08ECD (or 0xE08ECD) is known color: Plum. HEX triplet: E0, 8E and CD. RGB value is (224,142,205). Sum of RGB (Red+Green+Blue) = 224+142+205=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E08ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08ECD is #1F7132. Grayscale: #ADADAD. Windows color (decimal): -2060595 or 13471456. OLE color: 13471456.
HSL color Cylindrical-coordinate representation of color #E08ECD: hue angle of 313.9º 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 #E08ECD is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 205 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.12 |
| HSL | 313.9º | 0.57% | 0.72% | - |
| HSV(B) | 313.9º | 0.37% | 0.88% | - |
| XYZ | 51.43 | 39.6 | 62.69 | - |
| YUV | 173.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 205 | 0 | 0.37 | 0.08 | 0.12 | 313.9 | 0.57 | 0.72 |
| Hex | E0 | 8E | CD | 0 | 25 | 8 | C | 13A | 39 | 48 |
| Octal | 340 | 216 | 315 | 0 | 45 | 10 | 14 | 472 | 71 | 110 |
| Binary | 11100000 | 10001110 | 11001101 | 0 | 100101 | 1000 | 1100 | 100111010 | 111001 | 1001000 |
Color Harmonies of #E08ECD
Complementary color
Monochromatic Colors of #E08ECD
Black with #E08ECD
Text Example
Text Example
White with #E08ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08ECD; }
p { color: rgb(224,142,205); }
H1.HeaderClassName
{
color: #E08ECD;
}
.AnyTagClassName
{
color: #E08ECD;
}
</style>
background-color css
<style>
a { background-color: #E08ECD; }
a { background-color: rgb(224,142,205); }
div.DivClassName
{
background-color: #E08ECD;
}
.BgClassName
{
background-color: #E08ECD;
}
</style>
border-color css
<style>
span { border-color: #E08ECD; }
span { border-color: rgb(224,142,205); }
td.TdClassName
{
border-color: #E08ECD;
}
.TagClassName
{
border-color: #E08ECD;
}
</style>