Shades of Plum #EBA1ED
Tints of Plum #EBA1ED
RGB
CMYK
RGB Variations
Color information
#EBA1ED (or 0xEBA1ED) is known color: Plum. HEX triplet: EB, A1 and ED. RGB value is (235,161,237). Sum of RGB (Red+Green+Blue) = 235+161+237=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 161 (63.28% from 255 or 25.43% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBA1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1ED is #145E12. Grayscale: #BFBFBF. Windows color (decimal): -1334803 or 15573483. OLE color: 15573483.
HSL color Cylindrical-coordinate representation of color #EBA1ED: hue angle of 298.42º degrees, saturation: 0.68, 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 #EBA1ED is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 161 | 237 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.07 |
| HSL | 298.42º | 0.68% | 0.78% | - |
| HSV(B) | 298.42º | 0.32% | 0.93% | - |
| XYZ | 62.29 | 49.27 | 86.35 | - |
| YUV | 191.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 237 | 0.01 | 0.32 | 0 | 0.07 | 298.42 | 0.68 | 0.78 |
| Hex | EB | A1 | ED | 1 | 20 | 0 | 7 | 12A | 44 | 4E |
| Octal | 353 | 241 | 355 | 1 | 40 | 0 | 7 | 452 | 104 | 116 |
| Binary | 11101011 | 10100001 | 11101101 | 1 | 100000 | 0 | 111 | 100101010 | 1000100 | 1001110 |
Color Harmonies of #EBA1ED
Complementary color
Monochromatic Colors of #EBA1ED
Black with #EBA1ED
Text Example
Text Example
White with #EBA1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1ED; }
p { color: rgb(235,161,237); }
H1.HeaderClassName
{
color: #EBA1ED;
}
.AnyTagClassName
{
color: #EBA1ED;
}
</style>
background-color css
<style>
a { background-color: #EBA1ED; }
a { background-color: rgb(235,161,237); }
div.DivClassName
{
background-color: #EBA1ED;
}
.BgClassName
{
background-color: #EBA1ED;
}
</style>
border-color css
<style>
span { border-color: #EBA1ED; }
span { border-color: rgb(235,161,237); }
td.TdClassName
{
border-color: #EBA1ED;
}
.TagClassName
{
border-color: #EBA1ED;
}
</style>