Shades of Plum #EBA5E4
Tints of Plum #EBA5E4
RGB
CMYK
RGB Variations
Color information
#EBA5E4 (or 0xEBA5E4) is known color: Plum. HEX triplet: EB, A5 and E4. RGB value is (235,165,228). Sum of RGB (Red+Green+Blue) = 235+165+228=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 165 (64.84% from 255 or 26.27% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5E4 is #145A1B. Grayscale: #C0C0C0. Windows color (decimal): -1333788 or 14984683. OLE color: 14984683.
HSL color Cylindrical-coordinate representation of color #EBA5E4: hue angle of 306º 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 #EBA5E4 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 228 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.08 |
| HSL | 306º | 0.64% | 0.78% | - |
| HSV(B) | 306º | 0.3% | 0.92% | - |
| XYZ | 61.72 | 50.17 | 79.83 | - |
| YUV | 193.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 228 | 0 | 0.30 | 0.03 | 0.08 | 306 | 0.64 | 0.78 |
| Hex | EB | A5 | E4 | 0 | 1E | 3 | 8 | 132 | 40 | 4E |
| Octal | 353 | 245 | 344 | 0 | 36 | 3 | 10 | 462 | 100 | 116 |
| Binary | 11101011 | 10100101 | 11100100 | 0 | 11110 | 11 | 1000 | 100110010 | 1000000 | 1001110 |
Color Harmonies of #EBA5E4
Complementary color
Monochromatic Colors of #EBA5E4
Black with #EBA5E4
Text Example
Text Example
White with #EBA5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5E4; }
p { color: rgb(235,165,228); }
H1.HeaderClassName
{
color: #EBA5E4;
}
.AnyTagClassName
{
color: #EBA5E4;
}
</style>
background-color css
<style>
a { background-color: #EBA5E4; }
a { background-color: rgb(235,165,228); }
div.DivClassName
{
background-color: #EBA5E4;
}
.BgClassName
{
background-color: #EBA5E4;
}
</style>
border-color css
<style>
span { border-color: #EBA5E4; }
span { border-color: rgb(235,165,228); }
td.TdClassName
{
border-color: #EBA5E4;
}
.TagClassName
{
border-color: #EBA5E4;
}
</style>