Shades of Plum #EBA1F3
Tints of Plum #EBA1F3
RGB
CMYK
RGB Variations
Color information
#EBA1F3 (or 0xEBA1F3) is known color: Plum. HEX triplet: EB, A1 and F3. RGB value is (235,161,243). Sum of RGB (Red+Green+Blue) = 235+161+243=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 161 (63.28% from 255 or 25.20% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBA1F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1F3 is #145E0C. Grayscale: #C0C0C0. Windows color (decimal): -1334797 or 15966699. OLE color: 15966699.
HSL color Cylindrical-coordinate representation of color #EBA1F3: hue angle of 294.15º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBA1F3 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 161 | 243 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.05 |
| HSL | 294.15º | 0.77% | 0.79% | - |
| HSV(B) | 294.15º | 0.34% | 0.95% | - |
| XYZ | 63.18 | 49.62 | 91.04 | - |
| YUV | 192.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 243 | 0.03 | 0.34 | 0 | 0.05 | 294.15 | 0.77 | 0.79 |
| Hex | EB | A1 | F3 | 3 | 22 | 0 | 5 | 126 | 4D | 4F |
| Octal | 353 | 241 | 363 | 3 | 42 | 0 | 5 | 446 | 115 | 117 |
| Binary | 11101011 | 10100001 | 11110011 | 11 | 100010 | 0 | 101 | 100100110 | 1001101 | 1001111 |
Color Harmonies of #EBA1F3
Complementary color
Monochromatic Colors of #EBA1F3
Black with #EBA1F3
Text Example
Text Example
White with #EBA1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1F3; }
p { color: rgb(235,161,243); }
H1.HeaderClassName
{
color: #EBA1F3;
}
.AnyTagClassName
{
color: #EBA1F3;
}
</style>
background-color css
<style>
a { background-color: #EBA1F3; }
a { background-color: rgb(235,161,243); }
div.DivClassName
{
background-color: #EBA1F3;
}
.BgClassName
{
background-color: #EBA1F3;
}
</style>
border-color css
<style>
span { border-color: #EBA1F3; }
span { border-color: rgb(235,161,243); }
td.TdClassName
{
border-color: #EBA1F3;
}
.TagClassName
{
border-color: #EBA1F3;
}
</style>