Shades of Plum #EBA5F1
Tints of Plum #EBA5F1
RGB
CMYK
RGB Variations
Color information
#EBA5F1 (or 0xEBA5F1) is known color: Plum. HEX triplet: EB, A5 and F1. RGB value is (235,165,241). Sum of RGB (Red+Green+Blue) = 235+165+241=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 165 (64.84% from 255 or 25.74% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBA5F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5F1 is #145A0E. Grayscale: #C2C2C2. Windows color (decimal): -1333775 or 15836651. OLE color: 15836651.
HSL color Cylindrical-coordinate representation of color #EBA5F1: hue angle of 295.26º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA5F1 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 165 | 241 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.05 |
| HSL | 295.26º | 0.73% | 0.8% | - |
| HSV(B) | 295.26º | 0.32% | 0.95% | - |
| XYZ | 63.59 | 50.92 | 89.7 | - |
| YUV | 194.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 241 | 0.02 | 0.32 | 0 | 0.05 | 295.26 | 0.73 | 0.8 |
| Hex | EB | A5 | F1 | 2 | 20 | 0 | 5 | 127 | 49 | 50 |
| Octal | 353 | 245 | 361 | 2 | 40 | 0 | 5 | 447 | 111 | 120 |
| Binary | 11101011 | 10100101 | 11110001 | 10 | 100000 | 0 | 101 | 100100111 | 1001001 | 1010000 |
Color Harmonies of #EBA5F1
Complementary color
Monochromatic Colors of #EBA5F1
Black with #EBA5F1
Text Example
Text Example
White with #EBA5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5F1; }
p { color: rgb(235,165,241); }
H1.HeaderClassName
{
color: #EBA5F1;
}
.AnyTagClassName
{
color: #EBA5F1;
}
</style>
background-color css
<style>
a { background-color: #EBA5F1; }
a { background-color: rgb(235,165,241); }
div.DivClassName
{
background-color: #EBA5F1;
}
.BgClassName
{
background-color: #EBA5F1;
}
</style>
border-color css
<style>
span { border-color: #EBA5F1; }
span { border-color: rgb(235,165,241); }
td.TdClassName
{
border-color: #EBA5F1;
}
.TagClassName
{
border-color: #EBA5F1;
}
</style>