Shades of Plum #EBA8E9
Tints of Plum #EBA8E9
RGB
CMYK
RGB Variations
Color information
#EBA8E9 (or 0xEBA8E9) is known color: Plum. HEX triplet: EB, A8 and E9. RGB value is (235,168,233). Sum of RGB (Red+Green+Blue) = 235+168+233=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA8E9 is #145716. Grayscale: #C3C3C3. Windows color (decimal): -1333015 or 15313131. OLE color: 15313131.
HSL color Cylindrical-coordinate representation of color #EBA8E9: hue angle of 301.79º 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 #EBA8E9 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 233 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.08 |
| HSL | 301.79º | 0.63% | 0.79% | - |
| HSV(B) | 301.79º | 0.29% | 0.92% | - |
| XYZ | 62.97 | 51.55 | 83.72 | - |
| YUV | 195.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 233 | 0 | 0.29 | 0.01 | 0.08 | 301.79 | 0.63 | 0.79 |
| Hex | EB | A8 | E9 | 0 | 1D | 1 | 8 | 12E | 3F | 4F |
| Octal | 353 | 250 | 351 | 0 | 35 | 1 | 10 | 456 | 77 | 117 |
| Binary | 11101011 | 10101000 | 11101001 | 0 | 11101 | 1 | 1000 | 100101110 | 111111 | 1001111 |
Color Harmonies of #EBA8E9
Complementary color
Monochromatic Colors of #EBA8E9
Black with #EBA8E9
Text Example
Text Example
White with #EBA8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8E9; }
p { color: rgb(235,168,233); }
H1.HeaderClassName
{
color: #EBA8E9;
}
.AnyTagClassName
{
color: #EBA8E9;
}
</style>
background-color css
<style>
a { background-color: #EBA8E9; }
a { background-color: rgb(235,168,233); }
div.DivClassName
{
background-color: #EBA8E9;
}
.BgClassName
{
background-color: #EBA8E9;
}
</style>
border-color css
<style>
span { border-color: #EBA8E9; }
span { border-color: rgb(235,168,233); }
td.TdClassName
{
border-color: #EBA8E9;
}
.TagClassName
{
border-color: #EBA8E9;
}
</style>