Shades of Plum #E09EDD
Tints of Plum #E09EDD
RGB
CMYK
RGB Variations
Color information
#E09EDD (or 0xE09EDD) is known color: Plum. HEX triplet: E0, 9E and DD. RGB value is (224,158,221). Sum of RGB (Red+Green+Blue) = 224+158+221=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E09EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09EDD is #1F6122. Grayscale: #B8B8B8. Windows color (decimal): -2056483 or 14524128. OLE color: 14524128.
HSL color Cylindrical-coordinate representation of color #E09EDD: hue angle of 302.73º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09EDD is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 158 | 221 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.12 |
| HSL | 302.73º | 0.52% | 0.75% | - |
| HSV(B) | 302.73º | 0.29% | 0.88% | - |
| XYZ | 56.02 | 45.52 | 74.24 | - |
| YUV | 184.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 221 | 0 | 0.29 | 0.01 | 0.12 | 302.73 | 0.52 | 0.75 |
| Hex | E0 | 9E | DD | 0 | 1D | 1 | C | 12F | 34 | 4B |
| Octal | 340 | 236 | 335 | 0 | 35 | 1 | 14 | 457 | 64 | 113 |
| Binary | 11100000 | 10011110 | 11011101 | 0 | 11101 | 1 | 1100 | 100101111 | 110100 | 1001011 |
Color Harmonies of #E09EDD
Complementary color
Monochromatic Colors of #E09EDD
Black with #E09EDD
Text Example
Text Example
White with #E09EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09EDD; }
p { color: rgb(224,158,221); }
H1.HeaderClassName
{
color: #E09EDD;
}
.AnyTagClassName
{
color: #E09EDD;
}
</style>
background-color css
<style>
a { background-color: #E09EDD; }
a { background-color: rgb(224,158,221); }
div.DivClassName
{
background-color: #E09EDD;
}
.BgClassName
{
background-color: #E09EDD;
}
</style>
border-color css
<style>
span { border-color: #E09EDD; }
span { border-color: rgb(224,158,221); }
td.TdClassName
{
border-color: #E09EDD;
}
.TagClassName
{
border-color: #E09EDD;
}
</style>