Shades of Plum #EBA9EC
Tints of Plum #EBA9EC
RGB
CMYK
RGB Variations
Color information
#EBA9EC (or 0xEBA9EC) is known color: Plum. HEX triplet: EB, A9 and EC. RGB value is (235,169,236). Sum of RGB (Red+Green+Blue) = 235+169+236=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 169 (66.41% from 255 or 26.41% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBA9EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9EC is #145613. Grayscale: #C4C4C4. Windows color (decimal): -1332756 or 15509995. OLE color: 15509995.
HSL color Cylindrical-coordinate representation of color #EBA9EC: hue angle of 299.1º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9EC is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 169 | 236 | - |
| CMYK | 0.00 | 0.28 | 0 | 0.07 |
| HSL | 299.1º | 0.64% | 0.79% | - |
| HSV(B) | 299.1º | 0.28% | 0.93% | - |
| XYZ | 63.59 | 52.09 | 86.06 | - |
| YUV | 196.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 236 | 0.00 | 0.28 | 0 | 0.07 | 299.1 | 0.64 | 0.79 |
| Hex | EB | A9 | EC | 0 | 1C | 0 | 7 | 12B | 40 | 4F |
| Octal | 353 | 251 | 354 | 0 | 34 | 0 | 7 | 453 | 100 | 117 |
| Binary | 11101011 | 10101001 | 11101100 | 0 | 11100 | 0 | 111 | 100101011 | 1000000 | 1001111 |
Color Harmonies of #EBA9EC
Complementary color
Monochromatic Colors of #EBA9EC
Black with #EBA9EC
Text Example
Text Example
White with #EBA9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9EC; }
p { color: rgb(235,169,236); }
H1.HeaderClassName
{
color: #EBA9EC;
}
.AnyTagClassName
{
color: #EBA9EC;
}
</style>
background-color css
<style>
a { background-color: #EBA9EC; }
a { background-color: rgb(235,169,236); }
div.DivClassName
{
background-color: #EBA9EC;
}
.BgClassName
{
background-color: #EBA9EC;
}
</style>
border-color css
<style>
span { border-color: #EBA9EC; }
span { border-color: rgb(235,169,236); }
td.TdClassName
{
border-color: #EBA9EC;
}
.TagClassName
{
border-color: #EBA9EC;
}
</style>