Shades of Plum #EBA3ED
Tints of Plum #EBA3ED
RGB
CMYK
RGB Variations
Color information
#EBA3ED (or 0xEBA3ED) is known color: Plum. HEX triplet: EB, A3 and ED. RGB value is (235,163,237). Sum of RGB (Red+Green+Blue) = 235+163+237=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 163 (64.06% from 255 or 25.67% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBA3ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA3ED is #145C12. Grayscale: #C0C0C0. Windows color (decimal): -1334291 or 15573995. OLE color: 15573995.
HSL color Cylindrical-coordinate representation of color #EBA3ED: hue angle of 298.38º degrees, saturation: 0.67, 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 #EBA3ED is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 163 | 237 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.07 |
| HSL | 298.38º | 0.67% | 0.78% | - |
| HSV(B) | 298.38º | 0.31% | 0.93% | - |
| XYZ | 62.64 | 49.97 | 86.46 | - |
| YUV | 192.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 237 | 0.01 | 0.31 | 0 | 0.07 | 298.38 | 0.67 | 0.78 |
| Hex | EB | A3 | ED | 1 | 1F | 0 | 7 | 12A | 43 | 4E |
| Octal | 353 | 243 | 355 | 1 | 37 | 0 | 7 | 452 | 103 | 116 |
| Binary | 11101011 | 10100011 | 11101101 | 1 | 11111 | 0 | 111 | 100101010 | 1000011 | 1001110 |
Color Harmonies of #EBA3ED
Complementary color
Monochromatic Colors of #EBA3ED
Black with #EBA3ED
Text Example
Text Example
White with #EBA3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA3ED; }
p { color: rgb(235,163,237); }
H1.HeaderClassName
{
color: #EBA3ED;
}
.AnyTagClassName
{
color: #EBA3ED;
}
</style>
background-color css
<style>
a { background-color: #EBA3ED; }
a { background-color: rgb(235,163,237); }
div.DivClassName
{
background-color: #EBA3ED;
}
.BgClassName
{
background-color: #EBA3ED;
}
</style>
border-color css
<style>
span { border-color: #EBA3ED; }
span { border-color: rgb(235,163,237); }
td.TdClassName
{
border-color: #EBA3ED;
}
.TagClassName
{
border-color: #EBA3ED;
}
</style>