Shades of Plum #EBA7E5
Tints of Plum #EBA7E5
RGB
CMYK
RGB Variations
Color information
#EBA7E5 (or 0xEBA7E5) is known color: Plum. HEX triplet: EB, A7 and E5. RGB value is (235,167,229). Sum of RGB (Red+Green+Blue) = 235+167+229=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 167 (65.62% from 255 or 26.47% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7E5 is #14581A. Grayscale: #C2C2C2. Windows color (decimal): -1333275 or 15050731. OLE color: 15050731.
HSL color Cylindrical-coordinate representation of color #EBA7E5: hue angle of 305.29º 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 #EBA7E5 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 229 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.08 |
| HSL | 305.29º | 0.63% | 0.79% | - |
| HSV(B) | 305.29º | 0.29% | 0.92% | - |
| XYZ | 62.22 | 50.96 | 80.68 | - |
| YUV | 194.4 | 147.53 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 229 | 0 | 0.29 | 0.03 | 0.08 | 305.29 | 0.63 | 0.79 |
| Hex | EB | A7 | E5 | 0 | 1D | 3 | 8 | 131 | 3F | 4F |
| Octal | 353 | 247 | 345 | 0 | 35 | 3 | 10 | 461 | 77 | 117 |
| Binary | 11101011 | 10100111 | 11100101 | 0 | 11101 | 11 | 1000 | 100110001 | 111111 | 1001111 |
Color Harmonies of #EBA7E5
Complementary color
Monochromatic Colors of #EBA7E5
Black with #EBA7E5
Text Example
Text Example
White with #EBA7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7E5; }
p { color: rgb(235,167,229); }
H1.HeaderClassName
{
color: #EBA7E5;
}
.AnyTagClassName
{
color: #EBA7E5;
}
</style>
background-color css
<style>
a { background-color: #EBA7E5; }
a { background-color: rgb(235,167,229); }
div.DivClassName
{
background-color: #EBA7E5;
}
.BgClassName
{
background-color: #EBA7E5;
}
</style>
border-color css
<style>
span { border-color: #EBA7E5; }
span { border-color: rgb(235,167,229); }
td.TdClassName
{
border-color: #EBA7E5;
}
.TagClassName
{
border-color: #EBA7E5;
}
</style>