Shades of Plum #EBA7EF
Tints of Plum #EBA7EF
RGB
CMYK
RGB Variations
Color information
#EBA7EF (or 0xEBA7EF) is known color: Plum. HEX triplet: EB, A7 and EF. RGB value is (235,167,239). Sum of RGB (Red+Green+Blue) = 235+167+239=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 167 (65.62% from 255 or 26.05% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBA7EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7EF is #145810. Grayscale: #C3C3C3. Windows color (decimal): -1333265 or 15706091. OLE color: 15706091.
HSL color Cylindrical-coordinate representation of color #EBA7EF: hue angle of 296.67º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA7EF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 167 | 239 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.06 |
| HSL | 296.67º | 0.69% | 0.8% | - |
| HSV(B) | 296.67º | 0.3% | 0.94% | - |
| XYZ | 63.66 | 51.53 | 88.25 | - |
| YUV | 195.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 239 | 0.02 | 0.30 | 0 | 0.06 | 296.67 | 0.69 | 0.8 |
| Hex | EB | A7 | EF | 2 | 1E | 0 | 6 | 129 | 45 | 50 |
| Octal | 353 | 247 | 357 | 2 | 36 | 0 | 6 | 451 | 105 | 120 |
| Binary | 11101011 | 10100111 | 11101111 | 10 | 11110 | 0 | 110 | 100101001 | 1000101 | 1010000 |
Color Harmonies of #EBA7EF
Complementary color
Monochromatic Colors of #EBA7EF
Black with #EBA7EF
Text Example
Text Example
White with #EBA7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7EF; }
p { color: rgb(235,167,239); }
H1.HeaderClassName
{
color: #EBA7EF;
}
.AnyTagClassName
{
color: #EBA7EF;
}
</style>
background-color css
<style>
a { background-color: #EBA7EF; }
a { background-color: rgb(235,167,239); }
div.DivClassName
{
background-color: #EBA7EF;
}
.BgClassName
{
background-color: #EBA7EF;
}
</style>
border-color css
<style>
span { border-color: #EBA7EF; }
span { border-color: rgb(235,167,239); }
td.TdClassName
{
border-color: #EBA7EF;
}
.TagClassName
{
border-color: #EBA7EF;
}
</style>