Shades of Plum #E09EEC
Tints of Plum #E09EEC
RGB
CMYK
RGB Variations
Color information
#E09EEC (or 0xE09EEC) is known color: Plum. HEX triplet: E0, 9E and EC. RGB value is (224,158,236). Sum of RGB (Red+Green+Blue) = 224+158+236=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #E09EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09EEC is #1F6113. Grayscale: #BABABA. Windows color (decimal): -2056468 or 15507168. OLE color: 15507168.
HSL color Cylindrical-coordinate representation of color #E09EEC: hue angle of 290.77º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E09EEC is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 158 | 236 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.07 |
| HSL | 290.77º | 0.67% | 0.77% | - |
| HSV(B) | 290.77º | 0.33% | 0.93% | - |
| XYZ | 58.11 | 46.36 | 85.24 | - |
| YUV | 186.63 | 155.87 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 236 | 0.05 | 0.33 | 0 | 0.07 | 290.77 | 0.67 | 0.77 |
| Hex | E0 | 9E | EC | 5 | 21 | 0 | 7 | 123 | 43 | 4D |
| Octal | 340 | 236 | 354 | 5 | 41 | 0 | 7 | 443 | 103 | 115 |
| Binary | 11100000 | 10011110 | 11101100 | 101 | 100001 | 0 | 111 | 100100011 | 1000011 | 1001101 |
Color Harmonies of #E09EEC
Complementary color
Monochromatic Colors of #E09EEC
Black with #E09EEC
Text Example
Text Example
White with #E09EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09EEC; }
p { color: rgb(224,158,236); }
H1.HeaderClassName
{
color: #E09EEC;
}
.AnyTagClassName
{
color: #E09EEC;
}
</style>
background-color css
<style>
a { background-color: #E09EEC; }
a { background-color: rgb(224,158,236); }
div.DivClassName
{
background-color: #E09EEC;
}
.BgClassName
{
background-color: #E09EEC;
}
</style>
border-color css
<style>
span { border-color: #E09EEC; }
span { border-color: rgb(224,158,236); }
td.TdClassName
{
border-color: #E09EEC;
}
.TagClassName
{
border-color: #E09EEC;
}
</style>