Shades of Plum #EBA7EE
Tints of Plum #EBA7EE
RGB
CMYK
RGB Variations
Color information
#EBA7EE (or 0xEBA7EE) is known color: Plum. HEX triplet: EB, A7 and EE. RGB value is (235,167,238). Sum of RGB (Red+Green+Blue) = 235+167+238=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 167 (65.62% from 255 or 26.09% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBA7EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7EE is #145811. Grayscale: #C3C3C3. Windows color (decimal): -1333266 or 15640555. OLE color: 15640555.
HSL color Cylindrical-coordinate representation of color #EBA7EE: hue angle of 297.46º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA7EE is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 167 | 238 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.07 |
| HSL | 297.46º | 0.68% | 0.79% | - |
| HSV(B) | 297.46º | 0.3% | 0.93% | - |
| XYZ | 63.51 | 51.47 | 87.48 | - |
| YUV | 195.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 238 | 0.01 | 0.30 | 0 | 0.07 | 297.46 | 0.68 | 0.79 |
| Hex | EB | A7 | EE | 1 | 1E | 0 | 7 | 129 | 44 | 4F |
| Octal | 353 | 247 | 356 | 1 | 36 | 0 | 7 | 451 | 104 | 117 |
| Binary | 11101011 | 10100111 | 11101110 | 1 | 11110 | 0 | 111 | 100101001 | 1000100 | 1001111 |
Color Harmonies of #EBA7EE
Complementary color
Monochromatic Colors of #EBA7EE
Black with #EBA7EE
Text Example
Text Example
White with #EBA7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7EE; }
p { color: rgb(235,167,238); }
H1.HeaderClassName
{
color: #EBA7EE;
}
.AnyTagClassName
{
color: #EBA7EE;
}
</style>
background-color css
<style>
a { background-color: #EBA7EE; }
a { background-color: rgb(235,167,238); }
div.DivClassName
{
background-color: #EBA7EE;
}
.BgClassName
{
background-color: #EBA7EE;
}
</style>
border-color css
<style>
span { border-color: #EBA7EE; }
span { border-color: rgb(235,167,238); }
td.TdClassName
{
border-color: #EBA7EE;
}
.TagClassName
{
border-color: #EBA7EE;
}
</style>