Shades of Plum #E09FEB
Tints of Plum #E09FEB
RGB
CMYK
RGB Variations
Color information
#E09FEB (or 0xE09FEB) is known color: Plum. HEX triplet: E0, 9F and EB. RGB value is (224,159,235). Sum of RGB (Red+Green+Blue) = 224+159+235=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #E09FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09FEB is #1F6014. Grayscale: #BABABA. Windows color (decimal): -2056213 or 15441888. OLE color: 15441888.
HSL color Cylindrical-coordinate representation of color #E09FEB: hue angle of 291.32º degrees, saturation: 0.66, 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 #E09FEB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 159 | 235 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.08 |
| HSL | 291.32º | 0.66% | 0.77% | - |
| HSV(B) | 291.32º | 0.32% | 0.92% | - |
| XYZ | 58.13 | 46.64 | 84.54 | - |
| YUV | 187.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 235 | 0.05 | 0.32 | 0 | 0.08 | 291.32 | 0.66 | 0.77 |
| Hex | E0 | 9F | EB | 5 | 20 | 0 | 8 | 123 | 42 | 4D |
| Octal | 340 | 237 | 353 | 5 | 40 | 0 | 10 | 443 | 102 | 115 |
| Binary | 11100000 | 10011111 | 11101011 | 101 | 100000 | 0 | 1000 | 100100011 | 1000010 | 1001101 |
Color Harmonies of #E09FEB
Complementary color
Monochromatic Colors of #E09FEB
Black with #E09FEB
Text Example
Text Example
White with #E09FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09FEB; }
p { color: rgb(224,159,235); }
H1.HeaderClassName
{
color: #E09FEB;
}
.AnyTagClassName
{
color: #E09FEB;
}
</style>
background-color css
<style>
a { background-color: #E09FEB; }
a { background-color: rgb(224,159,235); }
div.DivClassName
{
background-color: #E09FEB;
}
.BgClassName
{
background-color: #E09FEB;
}
</style>
border-color css
<style>
span { border-color: #E09FEB; }
span { border-color: rgb(224,159,235); }
td.TdClassName
{
border-color: #E09FEB;
}
.TagClassName
{
border-color: #E09FEB;
}
</style>