Shades of Plum #EBA1EE
Tints of Plum #EBA1EE
RGB
CMYK
RGB Variations
Color information
#EBA1EE (or 0xEBA1EE) is known color: Plum. HEX triplet: EB, A1 and EE. RGB value is (235,161,238). Sum of RGB (Red+Green+Blue) = 235+161+238=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 161 (63.28% from 255 or 25.39% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBA1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1EE is #145E11. Grayscale: #BFBFBF. Windows color (decimal): -1334802 or 15639019. OLE color: 15639019.
HSL color Cylindrical-coordinate representation of color #EBA1EE: hue angle of 297.66º 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 #EBA1EE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 161 | 238 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.07 |
| HSL | 297.66º | 0.69% | 0.78% | - |
| HSV(B) | 297.66º | 0.32% | 0.93% | - |
| XYZ | 62.44 | 49.32 | 87.12 | - |
| YUV | 191.9 | 154.02 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 238 | 0.01 | 0.32 | 0 | 0.07 | 297.66 | 0.69 | 0.78 |
| Hex | EB | A1 | EE | 1 | 20 | 0 | 7 | 12A | 45 | 4E |
| Octal | 353 | 241 | 356 | 1 | 40 | 0 | 7 | 452 | 105 | 116 |
| Binary | 11101011 | 10100001 | 11101110 | 1 | 100000 | 0 | 111 | 100101010 | 1000101 | 1001110 |
Color Harmonies of #EBA1EE
Complementary color
Monochromatic Colors of #EBA1EE
Black with #EBA1EE
Text Example
Text Example
White with #EBA1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1EE; }
p { color: rgb(235,161,238); }
H1.HeaderClassName
{
color: #EBA1EE;
}
.AnyTagClassName
{
color: #EBA1EE;
}
</style>
background-color css
<style>
a { background-color: #EBA1EE; }
a { background-color: rgb(235,161,238); }
div.DivClassName
{
background-color: #EBA1EE;
}
.BgClassName
{
background-color: #EBA1EE;
}
</style>
border-color css
<style>
span { border-color: #EBA1EE; }
span { border-color: rgb(235,161,238); }
td.TdClassName
{
border-color: #EBA1EE;
}
.TagClassName
{
border-color: #EBA1EE;
}
</style>