Shades of Plum #EBA1E1
Tints of Plum #EBA1E1
RGB
CMYK
RGB Variations
Color information
#EBA1E1 (or 0xEBA1E1) is known color: Plum. HEX triplet: EB, A1 and E1. RGB value is (235,161,225). Sum of RGB (Red+Green+Blue) = 235+161+225=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1E1 is #145E1E. Grayscale: #BEBEBE. Windows color (decimal): -1334815 or 14787051. OLE color: 14787051.
HSL color Cylindrical-coordinate representation of color #EBA1E1: hue angle of 308.11º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA1E1 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 225 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.08 |
| HSL | 308.11º | 0.65% | 0.78% | - |
| HSV(B) | 308.11º | 0.31% | 0.92% | - |
| XYZ | 60.6 | 48.59 | 77.42 | - |
| YUV | 190.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 225 | 0 | 0.31 | 0.04 | 0.08 | 308.11 | 0.65 | 0.78 |
| Hex | EB | A1 | E1 | 0 | 1F | 4 | 8 | 134 | 41 | 4E |
| Octal | 353 | 241 | 341 | 0 | 37 | 4 | 10 | 464 | 101 | 116 |
| Binary | 11101011 | 10100001 | 11100001 | 0 | 11111 | 100 | 1000 | 100110100 | 1000001 | 1001110 |
Color Harmonies of #EBA1E1
Complementary color
Monochromatic Colors of #EBA1E1
Black with #EBA1E1
Text Example
Text Example
White with #EBA1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1E1; }
p { color: rgb(235,161,225); }
H1.HeaderClassName
{
color: #EBA1E1;
}
.AnyTagClassName
{
color: #EBA1E1;
}
</style>
background-color css
<style>
a { background-color: #EBA1E1; }
a { background-color: rgb(235,161,225); }
div.DivClassName
{
background-color: #EBA1E1;
}
.BgClassName
{
background-color: #EBA1E1;
}
</style>
border-color css
<style>
span { border-color: #EBA1E1; }
span { border-color: rgb(235,161,225); }
td.TdClassName
{
border-color: #EBA1E1;
}
.TagClassName
{
border-color: #EBA1E1;
}
</style>