Shades of Plum #EBA1EF
Tints of Plum #EBA1EF
RGB
CMYK
RGB Variations
Color information
#EBA1EF (or 0xEBA1EF) is known color: Plum. HEX triplet: EB, A1 and EF. RGB value is (235,161,239). Sum of RGB (Red+Green+Blue) = 235+161+239=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 161 (63.28% from 255 or 25.35% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBA1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1EF is #145E10. Grayscale: #BFBFBF. Windows color (decimal): -1334801 or 15704555. OLE color: 15704555.
HSL color Cylindrical-coordinate representation of color #EBA1EF: hue angle of 296.92º 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 #EBA1EF is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 161 | 239 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.06 |
| HSL | 296.92º | 0.71% | 0.78% | - |
| HSV(B) | 296.92º | 0.33% | 0.94% | - |
| XYZ | 62.59 | 49.38 | 87.89 | - |
| YUV | 192.02 | 154.52 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 239 | 0.02 | 0.33 | 0 | 0.06 | 296.92 | 0.71 | 0.78 |
| Hex | EB | A1 | EF | 2 | 21 | 0 | 6 | 129 | 47 | 4E |
| Octal | 353 | 241 | 357 | 2 | 41 | 0 | 6 | 451 | 107 | 116 |
| Binary | 11101011 | 10100001 | 11101111 | 10 | 100001 | 0 | 110 | 100101001 | 1000111 | 1001110 |
Color Harmonies of #EBA1EF
Complementary color
Monochromatic Colors of #EBA1EF
Black with #EBA1EF
Text Example
Text Example
White with #EBA1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1EF; }
p { color: rgb(235,161,239); }
H1.HeaderClassName
{
color: #EBA1EF;
}
.AnyTagClassName
{
color: #EBA1EF;
}
</style>
background-color css
<style>
a { background-color: #EBA1EF; }
a { background-color: rgb(235,161,239); }
div.DivClassName
{
background-color: #EBA1EF;
}
.BgClassName
{
background-color: #EBA1EF;
}
</style>
border-color css
<style>
span { border-color: #EBA1EF; }
span { border-color: rgb(235,161,239); }
td.TdClassName
{
border-color: #EBA1EF;
}
.TagClassName
{
border-color: #EBA1EF;
}
</style>