Shades of Plum #EBA8E2
Tints of Plum #EBA8E2
RGB
CMYK
RGB Variations
Color information
#EBA8E2 (or 0xEBA8E2) is known color: Plum. HEX triplet: EB, A8 and E2. RGB value is (235,168,226). Sum of RGB (Red+Green+Blue) = 235+168+226=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 168 (66.02% from 255 or 26.71% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8E2 is #14571D. Grayscale: #C2C2C2. Windows color (decimal): -1333022 or 14854379. OLE color: 14854379.
HSL color Cylindrical-coordinate representation of color #EBA8E2: hue angle of 308.06º 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 #EBA8E2 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 226 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.08 |
| HSL | 308.06º | 0.63% | 0.79% | - |
| HSV(B) | 308.06º | 0.29% | 0.92% | - |
| XYZ | 61.99 | 51.16 | 78.56 | - |
| YUV | 194.65 | 145.7 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 226 | 0 | 0.29 | 0.04 | 0.08 | 308.06 | 0.63 | 0.79 |
| Hex | EB | A8 | E2 | 0 | 1D | 4 | 8 | 134 | 3F | 4F |
| Octal | 353 | 250 | 342 | 0 | 35 | 4 | 10 | 464 | 77 | 117 |
| Binary | 11101011 | 10101000 | 11100010 | 0 | 11101 | 100 | 1000 | 100110100 | 111111 | 1001111 |
Color Harmonies of #EBA8E2
Complementary color
Monochromatic Colors of #EBA8E2
Black with #EBA8E2
Text Example
Text Example
White with #EBA8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8E2; }
p { color: rgb(235,168,226); }
H1.HeaderClassName
{
color: #EBA8E2;
}
.AnyTagClassName
{
color: #EBA8E2;
}
</style>
background-color css
<style>
a { background-color: #EBA8E2; }
a { background-color: rgb(235,168,226); }
div.DivClassName
{
background-color: #EBA8E2;
}
.BgClassName
{
background-color: #EBA8E2;
}
</style>
border-color css
<style>
span { border-color: #EBA8E2; }
span { border-color: rgb(235,168,226); }
td.TdClassName
{
border-color: #EBA8E2;
}
.TagClassName
{
border-color: #EBA8E2;
}
</style>