Shades of Plum #EBAAEC
Tints of Plum #EBAAEC
RGB
CMYK
RGB Variations
Color information
#EBAAEC (or 0xEBAAEC) is known color: Plum. HEX triplet: EB, AA and EC. RGB value is (235,170,236). Sum of RGB (Red+Green+Blue) = 235+170+236=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBAAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAEC is #145513. Grayscale: #C4C4C4. Windows color (decimal): -1332500 or 15510251. OLE color: 15510251.
HSL color Cylindrical-coordinate representation of color #EBAAEC: hue angle of 299.09º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAAEC is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 170 | 236 | - |
| CMYK | 0.00 | 0.28 | 0 | 0.07 |
| HSL | 299.09º | 0.63% | 0.8% | - |
| HSV(B) | 299.09º | 0.28% | 0.93% | - |
| XYZ | 63.78 | 52.47 | 86.12 | - |
| YUV | 196.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 236 | 0.00 | 0.28 | 0 | 0.07 | 299.09 | 0.63 | 0.8 |
| Hex | EB | AA | EC | 0 | 1C | 0 | 7 | 12B | 3F | 50 |
| Octal | 353 | 252 | 354 | 0 | 34 | 0 | 7 | 453 | 77 | 120 |
| Binary | 11101011 | 10101010 | 11101100 | 0 | 11100 | 0 | 111 | 100101011 | 111111 | 1010000 |
Color Harmonies of #EBAAEC
Complementary color
Monochromatic Colors of #EBAAEC
Black with #EBAAEC
Text Example
Text Example
White with #EBAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAAEC; }
p { color: rgb(235,170,236); }
H1.HeaderClassName
{
color: #EBAAEC;
}
.AnyTagClassName
{
color: #EBAAEC;
}
</style>
background-color css
<style>
a { background-color: #EBAAEC; }
a { background-color: rgb(235,170,236); }
div.DivClassName
{
background-color: #EBAAEC;
}
.BgClassName
{
background-color: #EBAAEC;
}
</style>
border-color css
<style>
span { border-color: #EBAAEC; }
span { border-color: rgb(235,170,236); }
td.TdClassName
{
border-color: #EBAAEC;
}
.TagClassName
{
border-color: #EBAAEC;
}
</style>