Shades of Plum #E09BEC
Tints of Plum #E09BEC
RGB
CMYK
RGB Variations
Color information
#E09BEC (or 0xE09BEC) is known color: Plum. HEX triplet: E0, 9B and EC. RGB value is (224,155,236). Sum of RGB (Red+Green+Blue) = 224+155+236=615 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.42% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #E09BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09BEC is #1F6413. Grayscale: #B8B8B8. Windows color (decimal): -2057236 or 15506400. OLE color: 15506400.
HSL color Cylindrical-coordinate representation of color #E09BEC: hue angle of 291.11º degrees, saturation: 0.68, 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 #E09BEC is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 155 | 236 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.07 |
| HSL | 291.11º | 0.68% | 0.77% | - |
| HSV(B) | 291.11º | 0.34% | 0.93% | - |
| XYZ | 57.6 | 45.35 | 85.07 | - |
| YUV | 184.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 236 | 0.05 | 0.34 | 0 | 0.07 | 291.11 | 0.68 | 0.77 |
| Hex | E0 | 9B | EC | 5 | 22 | 0 | 7 | 123 | 44 | 4D |
| Octal | 340 | 233 | 354 | 5 | 42 | 0 | 7 | 443 | 104 | 115 |
| Binary | 11100000 | 10011011 | 11101100 | 101 | 100010 | 0 | 111 | 100100011 | 1000100 | 1001101 |
Color Harmonies of #E09BEC
Complementary color
Monochromatic Colors of #E09BEC
Black with #E09BEC
Text Example
Text Example
White with #E09BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BEC; }
p { color: rgb(224,155,236); }
H1.HeaderClassName
{
color: #E09BEC;
}
.AnyTagClassName
{
color: #E09BEC;
}
</style>
background-color css
<style>
a { background-color: #E09BEC; }
a { background-color: rgb(224,155,236); }
div.DivClassName
{
background-color: #E09BEC;
}
.BgClassName
{
background-color: #E09BEC;
}
</style>
border-color css
<style>
span { border-color: #E09BEC; }
span { border-color: rgb(224,155,236); }
td.TdClassName
{
border-color: #E09BEC;
}
.TagClassName
{
border-color: #E09BEC;
}
</style>