Shades of Plum #EBA9E8
Tints of Plum #EBA9E8
RGB
CMYK
RGB Variations
Color information
#EBA9E8 (or 0xEBA9E8) is known color: Plum. HEX triplet: EB, A9 and E8. RGB value is (235,169,232). Sum of RGB (Red+Green+Blue) = 235+169+232=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 169 (66.41% from 255 or 26.57% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9E8 is #145617. Grayscale: #C3C3C3. Windows color (decimal): -1332760 or 15247851. OLE color: 15247851.
HSL color Cylindrical-coordinate representation of color #EBA9E8: hue angle of 302.73º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9E8 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 232 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.08 |
| HSL | 302.73º | 0.62% | 0.79% | - |
| HSV(B) | 302.73º | 0.28% | 0.92% | - |
| XYZ | 63.01 | 51.86 | 83.03 | - |
| YUV | 195.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 232 | 0 | 0.28 | 0.01 | 0.08 | 302.73 | 0.62 | 0.79 |
| Hex | EB | A9 | E8 | 0 | 1C | 1 | 8 | 12F | 3E | 4F |
| Octal | 353 | 251 | 350 | 0 | 34 | 1 | 10 | 457 | 76 | 117 |
| Binary | 11101011 | 10101001 | 11101000 | 0 | 11100 | 1 | 1000 | 100101111 | 111110 | 1001111 |
Color Harmonies of #EBA9E8
Complementary color
Monochromatic Colors of #EBA9E8
Black with #EBA9E8
Text Example
Text Example
White with #EBA9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9E8; }
p { color: rgb(235,169,232); }
H1.HeaderClassName
{
color: #EBA9E8;
}
.AnyTagClassName
{
color: #EBA9E8;
}
</style>
background-color css
<style>
a { background-color: #EBA9E8; }
a { background-color: rgb(235,169,232); }
div.DivClassName
{
background-color: #EBA9E8;
}
.BgClassName
{
background-color: #EBA9E8;
}
</style>
border-color css
<style>
span { border-color: #EBA9E8; }
span { border-color: rgb(235,169,232); }
td.TdClassName
{
border-color: #EBA9E8;
}
.TagClassName
{
border-color: #EBA9E8;
}
</style>