Shades of Plum #EBA9E4
Tints of Plum #EBA9E4
RGB
CMYK
RGB Variations
Color information
#EBA9E4 (or 0xEBA9E4) is known color: Plum. HEX triplet: EB, A9 and E4. RGB value is (235,169,228). Sum of RGB (Red+Green+Blue) = 235+169+228=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 169 (66.41% from 255 or 26.74% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9E4 is #14561B. Grayscale: #C3C3C3. Windows color (decimal): -1332764 or 14985707. OLE color: 14985707.
HSL color Cylindrical-coordinate representation of color #EBA9E4: hue angle of 306.36º 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 #EBA9E4 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 228 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.08 |
| HSL | 306.36º | 0.62% | 0.79% | - |
| HSV(B) | 306.36º | 0.28% | 0.92% | - |
| XYZ | 62.45 | 51.64 | 80.07 | - |
| YUV | 195.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 228 | 0 | 0.28 | 0.03 | 0.08 | 306.36 | 0.62 | 0.79 |
| Hex | EB | A9 | E4 | 0 | 1C | 3 | 8 | 132 | 3E | 4F |
| Octal | 353 | 251 | 344 | 0 | 34 | 3 | 10 | 462 | 76 | 117 |
| Binary | 11101011 | 10101001 | 11100100 | 0 | 11100 | 11 | 1000 | 100110010 | 111110 | 1001111 |
Color Harmonies of #EBA9E4
Complementary color
Monochromatic Colors of #EBA9E4
Black with #EBA9E4
Text Example
Text Example
White with #EBA9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9E4; }
p { color: rgb(235,169,228); }
H1.HeaderClassName
{
color: #EBA9E4;
}
.AnyTagClassName
{
color: #EBA9E4;
}
</style>
background-color css
<style>
a { background-color: #EBA9E4; }
a { background-color: rgb(235,169,228); }
div.DivClassName
{
background-color: #EBA9E4;
}
.BgClassName
{
background-color: #EBA9E4;
}
</style>
border-color css
<style>
span { border-color: #EBA9E4; }
span { border-color: rgb(235,169,228); }
td.TdClassName
{
border-color: #EBA9E4;
}
.TagClassName
{
border-color: #EBA9E4;
}
</style>