Shades of Plum #E09DEE
Tints of Plum #E09DEE
RGB
CMYK
RGB Variations
Color information
#E09DEE (or 0xE09DEE) is known color: Plum. HEX triplet: E0, 9D and EE. RGB value is (224,157,238). Sum of RGB (Red+Green+Blue) = 224+157+238=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #E09DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09DEE is #1F6211. Grayscale: #BABABA. Windows color (decimal): -2056722 or 15637984. OLE color: 15637984.
HSL color Cylindrical-coordinate representation of color #E09DEE: hue angle of 289.63º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E09DEE is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 157 | 238 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.07 |
| HSL | 289.63º | 0.7% | 0.77% | - |
| HSV(B) | 289.63º | 0.34% | 0.93% | - |
| XYZ | 58.23 | 46.13 | 86.72 | - |
| YUV | 186.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 238 | 0.06 | 0.34 | 0 | 0.07 | 289.63 | 0.7 | 0.77 |
| Hex | E0 | 9D | EE | 6 | 22 | 0 | 7 | 122 | 46 | 4D |
| Octal | 340 | 235 | 356 | 6 | 42 | 0 | 7 | 442 | 106 | 115 |
| Binary | 11100000 | 10011101 | 11101110 | 110 | 100010 | 0 | 111 | 100100010 | 1000110 | 1001101 |
Color Harmonies of #E09DEE
Complementary color
Monochromatic Colors of #E09DEE
Black with #E09DEE
Text Example
Text Example
White with #E09DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09DEE; }
p { color: rgb(224,157,238); }
H1.HeaderClassName
{
color: #E09DEE;
}
.AnyTagClassName
{
color: #E09DEE;
}
</style>
background-color css
<style>
a { background-color: #E09DEE; }
a { background-color: rgb(224,157,238); }
div.DivClassName
{
background-color: #E09DEE;
}
.BgClassName
{
background-color: #E09DEE;
}
</style>
border-color css
<style>
span { border-color: #E09DEE; }
span { border-color: rgb(224,157,238); }
td.TdClassName
{
border-color: #E09DEE;
}
.TagClassName
{
border-color: #E09DEE;
}
</style>