Shades of Plum #EBA6EB
Tints of Plum #EBA6EB
RGB
CMYK
RGB Variations
Color information
#EBA6EB (or 0xEBA6EB) is known color: Plum. HEX triplet: EB, A6 and EB. RGB value is (235,166,235). Sum of RGB (Red+Green+Blue) = 235+166+235=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 166 (65.23% from 255 or 26.10% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBA6EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6EB is #145914. Grayscale: #C2C2C2. Windows color (decimal): -1333525 or 15443691. OLE color: 15443691.
HSL color Cylindrical-coordinate representation of color #EBA6EB: hue angle of 300º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA6EB is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 235 | - |
| CMYK | 0 | 0.29 | 0 | 0.08 |
| HSL | 300º | 0.63% | 0.79% | - |
| HSV(B) | 300º | 0.29% | 0.92% | - |
| XYZ | 62.89 | 50.93 | 85.11 | - |
| YUV | 194.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 235 | 0 | 0.29 | 0 | 0.08 | 300 | 0.63 | 0.79 |
| Hex | EB | A6 | EB | 0 | 1D | 0 | 8 | 12C | 3F | 4F |
| Octal | 353 | 246 | 353 | 0 | 35 | 0 | 10 | 454 | 77 | 117 |
| Binary | 11101011 | 10100110 | 11101011 | 0 | 11101 | 0 | 1000 | 100101100 | 111111 | 1001111 |
Color Harmonies of #EBA6EB
Complementary color
Monochromatic Colors of #EBA6EB
Black with #EBA6EB
Text Example
Text Example
White with #EBA6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA6EB; }
p { color: rgb(235,166,235); }
H1.HeaderClassName
{
color: #EBA6EB;
}
.AnyTagClassName
{
color: #EBA6EB;
}
</style>
background-color css
<style>
a { background-color: #EBA6EB; }
a { background-color: rgb(235,166,235); }
div.DivClassName
{
background-color: #EBA6EB;
}
.BgClassName
{
background-color: #EBA6EB;
}
</style>
border-color css
<style>
span { border-color: #EBA6EB; }
span { border-color: rgb(235,166,235); }
td.TdClassName
{
border-color: #EBA6EB;
}
.TagClassName
{
border-color: #EBA6EB;
}
</style>