Shades of Plum #EBA5E8
Tints of Plum #EBA5E8
RGB
CMYK
RGB Variations
Color information
#EBA5E8 (or 0xEBA5E8) is known color: Plum. HEX triplet: EB, A5 and E8. RGB value is (235,165,232). Sum of RGB (Red+Green+Blue) = 235+165+232=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 165 (64.84% from 255 or 26.11% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5E8 is #145A17. Grayscale: #C1C1C1. Windows color (decimal): -1333784 or 15246827. OLE color: 15246827.
HSL color Cylindrical-coordinate representation of color #EBA5E8: hue angle of 302.57º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5E8 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 232 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.08 |
| HSL | 302.57º | 0.64% | 0.78% | - |
| HSV(B) | 302.57º | 0.3% | 0.92% | - |
| XYZ | 62.28 | 50.4 | 82.79 | - |
| YUV | 193.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 232 | 0 | 0.30 | 0.01 | 0.08 | 302.57 | 0.64 | 0.78 |
| Hex | EB | A5 | E8 | 0 | 1E | 1 | 8 | 12F | 40 | 4E |
| Octal | 353 | 245 | 350 | 0 | 36 | 1 | 10 | 457 | 100 | 116 |
| Binary | 11101011 | 10100101 | 11101000 | 0 | 11110 | 1 | 1000 | 100101111 | 1000000 | 1001110 |
Color Harmonies of #EBA5E8
Complementary color
Monochromatic Colors of #EBA5E8
Black with #EBA5E8
Text Example
Text Example
White with #EBA5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5E8; }
p { color: rgb(235,165,232); }
H1.HeaderClassName
{
color: #EBA5E8;
}
.AnyTagClassName
{
color: #EBA5E8;
}
</style>
background-color css
<style>
a { background-color: #EBA5E8; }
a { background-color: rgb(235,165,232); }
div.DivClassName
{
background-color: #EBA5E8;
}
.BgClassName
{
background-color: #EBA5E8;
}
</style>
border-color css
<style>
span { border-color: #EBA5E8; }
span { border-color: rgb(235,165,232); }
td.TdClassName
{
border-color: #EBA5E8;
}
.TagClassName
{
border-color: #EBA5E8;
}
</style>