Shades of Plum #EBA0F0
Tints of Plum #EBA0F0
RGB
CMYK
RGB Variations
Color information
#EBA0F0 (or 0xEBA0F0) is known color: Plum. HEX triplet: EB, A0 and F0. RGB value is (235,160,240). Sum of RGB (Red+Green+Blue) = 235+160+240=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 160 (62.89% from 255 or 25.20% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBA0F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA0F0 is #145F0F. Grayscale: #BFBFBF. Windows color (decimal): -1335056 or 15769835. OLE color: 15769835.
HSL color Cylindrical-coordinate representation of color #EBA0F0: hue angle of 296.25º degrees, saturation: 0.73, 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 #EBA0F0 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 160 | 240 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.06 |
| HSL | 296.25º | 0.73% | 0.78% | - |
| HSV(B) | 296.25º | 0.33% | 0.94% | - |
| XYZ | 62.56 | 49.1 | 88.62 | - |
| YUV | 191.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 240 | 0.02 | 0.33 | 0 | 0.06 | 296.25 | 0.73 | 0.78 |
| Hex | EB | A0 | F0 | 2 | 21 | 0 | 6 | 128 | 49 | 4E |
| Octal | 353 | 240 | 360 | 2 | 41 | 0 | 6 | 450 | 111 | 116 |
| Binary | 11101011 | 10100000 | 11110000 | 10 | 100001 | 0 | 110 | 100101000 | 1001001 | 1001110 |
Color Harmonies of #EBA0F0
Complementary color
Monochromatic Colors of #EBA0F0
Black with #EBA0F0
Text Example
Text Example
White with #EBA0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA0F0; }
p { color: rgb(235,160,240); }
H1.HeaderClassName
{
color: #EBA0F0;
}
.AnyTagClassName
{
color: #EBA0F0;
}
</style>
background-color css
<style>
a { background-color: #EBA0F0; }
a { background-color: rgb(235,160,240); }
div.DivClassName
{
background-color: #EBA0F0;
}
.BgClassName
{
background-color: #EBA0F0;
}
</style>
border-color css
<style>
span { border-color: #EBA0F0; }
span { border-color: rgb(235,160,240); }
td.TdClassName
{
border-color: #EBA0F0;
}
.TagClassName
{
border-color: #EBA0F0;
}
</style>