Shades of Plum #EB9CE8
Tints of Plum #EB9CE8
RGB
CMYK
RGB Variations
Color information
#EB9CE8 (or 0xEB9CE8) is known color: Plum. HEX triplet: EB, 9C and E8. RGB value is (235,156,232). Sum of RGB (Red+Green+Blue) = 235+156+232=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 156 (61.33% from 255 or 25.04% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9CE8 is #146317. Grayscale: #BCBCBC. Windows color (decimal): -1336088 or 15244523. OLE color: 15244523.
HSL color Cylindrical-coordinate representation of color #EB9CE8: hue angle of 302.28º 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 #EB9CE8 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 156 | 232 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.08 |
| HSL | 302.28º | 0.66% | 0.77% | - |
| HSV(B) | 302.28º | 0.34% | 0.92% | - |
| XYZ | 60.71 | 47.27 | 82.27 | - |
| YUV | 188.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 156 | 232 | 0 | 0.34 | 0.01 | 0.08 | 302.28 | 0.66 | 0.77 |
| Hex | EB | 9C | E8 | 0 | 22 | 1 | 8 | 12E | 42 | 4D |
| Octal | 353 | 234 | 350 | 0 | 42 | 1 | 10 | 456 | 102 | 115 |
| Binary | 11101011 | 10011100 | 11101000 | 0 | 100010 | 1 | 1000 | 100101110 | 1000010 | 1001101 |
Color Harmonies of #EB9CE8
Complementary color
Monochromatic Colors of #EB9CE8
Black with #EB9CE8
Text Example
Text Example
White with #EB9CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9CE8; }
p { color: rgb(235,156,232); }
H1.HeaderClassName
{
color: #EB9CE8;
}
.AnyTagClassName
{
color: #EB9CE8;
}
</style>
background-color css
<style>
a { background-color: #EB9CE8; }
a { background-color: rgb(235,156,232); }
div.DivClassName
{
background-color: #EB9CE8;
}
.BgClassName
{
background-color: #EB9CE8;
}
</style>
border-color css
<style>
span { border-color: #EB9CE8; }
span { border-color: rgb(235,156,232); }
td.TdClassName
{
border-color: #EB9CE8;
}
.TagClassName
{
border-color: #EB9CE8;
}
</style>