Shades of Plum #E09EEA
Tints of Plum #E09EEA
RGB
CMYK
RGB Variations
Color information
#E09EEA (or 0xE09EEA) is known color: Plum. HEX triplet: E0, 9E and EA. RGB value is (224,158,234). Sum of RGB (Red+Green+Blue) = 224+158+234=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #E09EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09EEA is #1F6115. Grayscale: #BABABA. Windows color (decimal): -2056470 or 15376096. OLE color: 15376096.
HSL color Cylindrical-coordinate representation of color #E09EEA: hue angle of 292.11º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E09EEA is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 158 | 234 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.08 |
| HSL | 292.11º | 0.64% | 0.77% | - |
| HSV(B) | 292.11º | 0.32% | 0.92% | - |
| XYZ | 57.82 | 46.24 | 83.72 | - |
| YUV | 186.4 | 154.87 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 234 | 0.04 | 0.32 | 0 | 0.08 | 292.11 | 0.64 | 0.77 |
| Hex | E0 | 9E | EA | 4 | 20 | 0 | 8 | 124 | 40 | 4D |
| Octal | 340 | 236 | 352 | 4 | 40 | 0 | 10 | 444 | 100 | 115 |
| Binary | 11100000 | 10011110 | 11101010 | 100 | 100000 | 0 | 1000 | 100100100 | 1000000 | 1001101 |
Color Harmonies of #E09EEA
Complementary color
Monochromatic Colors of #E09EEA
Black with #E09EEA
Text Example
Text Example
White with #E09EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09EEA; }
p { color: rgb(224,158,234); }
H1.HeaderClassName
{
color: #E09EEA;
}
.AnyTagClassName
{
color: #E09EEA;
}
</style>
background-color css
<style>
a { background-color: #E09EEA; }
a { background-color: rgb(224,158,234); }
div.DivClassName
{
background-color: #E09EEA;
}
.BgClassName
{
background-color: #E09EEA;
}
</style>
border-color css
<style>
span { border-color: #E09EEA; }
span { border-color: rgb(224,158,234); }
td.TdClassName
{
border-color: #E09EEA;
}
.TagClassName
{
border-color: #E09EEA;
}
</style>