Shades of Plum #EBA2F1
Tints of Plum #EBA2F1
RGB
CMYK
RGB Variations
Color information
#EBA2F1 (or 0xEBA2F1) is known color: Plum. HEX triplet: EB, A2 and F1. RGB value is (235,162,241). Sum of RGB (Red+Green+Blue) = 235+162+241=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 162 (63.67% from 255 or 25.39% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBA2F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA2F1 is #145D0E. Grayscale: #C0C0C0. Windows color (decimal): -1334543 or 15835883. OLE color: 15835883.
HSL color Cylindrical-coordinate representation of color #EBA2F1: hue angle of 295.44º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA2F1 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 162 | 241 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.05 |
| HSL | 295.44º | 0.74% | 0.79% | - |
| HSV(B) | 295.44º | 0.33% | 0.95% | - |
| XYZ | 63.06 | 49.85 | 89.52 | - |
| YUV | 192.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 241 | 0.02 | 0.33 | 0 | 0.05 | 295.44 | 0.74 | 0.79 |
| Hex | EB | A2 | F1 | 2 | 21 | 0 | 5 | 127 | 4A | 4F |
| Octal | 353 | 242 | 361 | 2 | 41 | 0 | 5 | 447 | 112 | 117 |
| Binary | 11101011 | 10100010 | 11110001 | 10 | 100001 | 0 | 101 | 100100111 | 1001010 | 1001111 |
Color Harmonies of #EBA2F1
Complementary color
Monochromatic Colors of #EBA2F1
Black with #EBA2F1
Text Example
Text Example
White with #EBA2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2F1; }
p { color: rgb(235,162,241); }
H1.HeaderClassName
{
color: #EBA2F1;
}
.AnyTagClassName
{
color: #EBA2F1;
}
</style>
background-color css
<style>
a { background-color: #EBA2F1; }
a { background-color: rgb(235,162,241); }
div.DivClassName
{
background-color: #EBA2F1;
}
.BgClassName
{
background-color: #EBA2F1;
}
</style>
border-color css
<style>
span { border-color: #EBA2F1; }
span { border-color: rgb(235,162,241); }
td.TdClassName
{
border-color: #EBA2F1;
}
.TagClassName
{
border-color: #EBA2F1;
}
</style>