Shades of Plum #E09CEB
Tints of Plum #E09CEB
RGB
CMYK
RGB Variations
Color information
#E09CEB (or 0xE09CEB) is known color: Plum. HEX triplet: E0, 9C and EB. RGB value is (224,156,235). Sum of RGB (Red+Green+Blue) = 224+156+235=615 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.42% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #E09CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09CEB is #1F6314. Grayscale: #B9B9B9. Windows color (decimal): -2056981 or 15441120. OLE color: 15441120.
HSL color Cylindrical-coordinate representation of color #E09CEB: hue angle of 291.65º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E09CEB is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 156 | 235 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.08 |
| HSL | 291.65º | 0.66% | 0.77% | - |
| HSV(B) | 291.65º | 0.34% | 0.92% | - |
| XYZ | 57.62 | 45.62 | 84.37 | - |
| YUV | 185.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 235 | 0.05 | 0.34 | 0 | 0.08 | 291.65 | 0.66 | 0.77 |
| Hex | E0 | 9C | EB | 5 | 22 | 0 | 8 | 124 | 42 | 4D |
| Octal | 340 | 234 | 353 | 5 | 42 | 0 | 10 | 444 | 102 | 115 |
| Binary | 11100000 | 10011100 | 11101011 | 101 | 100010 | 0 | 1000 | 100100100 | 1000010 | 1001101 |
Color Harmonies of #E09CEB
Complementary color
Monochromatic Colors of #E09CEB
Black with #E09CEB
Text Example
Text Example
White with #E09CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CEB; }
p { color: rgb(224,156,235); }
H1.HeaderClassName
{
color: #E09CEB;
}
.AnyTagClassName
{
color: #E09CEB;
}
</style>
background-color css
<style>
a { background-color: #E09CEB; }
a { background-color: rgb(224,156,235); }
div.DivClassName
{
background-color: #E09CEB;
}
.BgClassName
{
background-color: #E09CEB;
}
</style>
border-color css
<style>
span { border-color: #E09CEB; }
span { border-color: rgb(224,156,235); }
td.TdClassName
{
border-color: #E09CEB;
}
.TagClassName
{
border-color: #E09CEB;
}
</style>