Shades of Plum #EBA9EA
Tints of Plum #EBA9EA
RGB
CMYK
RGB Variations
Color information
#EBA9EA (or 0xEBA9EA) is known color: Plum. HEX triplet: EB, A9 and EA. RGB value is (235,169,234). Sum of RGB (Red+Green+Blue) = 235+169+234=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9EA is #145615. Grayscale: #C3C3C3. Windows color (decimal): -1332758 or 15378923. OLE color: 15378923.
HSL color Cylindrical-coordinate representation of color #EBA9EA: hue angle of 300.91º 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 #EBA9EA is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 234 | - |
| CMYK | 0 | 0.28 | 0.00 | 0.08 |
| HSL | 300.91º | 0.62% | 0.79% | - |
| HSV(B) | 300.91º | 0.28% | 0.92% | - |
| XYZ | 63.3 | 51.98 | 84.54 | - |
| YUV | 196.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 234 | 0 | 0.28 | 0.00 | 0.08 | 300.91 | 0.62 | 0.79 |
| Hex | EB | A9 | EA | 0 | 1C | 0 | 8 | 12D | 3E | 4F |
| Octal | 353 | 251 | 352 | 0 | 34 | 0 | 10 | 455 | 76 | 117 |
| Binary | 11101011 | 10101001 | 11101010 | 0 | 11100 | 0 | 1000 | 100101101 | 111110 | 1001111 |
Color Harmonies of #EBA9EA
Complementary color
Monochromatic Colors of #EBA9EA
Black with #EBA9EA
Text Example
Text Example
White with #EBA9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9EA; }
p { color: rgb(235,169,234); }
H1.HeaderClassName
{
color: #EBA9EA;
}
.AnyTagClassName
{
color: #EBA9EA;
}
</style>
background-color css
<style>
a { background-color: #EBA9EA; }
a { background-color: rgb(235,169,234); }
div.DivClassName
{
background-color: #EBA9EA;
}
.BgClassName
{
background-color: #EBA9EA;
}
</style>
border-color css
<style>
span { border-color: #EBA9EA; }
span { border-color: rgb(235,169,234); }
td.TdClassName
{
border-color: #EBA9EA;
}
.TagClassName
{
border-color: #EBA9EA;
}
</style>