Shades of Plum #E08DD4
Tints of Plum #E08DD4
RGB
CMYK
RGB Variations
Color information
#E08DD4 (or 0xE08DD4) is known color: Plum. HEX triplet: E0, 8D and D4. RGB value is (224,141,212). Sum of RGB (Red+Green+Blue) = 224+141+212=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DD4 is #1F722B. Grayscale: #ADADAD. Windows color (decimal): -2060844 or 13929952. OLE color: 13929952.
HSL color Cylindrical-coordinate representation of color #E08DD4: hue angle of 308.67º 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 #E08DD4 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 212 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.12 |
| HSL | 308.67º | 0.57% | 0.72% | - |
| HSV(B) | 308.67º | 0.37% | 0.88% | - |
| XYZ | 52.15 | 39.65 | 67.19 | - |
| YUV | 173.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 212 | 0 | 0.37 | 0.05 | 0.12 | 308.67 | 0.57 | 0.72 |
| Hex | E0 | 8D | D4 | 0 | 25 | 5 | C | 135 | 39 | 48 |
| Octal | 340 | 215 | 324 | 0 | 45 | 5 | 14 | 465 | 71 | 110 |
| Binary | 11100000 | 10001101 | 11010100 | 0 | 100101 | 101 | 1100 | 100110101 | 111001 | 1001000 |
Color Harmonies of #E08DD4
Complementary color
Monochromatic Colors of #E08DD4
Black with #E08DD4
Text Example
Text Example
White with #E08DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DD4; }
p { color: rgb(224,141,212); }
H1.HeaderClassName
{
color: #E08DD4;
}
.AnyTagClassName
{
color: #E08DD4;
}
</style>
background-color css
<style>
a { background-color: #E08DD4; }
a { background-color: rgb(224,141,212); }
div.DivClassName
{
background-color: #E08DD4;
}
.BgClassName
{
background-color: #E08DD4;
}
</style>
border-color css
<style>
span { border-color: #E08DD4; }
span { border-color: rgb(224,141,212); }
td.TdClassName
{
border-color: #E08DD4;
}
.TagClassName
{
border-color: #E08DD4;
}
</style>