Shades of Plum #EBA5EF
Tints of Plum #EBA5EF
RGB
CMYK
RGB Variations
Color information
#EBA5EF (or 0xEBA5EF) is known color: Plum. HEX triplet: EB, A5 and EF. RGB value is (235,165,239). Sum of RGB (Red+Green+Blue) = 235+165+239=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 165 (64.84% from 255 or 25.82% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBA5EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5EF is #145A10. Grayscale: #C2C2C2. Windows color (decimal): -1333777 or 15705579. OLE color: 15705579.
HSL color Cylindrical-coordinate representation of color #EBA5EF: hue angle of 296.76º 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 #EBA5EF is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 165 | 239 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.06 |
| HSL | 296.76º | 0.7% | 0.79% | - |
| HSV(B) | 296.76º | 0.31% | 0.94% | - |
| XYZ | 63.3 | 50.8 | 88.13 | - |
| YUV | 194.37 | 153.19 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 239 | 0.02 | 0.31 | 0 | 0.06 | 296.76 | 0.7 | 0.79 |
| Hex | EB | A5 | EF | 2 | 1F | 0 | 6 | 129 | 46 | 4F |
| Octal | 353 | 245 | 357 | 2 | 37 | 0 | 6 | 451 | 106 | 117 |
| Binary | 11101011 | 10100101 | 11101111 | 10 | 11111 | 0 | 110 | 100101001 | 1000110 | 1001111 |
Color Harmonies of #EBA5EF
Complementary color
Monochromatic Colors of #EBA5EF
Black with #EBA5EF
Text Example
Text Example
White with #EBA5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5EF; }
p { color: rgb(235,165,239); }
H1.HeaderClassName
{
color: #EBA5EF;
}
.AnyTagClassName
{
color: #EBA5EF;
}
</style>
background-color css
<style>
a { background-color: #EBA5EF; }
a { background-color: rgb(235,165,239); }
div.DivClassName
{
background-color: #EBA5EF;
}
.BgClassName
{
background-color: #EBA5EF;
}
</style>
border-color css
<style>
span { border-color: #EBA5EF; }
span { border-color: rgb(235,165,239); }
td.TdClassName
{
border-color: #EBA5EF;
}
.TagClassName
{
border-color: #EBA5EF;
}
</style>