Shades of Plum #E9ACE5
Tints of Plum #E9ACE5
RGB
CMYK
RGB Variations
Color information
#E9ACE5 (or 0xE9ACE5) is known color: Plum. HEX triplet: E9, AC and E5. RGB value is (233,172,229). Sum of RGB (Red+Green+Blue) = 233+172+229=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ACE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ACE5 is #16531A. Grayscale: #C4C4C4. Windows color (decimal): -1463067 or 15052009. OLE color: 15052009.
HSL color Cylindrical-coordinate representation of color #E9ACE5: hue angle of 303.93º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9ACE5 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 172 | 229 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.09 |
| HSL | 303.93º | 0.58% | 0.79% | - |
| HSV(B) | 303.93º | 0.26% | 0.91% | - |
| XYZ | 62.5 | 52.49 | 80.97 | - |
| YUV | 196.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 229 | 0 | 0.26 | 0.02 | 0.09 | 303.93 | 0.58 | 0.79 |
| Hex | E9 | AC | E5 | 0 | 1A | 2 | 9 | 130 | 3A | 4F |
| Octal | 351 | 254 | 345 | 0 | 32 | 2 | 11 | 460 | 72 | 117 |
| Binary | 11101001 | 10101100 | 11100101 | 0 | 11010 | 10 | 1001 | 100110000 | 111010 | 1001111 |
Color Harmonies of #E9ACE5
Complementary color
Monochromatic Colors of #E9ACE5
Black with #E9ACE5
Text Example
Text Example
White with #E9ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ACE5; }
p { color: rgb(233,172,229); }
H1.HeaderClassName
{
color: #E9ACE5;
}
.AnyTagClassName
{
color: #E9ACE5;
}
</style>
background-color css
<style>
a { background-color: #E9ACE5; }
a { background-color: rgb(233,172,229); }
div.DivClassName
{
background-color: #E9ACE5;
}
.BgClassName
{
background-color: #E9ACE5;
}
</style>
border-color css
<style>
span { border-color: #E9ACE5; }
span { border-color: rgb(233,172,229); }
td.TdClassName
{
border-color: #E9ACE5;
}
.TagClassName
{
border-color: #E9ACE5;
}
</style>