Shades of Plum #EBA2E6
Tints of Plum #EBA2E6
RGB
CMYK
RGB Variations
Color information
#EBA2E6 (or 0xEBA2E6) is known color: Plum. HEX triplet: EB, A2 and E6. RGB value is (235,162,230). Sum of RGB (Red+Green+Blue) = 235+162+230=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 162 (63.67% from 255 or 25.84% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA2E6 is #145D19. Grayscale: #BFBFBF. Windows color (decimal): -1334554 or 15114987. OLE color: 15114987.
HSL color Cylindrical-coordinate representation of color #EBA2E6: hue angle of 304.11º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA2E6 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 230 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.08 |
| HSL | 304.11º | 0.65% | 0.78% | - |
| HSV(B) | 304.11º | 0.31% | 0.92% | - |
| XYZ | 61.46 | 49.22 | 81.12 | - |
| YUV | 191.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 230 | 0 | 0.31 | 0.02 | 0.08 | 304.11 | 0.65 | 0.78 |
| Hex | EB | A2 | E6 | 0 | 1F | 2 | 8 | 130 | 41 | 4E |
| Octal | 353 | 242 | 346 | 0 | 37 | 2 | 10 | 460 | 101 | 116 |
| Binary | 11101011 | 10100010 | 11100110 | 0 | 11111 | 10 | 1000 | 100110000 | 1000001 | 1001110 |
Color Harmonies of #EBA2E6
Complementary color
Monochromatic Colors of #EBA2E6
Black with #EBA2E6
Text Example
Text Example
White with #EBA2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2E6; }
p { color: rgb(235,162,230); }
H1.HeaderClassName
{
color: #EBA2E6;
}
.AnyTagClassName
{
color: #EBA2E6;
}
</style>
background-color css
<style>
a { background-color: #EBA2E6; }
a { background-color: rgb(235,162,230); }
div.DivClassName
{
background-color: #EBA2E6;
}
.BgClassName
{
background-color: #EBA2E6;
}
</style>
border-color css
<style>
span { border-color: #EBA2E6; }
span { border-color: rgb(235,162,230); }
td.TdClassName
{
border-color: #EBA2E6;
}
.TagClassName
{
border-color: #EBA2E6;
}
</style>