Shades of Plum #E9A7EA
Tints of Plum #E9A7EA
RGB
CMYK
RGB Variations
Color information
#E9A7EA (or 0xE9A7EA) is known color: Plum. HEX triplet: E9, A7 and EA. RGB value is (233,167,234). Sum of RGB (Red+Green+Blue) = 233+167+234=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 167 (65.62% from 255 or 26.34% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9A7EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A7EA is #165815. Grayscale: #C2C2C2. Windows color (decimal): -1464342 or 15378409. OLE color: 15378409.
HSL color Cylindrical-coordinate representation of color #E9A7EA: hue angle of 299.1º degrees, saturation: 0.61, 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 #E9A7EA is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 167 | 234 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.08 |
| HSL | 299.1º | 0.61% | 0.79% | - |
| HSV(B) | 299.1º | 0.29% | 0.92% | - |
| XYZ | 62.27 | 50.9 | 84.38 | - |
| YUV | 194.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 167 | 234 | 0.00 | 0.29 | 0 | 0.08 | 299.1 | 0.61 | 0.79 |
| Hex | E9 | A7 | EA | 0 | 1D | 0 | 8 | 12B | 3D | 4F |
| Octal | 351 | 247 | 352 | 0 | 35 | 0 | 10 | 453 | 75 | 117 |
| Binary | 11101001 | 10100111 | 11101010 | 0 | 11101 | 0 | 1000 | 100101011 | 111101 | 1001111 |
Color Harmonies of #E9A7EA
Complementary color
Monochromatic Colors of #E9A7EA
Black with #E9A7EA
Text Example
Text Example
White with #E9A7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A7EA; }
p { color: rgb(233,167,234); }
H1.HeaderClassName
{
color: #E9A7EA;
}
.AnyTagClassName
{
color: #E9A7EA;
}
</style>
background-color css
<style>
a { background-color: #E9A7EA; }
a { background-color: rgb(233,167,234); }
div.DivClassName
{
background-color: #E9A7EA;
}
.BgClassName
{
background-color: #E9A7EA;
}
</style>
border-color css
<style>
span { border-color: #E9A7EA; }
span { border-color: rgb(233,167,234); }
td.TdClassName
{
border-color: #E9A7EA;
}
.TagClassName
{
border-color: #E9A7EA;
}
</style>