Shades of Plum #E0ACDE
Tints of Plum #E0ACDE
RGB
CMYK
RGB Variations
Color information
#E0ACDE (or 0xE0ACDE) is known color: Plum. HEX triplet: E0, AC and DE. RGB value is (224,172,222). Sum of RGB (Red+Green+Blue) = 224+172+222=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACDE is #1F5321. Grayscale: #C1C1C1. Windows color (decimal): -2052898 or 14593248. OLE color: 14593248.
HSL color Cylindrical-coordinate representation of color #E0ACDE: hue angle of 302.31º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0ACDE is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 172 | 222 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.12 |
| HSL | 302.31º | 0.46% | 0.78% | - |
| HSV(B) | 302.31º | 0.23% | 0.88% | - |
| XYZ | 58.68 | 50.63 | 75.79 | - |
| YUV | 193.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 222 | 0 | 0.23 | 0.01 | 0.12 | 302.31 | 0.46 | 0.78 |
| Hex | E0 | AC | DE | 0 | 17 | 1 | C | 12E | 2E | 4E |
| Octal | 340 | 254 | 336 | 0 | 27 | 1 | 14 | 456 | 56 | 116 |
| Binary | 11100000 | 10101100 | 11011110 | 0 | 10111 | 1 | 1100 | 100101110 | 101110 | 1001110 |
Color Harmonies of #E0ACDE
Complementary color
Monochromatic Colors of #E0ACDE
Black with #E0ACDE
Text Example
Text Example
White with #E0ACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ACDE; }
p { color: rgb(224,172,222); }
H1.HeaderClassName
{
color: #E0ACDE;
}
.AnyTagClassName
{
color: #E0ACDE;
}
</style>
background-color css
<style>
a { background-color: #E0ACDE; }
a { background-color: rgb(224,172,222); }
div.DivClassName
{
background-color: #E0ACDE;
}
.BgClassName
{
background-color: #E0ACDE;
}
</style>
border-color css
<style>
span { border-color: #E0ACDE; }
span { border-color: rgb(224,172,222); }
td.TdClassName
{
border-color: #E0ACDE;
}
.TagClassName
{
border-color: #E0ACDE;
}
</style>