Shades of Plum #EBA6EF
Tints of Plum #EBA6EF
RGB
CMYK
RGB Variations
Color information
#EBA6EF (or 0xEBA6EF) is known color: Plum. HEX triplet: EB, A6 and EF. RGB value is (235,166,239). Sum of RGB (Red+Green+Blue) = 235+166+239=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 166 (65.23% from 255 or 25.94% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBA6EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6EF is #145910. Grayscale: #C2C2C2. Windows color (decimal): -1333521 or 15705835. OLE color: 15705835.
HSL color Cylindrical-coordinate representation of color #EBA6EF: hue angle of 296.71º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA6EF is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 166 | 239 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.06 |
| HSL | 296.71º | 0.7% | 0.79% | - |
| HSV(B) | 296.71º | 0.31% | 0.94% | - |
| XYZ | 63.48 | 51.17 | 88.19 | - |
| YUV | 194.95 | 152.86 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 239 | 0.02 | 0.31 | 0 | 0.06 | 296.71 | 0.7 | 0.79 |
| Hex | EB | A6 | EF | 2 | 1F | 0 | 6 | 129 | 46 | 4F |
| Octal | 353 | 246 | 357 | 2 | 37 | 0 | 6 | 451 | 106 | 117 |
| Binary | 11101011 | 10100110 | 11101111 | 10 | 11111 | 0 | 110 | 100101001 | 1000110 | 1001111 |
Color Harmonies of #EBA6EF
Complementary color
Monochromatic Colors of #EBA6EF
Black with #EBA6EF
Text Example
Text Example
White with #EBA6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA6EF; }
p { color: rgb(235,166,239); }
H1.HeaderClassName
{
color: #EBA6EF;
}
.AnyTagClassName
{
color: #EBA6EF;
}
</style>
background-color css
<style>
a { background-color: #EBA6EF; }
a { background-color: rgb(235,166,239); }
div.DivClassName
{
background-color: #EBA6EF;
}
.BgClassName
{
background-color: #EBA6EF;
}
</style>
border-color css
<style>
span { border-color: #EBA6EF; }
span { border-color: rgb(235,166,239); }
td.TdClassName
{
border-color: #EBA6EF;
}
.TagClassName
{
border-color: #EBA6EF;
}
</style>