Shades of Plum #EBACEC
Tints of Plum #EBACEC
RGB
CMYK
RGB Variations
Color information
#EBACEC (or 0xEBACEC) is known color: Plum. HEX triplet: EB, AC and EC. RGB value is (235,172,236). Sum of RGB (Red+Green+Blue) = 235+172+236=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBACEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACEC is #145313. Grayscale: #C5C5C5. Windows color (decimal): -1331988 or 15510763. OLE color: 15510763.
HSL color Cylindrical-coordinate representation of color #EBACEC: hue angle of 299.06º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBACEC is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 172 | 236 | - |
| CMYK | 0.00 | 0.27 | 0 | 0.07 |
| HSL | 299.06º | 0.63% | 0.8% | - |
| HSV(B) | 299.06º | 0.27% | 0.93% | - |
| XYZ | 64.15 | 53.22 | 86.25 | - |
| YUV | 198.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 236 | 0.00 | 0.27 | 0 | 0.07 | 299.06 | 0.63 | 0.8 |
| Hex | EB | AC | EC | 0 | 1B | 0 | 7 | 12B | 3F | 50 |
| Octal | 353 | 254 | 354 | 0 | 33 | 0 | 7 | 453 | 77 | 120 |
| Binary | 11101011 | 10101100 | 11101100 | 0 | 11011 | 0 | 111 | 100101011 | 111111 | 1010000 |
Color Harmonies of #EBACEC
Complementary color
Monochromatic Colors of #EBACEC
Black with #EBACEC
Text Example
Text Example
White with #EBACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACEC; }
p { color: rgb(235,172,236); }
H1.HeaderClassName
{
color: #EBACEC;
}
.AnyTagClassName
{
color: #EBACEC;
}
</style>
background-color css
<style>
a { background-color: #EBACEC; }
a { background-color: rgb(235,172,236); }
div.DivClassName
{
background-color: #EBACEC;
}
.BgClassName
{
background-color: #EBACEC;
}
</style>
border-color css
<style>
span { border-color: #EBACEC; }
span { border-color: rgb(235,172,236); }
td.TdClassName
{
border-color: #EBACEC;
}
.TagClassName
{
border-color: #EBACEC;
}
</style>