Shades of Plum #EBA6E2
Tints of Plum #EBA6E2
RGB
CMYK
RGB Variations
Color information
#EBA6E2 (or 0xEBA6E2) is known color: Plum. HEX triplet: EB, A6 and E2. RGB value is (235,166,226). Sum of RGB (Red+Green+Blue) = 235+166+226=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 166 (65.23% from 255 or 26.48% from 627); Blue value is 226 (88.67% from 255 or 36.04% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6E2 is #14591D. Grayscale: #C1C1C1. Windows color (decimal): -1333534 or 14853867. OLE color: 14853867.
HSL color Cylindrical-coordinate representation of color #EBA6E2: hue angle of 307.83º 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 #EBA6E2 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 226 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.08 |
| HSL | 307.83º | 0.63% | 0.79% | - |
| HSV(B) | 307.83º | 0.29% | 0.92% | - |
| XYZ | 61.62 | 50.43 | 78.44 | - |
| YUV | 193.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 226 | 0 | 0.29 | 0.04 | 0.08 | 307.83 | 0.63 | 0.79 |
| Hex | EB | A6 | E2 | 0 | 1D | 4 | 8 | 134 | 3F | 4F |
| Octal | 353 | 246 | 342 | 0 | 35 | 4 | 10 | 464 | 77 | 117 |
| Binary | 11101011 | 10100110 | 11100010 | 0 | 11101 | 100 | 1000 | 100110100 | 111111 | 1001111 |
Color Harmonies of #EBA6E2
Complementary color
Monochromatic Colors of #EBA6E2
Black with #EBA6E2
Text Example
Text Example
White with #EBA6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA6E2; }
p { color: rgb(235,166,226); }
H1.HeaderClassName
{
color: #EBA6E2;
}
.AnyTagClassName
{
color: #EBA6E2;
}
</style>
background-color css
<style>
a { background-color: #EBA6E2; }
a { background-color: rgb(235,166,226); }
div.DivClassName
{
background-color: #EBA6E2;
}
.BgClassName
{
background-color: #EBA6E2;
}
</style>
border-color css
<style>
span { border-color: #EBA6E2; }
span { border-color: rgb(235,166,226); }
td.TdClassName
{
border-color: #EBA6E2;
}
.TagClassName
{
border-color: #EBA6E2;
}
</style>