Shades of Plum #EBA9ED
Tints of Plum #EBA9ED
RGB
CMYK
RGB Variations
Color information
#EBA9ED (or 0xEBA9ED) is known color: Plum. HEX triplet: EB, A9 and ED. RGB value is (235,169,237). Sum of RGB (Red+Green+Blue) = 235+169+237=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 169 (66.41% from 255 or 26.37% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBA9ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9ED is #145612. Grayscale: #C4C4C4. Windows color (decimal): -1332755 or 15575531. OLE color: 15575531.
HSL color Cylindrical-coordinate representation of color #EBA9ED: hue angle of 298.24º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA9ED is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 169 | 237 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.07 |
| HSL | 298.24º | 0.65% | 0.8% | - |
| HSV(B) | 298.24º | 0.29% | 0.93% | - |
| XYZ | 63.73 | 52.15 | 86.83 | - |
| YUV | 196.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 237 | 0.01 | 0.29 | 0 | 0.07 | 298.24 | 0.65 | 0.8 |
| Hex | EB | A9 | ED | 1 | 1D | 0 | 7 | 12A | 41 | 50 |
| Octal | 353 | 251 | 355 | 1 | 35 | 0 | 7 | 452 | 101 | 120 |
| Binary | 11101011 | 10101001 | 11101101 | 1 | 11101 | 0 | 111 | 100101010 | 1000001 | 1010000 |
Color Harmonies of #EBA9ED
Complementary color
Monochromatic Colors of #EBA9ED
Black with #EBA9ED
Text Example
Text Example
White with #EBA9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9ED; }
p { color: rgb(235,169,237); }
H1.HeaderClassName
{
color: #EBA9ED;
}
.AnyTagClassName
{
color: #EBA9ED;
}
</style>
background-color css
<style>
a { background-color: #EBA9ED; }
a { background-color: rgb(235,169,237); }
div.DivClassName
{
background-color: #EBA9ED;
}
.BgClassName
{
background-color: #EBA9ED;
}
</style>
border-color css
<style>
span { border-color: #EBA9ED; }
span { border-color: rgb(235,169,237); }
td.TdClassName
{
border-color: #EBA9ED;
}
.TagClassName
{
border-color: #EBA9ED;
}
</style>