Shades of Plum #EBACF2
Tints of Plum #EBACF2
RGB
CMYK
RGB Variations
Color information
#EBACF2 (or 0xEBACF2) is known color: Plum. HEX triplet: EB, AC and F2. RGB value is (235,172,242). Sum of RGB (Red+Green+Blue) = 235+172+242=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBACF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACF2 is #14530D. Grayscale: #C6C6C6. Windows color (decimal): -1331982 or 15903979. OLE color: 15903979.
HSL color Cylindrical-coordinate representation of color #EBACF2: hue angle of 294º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBACF2 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 172 | 242 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.05 |
| HSL | 294º | 0.73% | 0.81% | - |
| HSV(B) | 294º | 0.29% | 0.95% | - |
| XYZ | 65.04 | 53.58 | 90.92 | - |
| YUV | 198.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 242 | 0.03 | 0.29 | 0 | 0.05 | 294 | 0.73 | 0.81 |
| Hex | EB | AC | F2 | 3 | 1D | 0 | 5 | 126 | 49 | 51 |
| Octal | 353 | 254 | 362 | 3 | 35 | 0 | 5 | 446 | 111 | 121 |
| Binary | 11101011 | 10101100 | 11110010 | 11 | 11101 | 0 | 101 | 100100110 | 1001001 | 1010001 |
Color Harmonies of #EBACF2
Complementary color
Monochromatic Colors of #EBACF2
Black with #EBACF2
Text Example
Text Example
White with #EBACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACF2; }
p { color: rgb(235,172,242); }
H1.HeaderClassName
{
color: #EBACF2;
}
.AnyTagClassName
{
color: #EBACF2;
}
</style>
background-color css
<style>
a { background-color: #EBACF2; }
a { background-color: rgb(235,172,242); }
div.DivClassName
{
background-color: #EBACF2;
}
.BgClassName
{
background-color: #EBACF2;
}
</style>
border-color css
<style>
span { border-color: #EBACF2; }
span { border-color: rgb(235,172,242); }
td.TdClassName
{
border-color: #EBACF2;
}
.TagClassName
{
border-color: #EBACF2;
}
</style>