Shades of Plum #EBA0F1
Tints of Plum #EBA0F1
RGB
CMYK
RGB Variations
Color information
#EBA0F1 (or 0xEBA0F1) is known color: Plum. HEX triplet: EB, A0 and F1. RGB value is (235,160,241). Sum of RGB (Red+Green+Blue) = 235+160+241=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 160 (62.89% from 255 or 25.16% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBA0F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA0F1 is #145F0E. Grayscale: #BFBFBF. Windows color (decimal): -1335055 or 15835371. OLE color: 15835371.
HSL color Cylindrical-coordinate representation of color #EBA0F1: hue angle of 295.56º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBA0F1 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 160 | 241 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.05 |
| HSL | 295.56º | 0.74% | 0.79% | - |
| HSV(B) | 295.56º | 0.34% | 0.95% | - |
| XYZ | 62.71 | 49.15 | 89.4 | - |
| YUV | 191.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 241 | 0.02 | 0.34 | 0 | 0.05 | 295.56 | 0.74 | 0.79 |
| Hex | EB | A0 | F1 | 2 | 22 | 0 | 5 | 128 | 4A | 4F |
| Octal | 353 | 240 | 361 | 2 | 42 | 0 | 5 | 450 | 112 | 117 |
| Binary | 11101011 | 10100000 | 11110001 | 10 | 100010 | 0 | 101 | 100101000 | 1001010 | 1001111 |
Color Harmonies of #EBA0F1
Complementary color
Monochromatic Colors of #EBA0F1
Black with #EBA0F1
Text Example
Text Example
White with #EBA0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA0F1; }
p { color: rgb(235,160,241); }
H1.HeaderClassName
{
color: #EBA0F1;
}
.AnyTagClassName
{
color: #EBA0F1;
}
</style>
background-color css
<style>
a { background-color: #EBA0F1; }
a { background-color: rgb(235,160,241); }
div.DivClassName
{
background-color: #EBA0F1;
}
.BgClassName
{
background-color: #EBA0F1;
}
</style>
border-color css
<style>
span { border-color: #EBA0F1; }
span { border-color: rgb(235,160,241); }
td.TdClassName
{
border-color: #EBA0F1;
}
.TagClassName
{
border-color: #EBA0F1;
}
</style>