Shades of Plum #EBA1EB
Tints of Plum #EBA1EB
RGB
CMYK
RGB Variations
Color information
#EBA1EB (or 0xEBA1EB) is known color: Plum. HEX triplet: EB, A1 and EB. RGB value is (235,161,235). Sum of RGB (Red+Green+Blue) = 235+161+235=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 161 (63.28% from 255 or 25.52% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBA1EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1EB is #145E14. Grayscale: #BFBFBF. Windows color (decimal): -1334805 or 15442411. OLE color: 15442411.
HSL color Cylindrical-coordinate representation of color #EBA1EB: hue angle of 300º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA1EB is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 235 | - |
| CMYK | 0 | 0.31 | 0 | 0.08 |
| HSL | 300º | 0.65% | 0.78% | - |
| HSV(B) | 300º | 0.31% | 0.92% | - |
| XYZ | 62 | 49.15 | 84.82 | - |
| YUV | 191.56 | 152.52 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 235 | 0 | 0.31 | 0 | 0.08 | 300 | 0.65 | 0.78 |
| Hex | EB | A1 | EB | 0 | 1F | 0 | 8 | 12C | 41 | 4E |
| Octal | 353 | 241 | 353 | 0 | 37 | 0 | 10 | 454 | 101 | 116 |
| Binary | 11101011 | 10100001 | 11101011 | 0 | 11111 | 0 | 1000 | 100101100 | 1000001 | 1001110 |
Color Harmonies of #EBA1EB
Complementary color
Monochromatic Colors of #EBA1EB
Black with #EBA1EB
Text Example
Text Example
White with #EBA1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1EB; }
p { color: rgb(235,161,235); }
H1.HeaderClassName
{
color: #EBA1EB;
}
.AnyTagClassName
{
color: #EBA1EB;
}
</style>
background-color css
<style>
a { background-color: #EBA1EB; }
a { background-color: rgb(235,161,235); }
div.DivClassName
{
background-color: #EBA1EB;
}
.BgClassName
{
background-color: #EBA1EB;
}
</style>
border-color css
<style>
span { border-color: #EBA1EB; }
span { border-color: rgb(235,161,235); }
td.TdClassName
{
border-color: #EBA1EB;
}
.TagClassName
{
border-color: #EBA1EB;
}
</style>