Shades of Plum #E097CE
Tints of Plum #E097CE
RGB
CMYK
RGB Variations
Color information
#E097CE (or 0xE097CE) is known color: Plum. HEX triplet: E0, 97 and CE. RGB value is (224,151,206). Sum of RGB (Red+Green+Blue) = 224+151+206=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E097CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097CE is #1F6831. Grayscale: #B2B2B2. Windows color (decimal): -2058290 or 13539296. OLE color: 13539296.
HSL color Cylindrical-coordinate representation of color #E097CE: hue angle of 314.79º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E097CE is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 206 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.12 |
| HSL | 314.79º | 0.54% | 0.74% | - |
| HSV(B) | 314.79º | 0.33% | 0.88% | - |
| XYZ | 52.95 | 42.44 | 63.79 | - |
| YUV | 179.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 206 | 0 | 0.33 | 0.08 | 0.12 | 314.79 | 0.54 | 0.74 |
| Hex | E0 | 97 | CE | 0 | 21 | 8 | C | 13B | 36 | 4A |
| Octal | 340 | 227 | 316 | 0 | 41 | 10 | 14 | 473 | 66 | 112 |
| Binary | 11100000 | 10010111 | 11001110 | 0 | 100001 | 1000 | 1100 | 100111011 | 110110 | 1001010 |
Color Harmonies of #E097CE
Complementary color
Monochromatic Colors of #E097CE
Black with #E097CE
Text Example
Text Example
White with #E097CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097CE; }
p { color: rgb(224,151,206); }
H1.HeaderClassName
{
color: #E097CE;
}
.AnyTagClassName
{
color: #E097CE;
}
</style>
background-color css
<style>
a { background-color: #E097CE; }
a { background-color: rgb(224,151,206); }
div.DivClassName
{
background-color: #E097CE;
}
.BgClassName
{
background-color: #E097CE;
}
</style>
border-color css
<style>
span { border-color: #E097CE; }
span { border-color: rgb(224,151,206); }
td.TdClassName
{
border-color: #E097CE;
}
.TagClassName
{
border-color: #E097CE;
}
</style>