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