Shades of Plum #E9A0EA
Tints of Plum #E9A0EA
RGB
CMYK
RGB Variations
Color information
#E9A0EA (or 0xE9A0EA) is known color: Plum. HEX triplet: E9, A0 and EA. RGB value is (233,160,234). Sum of RGB (Red+Green+Blue) = 233+160+234=627 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.16% from 627); Green value is 160 (62.89% from 255 or 25.52% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9A0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A0EA is #165F15. Grayscale: #BEBEBE. Windows color (decimal): -1466134 or 15376617. OLE color: 15376617.
HSL color Cylindrical-coordinate representation of color #E9A0EA: hue angle of 299.19º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E9A0EA is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 160 | 234 | - |
| CMYK | 0.00 | 0.32 | 0 | 0.08 |
| HSL | 299.19º | 0.64% | 0.77% | - |
| HSV(B) | 299.19º | 0.32% | 0.92% | - |
| XYZ | 61.03 | 48.41 | 83.97 | - |
| YUV | 190.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 234 | 0.00 | 0.32 | 0 | 0.08 | 299.19 | 0.64 | 0.77 |
| Hex | E9 | A0 | EA | 0 | 20 | 0 | 8 | 12B | 40 | 4D |
| Octal | 351 | 240 | 352 | 0 | 40 | 0 | 10 | 453 | 100 | 115 |
| Binary | 11101001 | 10100000 | 11101010 | 0 | 100000 | 0 | 1000 | 100101011 | 1000000 | 1001101 |
Color Harmonies of #E9A0EA
Complementary color
Monochromatic Colors of #E9A0EA
Black with #E9A0EA
Text Example
Text Example
White with #E9A0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A0EA; }
p { color: rgb(233,160,234); }
H1.HeaderClassName
{
color: #E9A0EA;
}
.AnyTagClassName
{
color: #E9A0EA;
}
</style>
background-color css
<style>
a { background-color: #E9A0EA; }
a { background-color: rgb(233,160,234); }
div.DivClassName
{
background-color: #E9A0EA;
}
.BgClassName
{
background-color: #E9A0EA;
}
</style>
border-color css
<style>
span { border-color: #E9A0EA; }
span { border-color: rgb(233,160,234); }
td.TdClassName
{
border-color: #E9A0EA;
}
.TagClassName
{
border-color: #E9A0EA;
}
</style>