Shades of Plum #EBA2EE
Tints of Plum #EBA2EE
RGB
CMYK
RGB Variations
Color information
#EBA2EE (or 0xEBA2EE) is known color: Plum. HEX triplet: EB, A2 and EE. RGB value is (235,162,238). Sum of RGB (Red+Green+Blue) = 235+162+238=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBA2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA2EE is #145D11. Grayscale: #C0C0C0. Windows color (decimal): -1334546 or 15639275. OLE color: 15639275.
HSL color Cylindrical-coordinate representation of color #EBA2EE: hue angle of 297.63º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA2EE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 162 | 238 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.07 |
| HSL | 297.63º | 0.69% | 0.78% | - |
| HSV(B) | 297.63º | 0.32% | 0.93% | - |
| XYZ | 62.61 | 49.68 | 87.18 | - |
| YUV | 192.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 238 | 0.01 | 0.32 | 0 | 0.07 | 297.63 | 0.69 | 0.78 |
| Hex | EB | A2 | EE | 1 | 20 | 0 | 7 | 12A | 45 | 4E |
| Octal | 353 | 242 | 356 | 1 | 40 | 0 | 7 | 452 | 105 | 116 |
| Binary | 11101011 | 10100010 | 11101110 | 1 | 100000 | 0 | 111 | 100101010 | 1000101 | 1001110 |
Color Harmonies of #EBA2EE
Complementary color
Monochromatic Colors of #EBA2EE
Black with #EBA2EE
Text Example
Text Example
White with #EBA2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2EE; }
p { color: rgb(235,162,238); }
H1.HeaderClassName
{
color: #EBA2EE;
}
.AnyTagClassName
{
color: #EBA2EE;
}
</style>
background-color css
<style>
a { background-color: #EBA2EE; }
a { background-color: rgb(235,162,238); }
div.DivClassName
{
background-color: #EBA2EE;
}
.BgClassName
{
background-color: #EBA2EE;
}
</style>
border-color css
<style>
span { border-color: #EBA2EE; }
span { border-color: rgb(235,162,238); }
td.TdClassName
{
border-color: #EBA2EE;
}
.TagClassName
{
border-color: #EBA2EE;
}
</style>