Shades of Plum #EBA5E7
Tints of Plum #EBA5E7
RGB
CMYK
RGB Variations
Color information
#EBA5E7 (or 0xEBA5E7) is known color: Plum. HEX triplet: EB, A5 and E7. RGB value is (235,165,231). Sum of RGB (Red+Green+Blue) = 235+165+231=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 165 (64.84% from 255 or 26.15% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5E7 is #145A18. Grayscale: #C1C1C1. Windows color (decimal): -1333785 or 15181291. OLE color: 15181291.
HSL color Cylindrical-coordinate representation of color #EBA5E7: hue angle of 303.43º 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 #EBA5E7 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 231 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.08 |
| HSL | 303.43º | 0.64% | 0.78% | - |
| HSV(B) | 303.43º | 0.3% | 0.92% | - |
| XYZ | 62.14 | 50.34 | 82.04 | - |
| YUV | 193.45 | 149.19 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 231 | 0 | 0.30 | 0.02 | 0.08 | 303.43 | 0.64 | 0.78 |
| Hex | EB | A5 | E7 | 0 | 1E | 2 | 8 | 12F | 40 | 4E |
| Octal | 353 | 245 | 347 | 0 | 36 | 2 | 10 | 457 | 100 | 116 |
| Binary | 11101011 | 10100101 | 11100111 | 0 | 11110 | 10 | 1000 | 100101111 | 1000000 | 1001110 |
Color Harmonies of #EBA5E7
Complementary color
Monochromatic Colors of #EBA5E7
Black with #EBA5E7
Text Example
Text Example
White with #EBA5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5E7; }
p { color: rgb(235,165,231); }
H1.HeaderClassName
{
color: #EBA5E7;
}
.AnyTagClassName
{
color: #EBA5E7;
}
</style>
background-color css
<style>
a { background-color: #EBA5E7; }
a { background-color: rgb(235,165,231); }
div.DivClassName
{
background-color: #EBA5E7;
}
.BgClassName
{
background-color: #EBA5E7;
}
</style>
border-color css
<style>
span { border-color: #EBA5E7; }
span { border-color: rgb(235,165,231); }
td.TdClassName
{
border-color: #EBA5E7;
}
.TagClassName
{
border-color: #EBA5E7;
}
</style>