Shades of Plum #EBA0EF
Tints of Plum #EBA0EF
RGB
CMYK
RGB Variations
Color information
#EBA0EF (or 0xEBA0EF) is known color: Plum. HEX triplet: EB, A0 and EF. RGB value is (235,160,239). Sum of RGB (Red+Green+Blue) = 235+160+239=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBA0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA0EF is #145F10. Grayscale: #BFBFBF. Windows color (decimal): -1335057 or 15704299. OLE color: 15704299.
HSL color Cylindrical-coordinate representation of color #EBA0EF: hue angle of 296.96º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA0EF is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 160 | 239 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.06 |
| HSL | 296.96º | 0.71% | 0.78% | - |
| HSV(B) | 296.96º | 0.33% | 0.94% | - |
| XYZ | 62.41 | 49.04 | 87.84 | - |
| YUV | 191.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 239 | 0.02 | 0.33 | 0 | 0.06 | 296.96 | 0.71 | 0.78 |
| Hex | EB | A0 | EF | 2 | 21 | 0 | 6 | 129 | 47 | 4E |
| Octal | 353 | 240 | 357 | 2 | 41 | 0 | 6 | 451 | 107 | 116 |
| Binary | 11101011 | 10100000 | 11101111 | 10 | 100001 | 0 | 110 | 100101001 | 1000111 | 1001110 |
Color Harmonies of #EBA0EF
Complementary color
Monochromatic Colors of #EBA0EF
Black with #EBA0EF
Text Example
Text Example
White with #EBA0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA0EF; }
p { color: rgb(235,160,239); }
H1.HeaderClassName
{
color: #EBA0EF;
}
.AnyTagClassName
{
color: #EBA0EF;
}
</style>
background-color css
<style>
a { background-color: #EBA0EF; }
a { background-color: rgb(235,160,239); }
div.DivClassName
{
background-color: #EBA0EF;
}
.BgClassName
{
background-color: #EBA0EF;
}
</style>
border-color css
<style>
span { border-color: #EBA0EF; }
span { border-color: rgb(235,160,239); }
td.TdClassName
{
border-color: #EBA0EF;
}
.TagClassName
{
border-color: #EBA0EF;
}
</style>