Shades of Plum #EBA6E7
Tints of Plum #EBA6E7
RGB
CMYK
RGB Variations
Color information
#EBA6E7 (or 0xEBA6E7) is known color: Plum. HEX triplet: EB, A6 and E7. RGB value is (235,166,231). Sum of RGB (Red+Green+Blue) = 235+166+231=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 166 (65.23% from 255 or 26.27% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6E7 is #145918. Grayscale: #C1C1C1. Windows color (decimal): -1333529 or 15181547. OLE color: 15181547.
HSL color Cylindrical-coordinate representation of color #EBA6E7: hue angle of 303.48º 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 #EBA6E7 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 231 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.08 |
| HSL | 303.48º | 0.63% | 0.79% | - |
| HSV(B) | 303.48º | 0.29% | 0.92% | - |
| XYZ | 62.32 | 50.7 | 82.1 | - |
| YUV | 194.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 231 | 0 | 0.29 | 0.02 | 0.08 | 303.48 | 0.63 | 0.79 |
| Hex | EB | A6 | E7 | 0 | 1D | 2 | 8 | 12F | 3F | 4F |
| Octal | 353 | 246 | 347 | 0 | 35 | 2 | 10 | 457 | 77 | 117 |
| Binary | 11101011 | 10100110 | 11100111 | 0 | 11101 | 10 | 1000 | 100101111 | 111111 | 1001111 |
Color Harmonies of #EBA6E7
Complementary color
Monochromatic Colors of #EBA6E7
Black with #EBA6E7
Text Example
Text Example
White with #EBA6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA6E7; }
p { color: rgb(235,166,231); }
H1.HeaderClassName
{
color: #EBA6E7;
}
.AnyTagClassName
{
color: #EBA6E7;
}
</style>
background-color css
<style>
a { background-color: #EBA6E7; }
a { background-color: rgb(235,166,231); }
div.DivClassName
{
background-color: #EBA6E7;
}
.BgClassName
{
background-color: #EBA6E7;
}
</style>
border-color css
<style>
span { border-color: #EBA6E7; }
span { border-color: rgb(235,166,231); }
td.TdClassName
{
border-color: #EBA6E7;
}
.TagClassName
{
border-color: #EBA6E7;
}
</style>