Shades of Plum #E09EEE
Tints of Plum #E09EEE
RGB
CMYK
RGB Variations
Color information
#E09EEE (or 0xE09EEE) is known color: Plum. HEX triplet: E0, 9E and EE. RGB value is (224,158,238). Sum of RGB (Red+Green+Blue) = 224+158+238=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 158 (62.11% from 255 or 25.48% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #E09EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09EEE is #1F6111. Grayscale: #BABABA. Windows color (decimal): -2056466 or 15638240. OLE color: 15638240.
HSL color Cylindrical-coordinate representation of color #E09EEE: hue angle of 289.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E09EEE is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 158 | 238 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.07 |
| HSL | 289.5º | 0.7% | 0.78% | - |
| HSV(B) | 289.5º | 0.34% | 0.93% | - |
| XYZ | 58.4 | 46.47 | 86.78 | - |
| YUV | 186.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 238 | 0.06 | 0.34 | 0 | 0.07 | 289.5 | 0.7 | 0.78 |
| Hex | E0 | 9E | EE | 6 | 22 | 0 | 7 | 122 | 46 | 4E |
| Octal | 340 | 236 | 356 | 6 | 42 | 0 | 7 | 442 | 106 | 116 |
| Binary | 11100000 | 10011110 | 11101110 | 110 | 100010 | 0 | 111 | 100100010 | 1000110 | 1001110 |
Color Harmonies of #E09EEE
Complementary color
Monochromatic Colors of #E09EEE
Black with #E09EEE
Text Example
Text Example
White with #E09EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09EEE; }
p { color: rgb(224,158,238); }
H1.HeaderClassName
{
color: #E09EEE;
}
.AnyTagClassName
{
color: #E09EEE;
}
</style>
background-color css
<style>
a { background-color: #E09EEE; }
a { background-color: rgb(224,158,238); }
div.DivClassName
{
background-color: #E09EEE;
}
.BgClassName
{
background-color: #E09EEE;
}
</style>
border-color css
<style>
span { border-color: #E09EEE; }
span { border-color: rgb(224,158,238); }
td.TdClassName
{
border-color: #E09EEE;
}
.TagClassName
{
border-color: #E09EEE;
}
</style>