Shades of Plum #E19ACE
Tints of Plum #E19ACE
RGB
CMYK
RGB Variations
Color information
#E19ACE (or 0xE19ACE) is known color: Plum. HEX triplet: E1, 9A and CE. RGB value is (225,154,206). Sum of RGB (Red+Green+Blue) = 225+154+206=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ACE is #1E6531. Grayscale: #B5B5B5. Windows color (decimal): -1991986 or 13540065. OLE color: 13540065.
HSL color Cylindrical-coordinate representation of color #E19ACE: hue angle of 316.06º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19ACE is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 206 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.12 |
| HSL | 316.06º | 0.54% | 0.74% | - |
| HSV(B) | 316.06º | 0.32% | 0.88% | - |
| XYZ | 53.75 | 43.57 | 63.97 | - |
| YUV | 181.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 206 | 0 | 0.32 | 0.08 | 0.12 | 316.06 | 0.54 | 0.74 |
| Hex | E1 | 9A | CE | 0 | 20 | 8 | C | 13C | 36 | 4A |
| Octal | 341 | 232 | 316 | 0 | 40 | 10 | 14 | 474 | 66 | 112 |
| Binary | 11100001 | 10011010 | 11001110 | 0 | 100000 | 1000 | 1100 | 100111100 | 110110 | 1001010 |
Color Harmonies of #E19ACE
Complementary color
Monochromatic Colors of #E19ACE
Black with #E19ACE
Text Example
Text Example
White with #E19ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19ACE; }
p { color: rgb(225,154,206); }
H1.HeaderClassName
{
color: #E19ACE;
}
.AnyTagClassName
{
color: #E19ACE;
}
</style>
background-color css
<style>
a { background-color: #E19ACE; }
a { background-color: rgb(225,154,206); }
div.DivClassName
{
background-color: #E19ACE;
}
.BgClassName
{
background-color: #E19ACE;
}
</style>
border-color css
<style>
span { border-color: #E19ACE; }
span { border-color: rgb(225,154,206); }
td.TdClassName
{
border-color: #E19ACE;
}
.TagClassName
{
border-color: #E19ACE;
}
</style>