Shades of Plum #EBACEF
Tints of Plum #EBACEF
RGB
CMYK
RGB Variations
Color information
#EBACEF (or 0xEBACEF) is known color: Plum. HEX triplet: EB, AC and EF. RGB value is (235,172,239). Sum of RGB (Red+Green+Blue) = 235+172+239=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBACEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACEF is #145310. Grayscale: #C6C6C6. Windows color (decimal): -1331985 or 15707371. OLE color: 15707371.
HSL color Cylindrical-coordinate representation of color #EBACEF: hue angle of 296.42º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBACEF is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 172 | 239 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.06 |
| HSL | 296.42º | 0.68% | 0.81% | - |
| HSV(B) | 296.42º | 0.28% | 0.94% | - |
| XYZ | 64.59 | 53.4 | 88.56 | - |
| YUV | 198.48 | 150.87 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 239 | 0.02 | 0.28 | 0 | 0.06 | 296.42 | 0.68 | 0.81 |
| Hex | EB | AC | EF | 2 | 1C | 0 | 6 | 128 | 44 | 51 |
| Octal | 353 | 254 | 357 | 2 | 34 | 0 | 6 | 450 | 104 | 121 |
| Binary | 11101011 | 10101100 | 11101111 | 10 | 11100 | 0 | 110 | 100101000 | 1000100 | 1010001 |
Color Harmonies of #EBACEF
Complementary color
Monochromatic Colors of #EBACEF
Black with #EBACEF
Text Example
Text Example
White with #EBACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACEF; }
p { color: rgb(235,172,239); }
H1.HeaderClassName
{
color: #EBACEF;
}
.AnyTagClassName
{
color: #EBACEF;
}
</style>
background-color css
<style>
a { background-color: #EBACEF; }
a { background-color: rgb(235,172,239); }
div.DivClassName
{
background-color: #EBACEF;
}
.BgClassName
{
background-color: #EBACEF;
}
</style>
border-color css
<style>
span { border-color: #EBACEF; }
span { border-color: rgb(235,172,239); }
td.TdClassName
{
border-color: #EBACEF;
}
.TagClassName
{
border-color: #EBACEF;
}
</style>