Shades of Plum #EBA8E5
Tints of Plum #EBA8E5
RGB
CMYK
RGB Variations
Color information
#EBA8E5 (or 0xEBA8E5) is known color: Plum. HEX triplet: EB, A8 and E5. RGB value is (235,168,229). Sum of RGB (Red+Green+Blue) = 235+168+229=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 168 (66.02% from 255 or 26.58% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8E5 is #14571A. Grayscale: #C2C2C2. Windows color (decimal): -1333019 or 15050987. OLE color: 15050987.
HSL color Cylindrical-coordinate representation of color #EBA8E5: hue angle of 305.37º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA8E5 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 229 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.08 |
| HSL | 305.37º | 0.63% | 0.79% | - |
| HSV(B) | 305.37º | 0.29% | 0.92% | - |
| XYZ | 62.41 | 51.32 | 80.75 | - |
| YUV | 194.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 229 | 0 | 0.29 | 0.03 | 0.08 | 305.37 | 0.63 | 0.79 |
| Hex | EB | A8 | E5 | 0 | 1D | 3 | 8 | 131 | 3F | 4F |
| Octal | 353 | 250 | 345 | 0 | 35 | 3 | 10 | 461 | 77 | 117 |
| Binary | 11101011 | 10101000 | 11100101 | 0 | 11101 | 11 | 1000 | 100110001 | 111111 | 1001111 |
Color Harmonies of #EBA8E5
Complementary color
Monochromatic Colors of #EBA8E5
Black with #EBA8E5
Text Example
Text Example
White with #EBA8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8E5; }
p { color: rgb(235,168,229); }
H1.HeaderClassName
{
color: #EBA8E5;
}
.AnyTagClassName
{
color: #EBA8E5;
}
</style>
background-color css
<style>
a { background-color: #EBA8E5; }
a { background-color: rgb(235,168,229); }
div.DivClassName
{
background-color: #EBA8E5;
}
.BgClassName
{
background-color: #EBA8E5;
}
</style>
border-color css
<style>
span { border-color: #EBA8E5; }
span { border-color: rgb(235,168,229); }
td.TdClassName
{
border-color: #EBA8E5;
}
.TagClassName
{
border-color: #EBA8E5;
}
</style>