Shades of Plum #EBA2EF
Tints of Plum #EBA2EF
RGB
CMYK
RGB Variations
Color information
#EBA2EF (or 0xEBA2EF) is known color: Plum. HEX triplet: EB, A2 and EF. RGB value is (235,162,239). Sum of RGB (Red+Green+Blue) = 235+162+239=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 162 (63.67% from 255 or 25.47% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBA2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA2EF is #145D10. Grayscale: #C0C0C0. Windows color (decimal): -1334545 or 15704811. OLE color: 15704811.
HSL color Cylindrical-coordinate representation of color #EBA2EF: hue angle of 296.88º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA2EF is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 162 | 239 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.06 |
| HSL | 296.88º | 0.71% | 0.79% | - |
| HSV(B) | 296.88º | 0.32% | 0.94% | - |
| XYZ | 62.76 | 49.73 | 87.95 | - |
| YUV | 192.61 | 154.18 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 239 | 0.02 | 0.32 | 0 | 0.06 | 296.88 | 0.71 | 0.79 |
| Hex | EB | A2 | EF | 2 | 20 | 0 | 6 | 129 | 47 | 4F |
| Octal | 353 | 242 | 357 | 2 | 40 | 0 | 6 | 451 | 107 | 117 |
| Binary | 11101011 | 10100010 | 11101111 | 10 | 100000 | 0 | 110 | 100101001 | 1000111 | 1001111 |
Color Harmonies of #EBA2EF
Complementary color
Monochromatic Colors of #EBA2EF
Black with #EBA2EF
Text Example
Text Example
White with #EBA2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2EF; }
p { color: rgb(235,162,239); }
H1.HeaderClassName
{
color: #EBA2EF;
}
.AnyTagClassName
{
color: #EBA2EF;
}
</style>
background-color css
<style>
a { background-color: #EBA2EF; }
a { background-color: rgb(235,162,239); }
div.DivClassName
{
background-color: #EBA2EF;
}
.BgClassName
{
background-color: #EBA2EF;
}
</style>
border-color css
<style>
span { border-color: #EBA2EF; }
span { border-color: rgb(235,162,239); }
td.TdClassName
{
border-color: #EBA2EF;
}
.TagClassName
{
border-color: #EBA2EF;
}
</style>