Shades of Plum #EBA7E8
Tints of Plum #EBA7E8
RGB
CMYK
RGB Variations
Color information
#EBA7E8 (or 0xEBA7E8) is known color: Plum. HEX triplet: EB, A7 and E8. RGB value is (235,167,232). Sum of RGB (Red+Green+Blue) = 235+167+232=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 167 (65.62% from 255 or 26.34% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7E8 is #145817. Grayscale: #C2C2C2. Windows color (decimal): -1333272 or 15247339. OLE color: 15247339.
HSL color Cylindrical-coordinate representation of color #EBA7E8: hue angle of 302.65º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA7E8 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 232 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.08 |
| HSL | 302.65º | 0.63% | 0.79% | - |
| HSV(B) | 302.65º | 0.29% | 0.92% | - |
| XYZ | 62.65 | 51.13 | 82.91 | - |
| YUV | 194.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 232 | 0 | 0.29 | 0.01 | 0.08 | 302.65 | 0.63 | 0.79 |
| Hex | EB | A7 | E8 | 0 | 1D | 1 | 8 | 12F | 3F | 4F |
| Octal | 353 | 247 | 350 | 0 | 35 | 1 | 10 | 457 | 77 | 117 |
| Binary | 11101011 | 10100111 | 11101000 | 0 | 11101 | 1 | 1000 | 100101111 | 111111 | 1001111 |
Color Harmonies of #EBA7E8
Complementary color
Monochromatic Colors of #EBA7E8
Black with #EBA7E8
Text Example
Text Example
White with #EBA7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7E8; }
p { color: rgb(235,167,232); }
H1.HeaderClassName
{
color: #EBA7E8;
}
.AnyTagClassName
{
color: #EBA7E8;
}
</style>
background-color css
<style>
a { background-color: #EBA7E8; }
a { background-color: rgb(235,167,232); }
div.DivClassName
{
background-color: #EBA7E8;
}
.BgClassName
{
background-color: #EBA7E8;
}
</style>
border-color css
<style>
span { border-color: #EBA7E8; }
span { border-color: rgb(235,167,232); }
td.TdClassName
{
border-color: #EBA7E8;
}
.TagClassName
{
border-color: #EBA7E8;
}
</style>