Shades of Plum #EBA4EC
Tints of Plum #EBA4EC
RGB
CMYK
RGB Variations
Color information
#EBA4EC (or 0xEBA4EC) is known color: Plum. HEX triplet: EB, A4 and EC. RGB value is (235,164,236). Sum of RGB (Red+Green+Blue) = 235+164+236=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 164 (64.45% from 255 or 25.83% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBA4EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4EC is #145B13. Grayscale: #C1C1C1. Windows color (decimal): -1334036 or 15508715. OLE color: 15508715.
HSL color Cylindrical-coordinate representation of color #EBA4EC: hue angle of 299.17º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA4EC is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 164 | 236 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.07 |
| HSL | 299.17º | 0.65% | 0.78% | - |
| HSV(B) | 299.17º | 0.31% | 0.93% | - |
| XYZ | 62.68 | 50.27 | 85.76 | - |
| YUV | 193.44 | 152.02 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 236 | 0.00 | 0.31 | 0 | 0.07 | 299.17 | 0.65 | 0.78 |
| Hex | EB | A4 | EC | 0 | 1F | 0 | 7 | 12B | 41 | 4E |
| Octal | 353 | 244 | 354 | 0 | 37 | 0 | 7 | 453 | 101 | 116 |
| Binary | 11101011 | 10100100 | 11101100 | 0 | 11111 | 0 | 111 | 100101011 | 1000001 | 1001110 |
Color Harmonies of #EBA4EC
Complementary color
Monochromatic Colors of #EBA4EC
Black with #EBA4EC
Text Example
Text Example
White with #EBA4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA4EC; }
p { color: rgb(235,164,236); }
H1.HeaderClassName
{
color: #EBA4EC;
}
.AnyTagClassName
{
color: #EBA4EC;
}
</style>
background-color css
<style>
a { background-color: #EBA4EC; }
a { background-color: rgb(235,164,236); }
div.DivClassName
{
background-color: #EBA4EC;
}
.BgClassName
{
background-color: #EBA4EC;
}
</style>
border-color css
<style>
span { border-color: #EBA4EC; }
span { border-color: rgb(235,164,236); }
td.TdClassName
{
border-color: #EBA4EC;
}
.TagClassName
{
border-color: #EBA4EC;
}
</style>