Shades of Plum #EBA1EC
Tints of Plum #EBA1EC
RGB
CMYK
RGB Variations
Color information
#EBA1EC (or 0xEBA1EC) is known color: Plum. HEX triplet: EB, A1 and EC. RGB value is (235,161,236). Sum of RGB (Red+Green+Blue) = 235+161+236=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 161 (63.28% from 255 or 25.47% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBA1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1EC is #145E13. Grayscale: #BFBFBF. Windows color (decimal): -1334804 or 15507947. OLE color: 15507947.
HSL color Cylindrical-coordinate representation of color #EBA1EC: hue angle of 299.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA1EC is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 161 | 236 | - |
| CMYK | 0.00 | 0.32 | 0 | 0.07 |
| HSL | 299.2º | 0.66% | 0.78% | - |
| HSV(B) | 299.2º | 0.32% | 0.93% | - |
| XYZ | 62.15 | 49.21 | 85.58 | - |
| YUV | 191.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 236 | 0.00 | 0.32 | 0 | 0.07 | 299.2 | 0.66 | 0.78 |
| Hex | EB | A1 | EC | 0 | 20 | 0 | 7 | 12B | 42 | 4E |
| Octal | 353 | 241 | 354 | 0 | 40 | 0 | 7 | 453 | 102 | 116 |
| Binary | 11101011 | 10100001 | 11101100 | 0 | 100000 | 0 | 111 | 100101011 | 1000010 | 1001110 |
Color Harmonies of #EBA1EC
Complementary color
Monochromatic Colors of #EBA1EC
Black with #EBA1EC
Text Example
Text Example
White with #EBA1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1EC; }
p { color: rgb(235,161,236); }
H1.HeaderClassName
{
color: #EBA1EC;
}
.AnyTagClassName
{
color: #EBA1EC;
}
</style>
background-color css
<style>
a { background-color: #EBA1EC; }
a { background-color: rgb(235,161,236); }
div.DivClassName
{
background-color: #EBA1EC;
}
.BgClassName
{
background-color: #EBA1EC;
}
</style>
border-color css
<style>
span { border-color: #EBA1EC; }
span { border-color: rgb(235,161,236); }
td.TdClassName
{
border-color: #EBA1EC;
}
.TagClassName
{
border-color: #EBA1EC;
}
</style>