Shades of Plum #E7A9EB
Tints of Plum #E7A9EB
RGB
CMYK
RGB Variations
Color information
#E7A9EB (or 0xE7A9EB) is known color: Plum. HEX triplet: E7, A9 and EB. RGB value is (231,169,235). Sum of RGB (Red+Green+Blue) = 231+169+235=635 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.38% from 635); Green value is 169 (66.41% from 255 or 26.61% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7A9EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A9EB is #185614. Grayscale: #C2C2C2. Windows color (decimal): -1594901 or 15444455. OLE color: 15444455.
HSL color Cylindrical-coordinate representation of color #E7A9EB: hue angle of 296.36º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7A9EB is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 169 | 235 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.08 |
| HSL | 296.36º | 0.62% | 0.79% | - |
| HSV(B) | 296.36º | 0.28% | 0.92% | - |
| XYZ | 62.14 | 51.36 | 85.24 | - |
| YUV | 195.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 235 | 0.02 | 0.28 | 0 | 0.08 | 296.36 | 0.62 | 0.79 |
| Hex | E7 | A9 | EB | 2 | 1C | 0 | 8 | 128 | 3E | 4F |
| Octal | 347 | 251 | 353 | 2 | 34 | 0 | 10 | 450 | 76 | 117 |
| Binary | 11100111 | 10101001 | 11101011 | 10 | 11100 | 0 | 1000 | 100101000 | 111110 | 1001111 |
Color Harmonies of #E7A9EB
Complementary color
Monochromatic Colors of #E7A9EB
Black with #E7A9EB
Text Example
Text Example
White with #E7A9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A9EB; }
p { color: rgb(231,169,235); }
H1.HeaderClassName
{
color: #E7A9EB;
}
.AnyTagClassName
{
color: #E7A9EB;
}
</style>
background-color css
<style>
a { background-color: #E7A9EB; }
a { background-color: rgb(231,169,235); }
div.DivClassName
{
background-color: #E7A9EB;
}
.BgClassName
{
background-color: #E7A9EB;
}
</style>
border-color css
<style>
span { border-color: #E7A9EB; }
span { border-color: rgb(231,169,235); }
td.TdClassName
{
border-color: #E7A9EB;
}
.TagClassName
{
border-color: #E7A9EB;
}
</style>