Shades of Plum #EBA8EC
Tints of Plum #EBA8EC
RGB
CMYK
RGB Variations
Color information
#EBA8EC (or 0xEBA8EC) is known color: Plum. HEX triplet: EB, A8 and EC. RGB value is (235,168,236). Sum of RGB (Red+Green+Blue) = 235+168+236=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 168 (66.02% from 255 or 26.29% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBA8EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA8EC is #145713. Grayscale: #C3C3C3. Windows color (decimal): -1333012 or 15509739. OLE color: 15509739.
HSL color Cylindrical-coordinate representation of color #EBA8EC: hue angle of 299.12º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA8EC is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 168 | 236 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.07 |
| HSL | 299.12º | 0.64% | 0.79% | - |
| HSV(B) | 299.12º | 0.29% | 0.93% | - |
| XYZ | 63.4 | 51.72 | 86 | - |
| YUV | 195.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 236 | 0.00 | 0.29 | 0 | 0.07 | 299.12 | 0.64 | 0.79 |
| Hex | EB | A8 | EC | 0 | 1D | 0 | 7 | 12B | 40 | 4F |
| Octal | 353 | 250 | 354 | 0 | 35 | 0 | 7 | 453 | 100 | 117 |
| Binary | 11101011 | 10101000 | 11101100 | 0 | 11101 | 0 | 111 | 100101011 | 1000000 | 1001111 |
Color Harmonies of #EBA8EC
Complementary color
Monochromatic Colors of #EBA8EC
Black with #EBA8EC
Text Example
Text Example
White with #EBA8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8EC; }
p { color: rgb(235,168,236); }
H1.HeaderClassName
{
color: #EBA8EC;
}
.AnyTagClassName
{
color: #EBA8EC;
}
</style>
background-color css
<style>
a { background-color: #EBA8EC; }
a { background-color: rgb(235,168,236); }
div.DivClassName
{
background-color: #EBA8EC;
}
.BgClassName
{
background-color: #EBA8EC;
}
</style>
border-color css
<style>
span { border-color: #EBA8EC; }
span { border-color: rgb(235,168,236); }
td.TdClassName
{
border-color: #EBA8EC;
}
.TagClassName
{
border-color: #EBA8EC;
}
</style>