Shades of Plum #EBA7E6
Tints of Plum #EBA7E6
RGB
CMYK
RGB Variations
Color information
#EBA7E6 (or 0xEBA7E6) is known color: Plum. HEX triplet: EB, A7 and E6. RGB value is (235,167,230). Sum of RGB (Red+Green+Blue) = 235+167+230=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 167 (65.62% from 255 or 26.42% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7E6 is #145819. Grayscale: #C2C2C2. Windows color (decimal): -1333274 or 15116267. OLE color: 15116267.
HSL color Cylindrical-coordinate representation of color #EBA7E6: hue angle of 304.41º 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 #EBA7E6 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 230 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.08 |
| HSL | 304.41º | 0.63% | 0.79% | - |
| HSV(B) | 304.41º | 0.29% | 0.92% | - |
| XYZ | 62.36 | 51.01 | 81.42 | - |
| YUV | 194.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 230 | 0 | 0.29 | 0.02 | 0.08 | 304.41 | 0.63 | 0.79 |
| Hex | EB | A7 | E6 | 0 | 1D | 2 | 8 | 130 | 3F | 4F |
| Octal | 353 | 247 | 346 | 0 | 35 | 2 | 10 | 460 | 77 | 117 |
| Binary | 11101011 | 10100111 | 11100110 | 0 | 11101 | 10 | 1000 | 100110000 | 111111 | 1001111 |
Color Harmonies of #EBA7E6
Complementary color
Monochromatic Colors of #EBA7E6
Black with #EBA7E6
Text Example
Text Example
White with #EBA7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7E6; }
p { color: rgb(235,167,230); }
H1.HeaderClassName
{
color: #EBA7E6;
}
.AnyTagClassName
{
color: #EBA7E6;
}
</style>
background-color css
<style>
a { background-color: #EBA7E6; }
a { background-color: rgb(235,167,230); }
div.DivClassName
{
background-color: #EBA7E6;
}
.BgClassName
{
background-color: #EBA7E6;
}
</style>
border-color css
<style>
span { border-color: #EBA7E6; }
span { border-color: rgb(235,167,230); }
td.TdClassName
{
border-color: #EBA7E6;
}
.TagClassName
{
border-color: #EBA7E6;
}
</style>