Shades of Plum #EBA6F3
Tints of Plum #EBA6F3
RGB
CMYK
RGB Variations
Color information
#EBA6F3 (or 0xEBA6F3) is known color: Plum. HEX triplet: EB, A6 and F3. RGB value is (235,166,243). Sum of RGB (Red+Green+Blue) = 235+166+243=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 166 (65.23% from 255 or 25.78% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBA6F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6F3 is #14590C. Grayscale: #C3C3C3. Windows color (decimal): -1333517 or 15967979. OLE color: 15967979.
HSL color Cylindrical-coordinate representation of color #EBA6F3: hue angle of 293.77º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA6F3 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 166 | 243 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.05 |
| HSL | 293.77º | 0.76% | 0.8% | - |
| HSV(B) | 293.77º | 0.32% | 0.95% | - |
| XYZ | 64.07 | 51.41 | 91.34 | - |
| YUV | 195.41 | 154.86 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 243 | 0.03 | 0.32 | 0 | 0.05 | 293.77 | 0.76 | 0.8 |
| Hex | EB | A6 | F3 | 3 | 20 | 0 | 5 | 126 | 4C | 50 |
| Octal | 353 | 246 | 363 | 3 | 40 | 0 | 5 | 446 | 114 | 120 |
| Binary | 11101011 | 10100110 | 11110011 | 11 | 100000 | 0 | 101 | 100100110 | 1001100 | 1010000 |
Color Harmonies of #EBA6F3
Complementary color
Monochromatic Colors of #EBA6F3
Black with #EBA6F3
Text Example
Text Example
White with #EBA6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA6F3; }
p { color: rgb(235,166,243); }
H1.HeaderClassName
{
color: #EBA6F3;
}
.AnyTagClassName
{
color: #EBA6F3;
}
</style>
background-color css
<style>
a { background-color: #EBA6F3; }
a { background-color: rgb(235,166,243); }
div.DivClassName
{
background-color: #EBA6F3;
}
.BgClassName
{
background-color: #EBA6F3;
}
</style>
border-color css
<style>
span { border-color: #EBA6F3; }
span { border-color: rgb(235,166,243); }
td.TdClassName
{
border-color: #EBA6F3;
}
.TagClassName
{
border-color: #EBA6F3;
}
</style>