Shades of Plum #E9ABE5
Tints of Plum #E9ABE5
RGB
CMYK
RGB Variations
Color information
#E9ABE5 (or 0xE9ABE5) is known color: Plum. HEX triplet: E9, AB and E5. RGB value is (233,171,229). Sum of RGB (Red+Green+Blue) = 233+171+229=633 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.81% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ABE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ABE5 is #16541A. Grayscale: #C3C3C3. Windows color (decimal): -1463323 or 15051753. OLE color: 15051753.
HSL color Cylindrical-coordinate representation of color #E9ABE5: hue angle of 303.87º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9ABE5 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 229 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.09 |
| HSL | 303.87º | 0.58% | 0.79% | - |
| HSV(B) | 303.87º | 0.27% | 0.91% | - |
| XYZ | 62.31 | 52.11 | 80.9 | - |
| YUV | 196.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 229 | 0 | 0.27 | 0.02 | 0.09 | 303.87 | 0.58 | 0.79 |
| Hex | E9 | AB | E5 | 0 | 1B | 2 | 9 | 130 | 3A | 4F |
| Octal | 351 | 253 | 345 | 0 | 33 | 2 | 11 | 460 | 72 | 117 |
| Binary | 11101001 | 10101011 | 11100101 | 0 | 11011 | 10 | 1001 | 100110000 | 111010 | 1001111 |
Color Harmonies of #E9ABE5
Complementary color
Monochromatic Colors of #E9ABE5
Black with #E9ABE5
Text Example
Text Example
White with #E9ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ABE5; }
p { color: rgb(233,171,229); }
H1.HeaderClassName
{
color: #E9ABE5;
}
.AnyTagClassName
{
color: #E9ABE5;
}
</style>
background-color css
<style>
a { background-color: #E9ABE5; }
a { background-color: rgb(233,171,229); }
div.DivClassName
{
background-color: #E9ABE5;
}
.BgClassName
{
background-color: #E9ABE5;
}
</style>
border-color css
<style>
span { border-color: #E9ABE5; }
span { border-color: rgb(233,171,229); }
td.TdClassName
{
border-color: #E9ABE5;
}
.TagClassName
{
border-color: #E9ABE5;
}
</style>