Shades of Plum #EBA3EC
Tints of Plum #EBA3EC
RGB
CMYK
RGB Variations
Color information
#EBA3EC (or 0xEBA3EC) is known color: Plum. HEX triplet: EB, A3 and EC. RGB value is (235,163,236). Sum of RGB (Red+Green+Blue) = 235+163+236=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 163 (64.06% from 255 or 25.71% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBA3EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA3EC is #145C13. Grayscale: #C0C0C0. Windows color (decimal): -1334292 or 15508459. OLE color: 15508459.
HSL color Cylindrical-coordinate representation of color #EBA3EC: hue angle of 299.18º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA3EC is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 163 | 236 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.07 |
| HSL | 299.18º | 0.66% | 0.78% | - |
| HSV(B) | 299.18º | 0.31% | 0.93% | - |
| XYZ | 62.5 | 49.91 | 85.7 | - |
| YUV | 192.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 236 | 0.00 | 0.31 | 0 | 0.07 | 299.18 | 0.66 | 0.78 |
| Hex | EB | A3 | EC | 0 | 1F | 0 | 7 | 12B | 42 | 4E |
| Octal | 353 | 243 | 354 | 0 | 37 | 0 | 7 | 453 | 102 | 116 |
| Binary | 11101011 | 10100011 | 11101100 | 0 | 11111 | 0 | 111 | 100101011 | 1000010 | 1001110 |
Color Harmonies of #EBA3EC
Complementary color
Monochromatic Colors of #EBA3EC
Black with #EBA3EC
Text Example
Text Example
White with #EBA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA3EC; }
p { color: rgb(235,163,236); }
H1.HeaderClassName
{
color: #EBA3EC;
}
.AnyTagClassName
{
color: #EBA3EC;
}
</style>
background-color css
<style>
a { background-color: #EBA3EC; }
a { background-color: rgb(235,163,236); }
div.DivClassName
{
background-color: #EBA3EC;
}
.BgClassName
{
background-color: #EBA3EC;
}
</style>
border-color css
<style>
span { border-color: #EBA3EC; }
span { border-color: rgb(235,163,236); }
td.TdClassName
{
border-color: #EBA3EC;
}
.TagClassName
{
border-color: #EBA3EC;
}
</style>