Shades of Plum #EBA4EA
Tints of Plum #EBA4EA
RGB
CMYK
RGB Variations
Color information
#EBA4EA (or 0xEBA4EA) is known color: Plum. HEX triplet: EB, A4 and EA. RGB value is (235,164,234). Sum of RGB (Red+Green+Blue) = 235+164+234=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 164 (64.45% from 255 or 25.91% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4EA is #145B15. Grayscale: #C1C1C1. Windows color (decimal): -1334038 or 15377643. OLE color: 15377643.
HSL color Cylindrical-coordinate representation of color #EBA4EA: hue angle of 300.85º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4EA is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 234 | - |
| CMYK | 0 | 0.30 | 0.00 | 0.08 |
| HSL | 300.85º | 0.64% | 0.78% | - |
| HSV(B) | 300.85º | 0.3% | 0.92% | - |
| XYZ | 62.39 | 50.15 | 84.23 | - |
| YUV | 193.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 234 | 0 | 0.30 | 0.00 | 0.08 | 300.85 | 0.64 | 0.78 |
| Hex | EB | A4 | EA | 0 | 1E | 0 | 8 | 12D | 40 | 4E |
| Octal | 353 | 244 | 352 | 0 | 36 | 0 | 10 | 455 | 100 | 116 |
| Binary | 11101011 | 10100100 | 11101010 | 0 | 11110 | 0 | 1000 | 100101101 | 1000000 | 1001110 |
Color Harmonies of #EBA4EA
Complementary color
Monochromatic Colors of #EBA4EA
Black with #EBA4EA
Text Example
Text Example
White with #EBA4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA4EA; }
p { color: rgb(235,164,234); }
H1.HeaderClassName
{
color: #EBA4EA;
}
.AnyTagClassName
{
color: #EBA4EA;
}
</style>
background-color css
<style>
a { background-color: #EBA4EA; }
a { background-color: rgb(235,164,234); }
div.DivClassName
{
background-color: #EBA4EA;
}
.BgClassName
{
background-color: #EBA4EA;
}
</style>
border-color css
<style>
span { border-color: #EBA4EA; }
span { border-color: rgb(235,164,234); }
td.TdClassName
{
border-color: #EBA4EA;
}
.TagClassName
{
border-color: #EBA4EA;
}
</style>