Shades of Plum #E09ACE
Tints of Plum #E09ACE
RGB
CMYK
RGB Variations
Color information
#E09ACE (or 0xE09ACE) is known color: Plum. HEX triplet: E0, 9A and CE. RGB value is (224,154,206). Sum of RGB (Red+Green+Blue) = 224+154+206=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ACE is #1F6531. Grayscale: #B4B4B4. Windows color (decimal): -2057522 or 13540064. OLE color: 13540064.
HSL color Cylindrical-coordinate representation of color #E09ACE: hue angle of 315.43º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09ACE is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 206 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.12 |
| HSL | 315.43º | 0.53% | 0.74% | - |
| HSV(B) | 315.43º | 0.31% | 0.88% | - |
| XYZ | 53.44 | 43.41 | 63.96 | - |
| YUV | 180.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 206 | 0 | 0.31 | 0.08 | 0.12 | 315.43 | 0.53 | 0.74 |
| Hex | E0 | 9A | CE | 0 | 1F | 8 | C | 13B | 35 | 4A |
| Octal | 340 | 232 | 316 | 0 | 37 | 10 | 14 | 473 | 65 | 112 |
| Binary | 11100000 | 10011010 | 11001110 | 0 | 11111 | 1000 | 1100 | 100111011 | 110101 | 1001010 |
Color Harmonies of #E09ACE
Complementary color
Monochromatic Colors of #E09ACE
Black with #E09ACE
Text Example
Text Example
White with #E09ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09ACE; }
p { color: rgb(224,154,206); }
H1.HeaderClassName
{
color: #E09ACE;
}
.AnyTagClassName
{
color: #E09ACE;
}
</style>
background-color css
<style>
a { background-color: #E09ACE; }
a { background-color: rgb(224,154,206); }
div.DivClassName
{
background-color: #E09ACE;
}
.BgClassName
{
background-color: #E09ACE;
}
</style>
border-color css
<style>
span { border-color: #E09ACE; }
span { border-color: rgb(224,154,206); }
td.TdClassName
{
border-color: #E09ACE;
}
.TagClassName
{
border-color: #E09ACE;
}
</style>