Shades of Plum #EBA9E3
Tints of Plum #EBA9E3
RGB
CMYK
RGB Variations
Color information
#EBA9E3 (or 0xEBA9E3) is known color: Plum. HEX triplet: EB, A9 and E3. RGB value is (235,169,227). Sum of RGB (Red+Green+Blue) = 235+169+227=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 169 (66.41% from 255 or 26.78% from 631); Blue value is 227 (89.06% from 255 or 35.97% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9E3 is #14561C. Grayscale: #C3C3C3. Windows color (decimal): -1332765 or 14920171. OLE color: 14920171.
HSL color Cylindrical-coordinate representation of color #EBA9E3: hue angle of 307.27º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9E3 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 227 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.08 |
| HSL | 307.27º | 0.62% | 0.79% | - |
| HSV(B) | 307.27º | 0.28% | 0.92% | - |
| XYZ | 62.31 | 51.58 | 79.35 | - |
| YUV | 195.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 227 | 0 | 0.28 | 0.03 | 0.08 | 307.27 | 0.62 | 0.79 |
| Hex | EB | A9 | E3 | 0 | 1C | 3 | 8 | 133 | 3E | 4F |
| Octal | 353 | 251 | 343 | 0 | 34 | 3 | 10 | 463 | 76 | 117 |
| Binary | 11101011 | 10101001 | 11100011 | 0 | 11100 | 11 | 1000 | 100110011 | 111110 | 1001111 |
Color Harmonies of #EBA9E3
Complementary color
Monochromatic Colors of #EBA9E3
Black with #EBA9E3
Text Example
Text Example
White with #EBA9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9E3; }
p { color: rgb(235,169,227); }
H1.HeaderClassName
{
color: #EBA9E3;
}
.AnyTagClassName
{
color: #EBA9E3;
}
</style>
background-color css
<style>
a { background-color: #EBA9E3; }
a { background-color: rgb(235,169,227); }
div.DivClassName
{
background-color: #EBA9E3;
}
.BgClassName
{
background-color: #EBA9E3;
}
</style>
border-color css
<style>
span { border-color: #EBA9E3; }
span { border-color: rgb(235,169,227); }
td.TdClassName
{
border-color: #EBA9E3;
}
.TagClassName
{
border-color: #EBA9E3;
}
</style>