Shades of Plum #EBA5EE
Tints of Plum #EBA5EE
RGB
CMYK
RGB Variations
Color information
#EBA5EE (or 0xEBA5EE) is known color: Plum. HEX triplet: EB, A5 and EE. RGB value is (235,165,238). Sum of RGB (Red+Green+Blue) = 235+165+238=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 165 (64.84% from 255 or 25.86% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBA5EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5EE is #145A11. Grayscale: #C2C2C2. Windows color (decimal): -1333778 or 15640043. OLE color: 15640043.
HSL color Cylindrical-coordinate representation of color #EBA5EE: hue angle of 297.53º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA5EE is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 165 | 238 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.07 |
| HSL | 297.53º | 0.68% | 0.79% | - |
| HSV(B) | 297.53º | 0.31% | 0.93% | - |
| XYZ | 63.15 | 50.75 | 87.36 | - |
| YUV | 194.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 238 | 0.01 | 0.31 | 0 | 0.07 | 297.53 | 0.68 | 0.79 |
| Hex | EB | A5 | EE | 1 | 1F | 0 | 7 | 12A | 44 | 4F |
| Octal | 353 | 245 | 356 | 1 | 37 | 0 | 7 | 452 | 104 | 117 |
| Binary | 11101011 | 10100101 | 11101110 | 1 | 11111 | 0 | 111 | 100101010 | 1000100 | 1001111 |
Color Harmonies of #EBA5EE
Complementary color
Monochromatic Colors of #EBA5EE
Black with #EBA5EE
Text Example
Text Example
White with #EBA5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5EE; }
p { color: rgb(235,165,238); }
H1.HeaderClassName
{
color: #EBA5EE;
}
.AnyTagClassName
{
color: #EBA5EE;
}
</style>
background-color css
<style>
a { background-color: #EBA5EE; }
a { background-color: rgb(235,165,238); }
div.DivClassName
{
background-color: #EBA5EE;
}
.BgClassName
{
background-color: #EBA5EE;
}
</style>
border-color css
<style>
span { border-color: #EBA5EE; }
span { border-color: rgb(235,165,238); }
td.TdClassName
{
border-color: #EBA5EE;
}
.TagClassName
{
border-color: #EBA5EE;
}
</style>