Shades of Plum #E0A4DD
Tints of Plum #E0A4DD
RGB
CMYK
RGB Variations
Color information
#E0A4DD (or 0xE0A4DD) is known color: Plum. HEX triplet: E0, A4 and DD. RGB value is (224,164,221). Sum of RGB (Red+Green+Blue) = 224+164+221=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 164 (64.45% from 255 or 26.93% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A4DD is #1F5B22. Grayscale: #BCBCBC. Windows color (decimal): -2054947 or 14525664. OLE color: 14525664.
HSL color Cylindrical-coordinate representation of color #E0A4DD: hue angle of 303º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0A4DD is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 164 | 221 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.12 |
| HSL | 303º | 0.49% | 0.76% | - |
| HSV(B) | 303º | 0.27% | 0.88% | - |
| XYZ | 57.07 | 47.62 | 74.59 | - |
| YUV | 188.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 164 | 221 | 0 | 0.27 | 0.01 | 0.12 | 303 | 0.49 | 0.76 |
| Hex | E0 | A4 | DD | 0 | 1B | 1 | C | 12F | 31 | 4C |
| Octal | 340 | 244 | 335 | 0 | 33 | 1 | 14 | 457 | 61 | 114 |
| Binary | 11100000 | 10100100 | 11011101 | 0 | 11011 | 1 | 1100 | 100101111 | 110001 | 1001100 |
Color Harmonies of #E0A4DD
Complementary color
Monochromatic Colors of #E0A4DD
Black with #E0A4DD
Text Example
Text Example
White with #E0A4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A4DD; }
p { color: rgb(224,164,221); }
H1.HeaderClassName
{
color: #E0A4DD;
}
.AnyTagClassName
{
color: #E0A4DD;
}
</style>
background-color css
<style>
a { background-color: #E0A4DD; }
a { background-color: rgb(224,164,221); }
div.DivClassName
{
background-color: #E0A4DD;
}
.BgClassName
{
background-color: #E0A4DD;
}
</style>
border-color css
<style>
span { border-color: #E0A4DD; }
span { border-color: rgb(224,164,221); }
td.TdClassName
{
border-color: #E0A4DD;
}
.TagClassName
{
border-color: #E0A4DD;
}
</style>