Shades of Plum #E09DDA
Tints of Plum #E09DDA
RGB
CMYK
RGB Variations
Color information
#E09DDA (or 0xE09DDA) is known color: Plum. HEX triplet: E0, 9D and DA. RGB value is (224,157,218). Sum of RGB (Red+Green+Blue) = 224+157+218=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 157 (61.72% from 255 or 26.21% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09DDA is #1F6225. Grayscale: #B7B7B7. Windows color (decimal): -2056742 or 14327264. OLE color: 14327264.
HSL color Cylindrical-coordinate representation of color #E09DDA: hue angle of 305.37º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09DDA is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 218 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.12 |
| HSL | 305.37º | 0.52% | 0.75% | - |
| HSV(B) | 305.37º | 0.3% | 0.88% | - |
| XYZ | 55.45 | 45.02 | 72.1 | - |
| YUV | 183.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 218 | 0 | 0.30 | 0.03 | 0.12 | 305.37 | 0.52 | 0.75 |
| Hex | E0 | 9D | DA | 0 | 1E | 3 | C | 131 | 34 | 4B |
| Octal | 340 | 235 | 332 | 0 | 36 | 3 | 14 | 461 | 64 | 113 |
| Binary | 11100000 | 10011101 | 11011010 | 0 | 11110 | 11 | 1100 | 100110001 | 110100 | 1001011 |
Color Harmonies of #E09DDA
Complementary color
Monochromatic Colors of #E09DDA
Black with #E09DDA
Text Example
Text Example
White with #E09DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09DDA; }
p { color: rgb(224,157,218); }
H1.HeaderClassName
{
color: #E09DDA;
}
.AnyTagClassName
{
color: #E09DDA;
}
</style>
background-color css
<style>
a { background-color: #E09DDA; }
a { background-color: rgb(224,157,218); }
div.DivClassName
{
background-color: #E09DDA;
}
.BgClassName
{
background-color: #E09DDA;
}
</style>
border-color css
<style>
span { border-color: #E09DDA; }
span { border-color: rgb(224,157,218); }
td.TdClassName
{
border-color: #E09DDA;
}
.TagClassName
{
border-color: #E09DDA;
}
</style>