Shades of Plum #E097DF
Tints of Plum #E097DF
RGB
CMYK
RGB Variations
Color information
#E097DF (or 0xE097DF) is known color: Plum. HEX triplet: E0, 97 and DF. RGB value is (224,151,223). Sum of RGB (Red+Green+Blue) = 224+151+223=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E097DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097DF is #1F6820. Grayscale: #B4B4B4. Windows color (decimal): -2058273 or 14653408. OLE color: 14653408.
HSL color Cylindrical-coordinate representation of color #E097DF: hue angle of 300.82º 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 #E097DF is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 223 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.12 |
| HSL | 300.82º | 0.54% | 0.74% | - |
| HSV(B) | 300.82º | 0.33% | 0.88% | - |
| XYZ | 55.13 | 43.31 | 75.27 | - |
| YUV | 181.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 223 | 0 | 0.33 | 0.00 | 0.12 | 300.82 | 0.54 | 0.74 |
| Hex | E0 | 97 | DF | 0 | 21 | 0 | C | 12D | 36 | 4A |
| Octal | 340 | 227 | 337 | 0 | 41 | 0 | 14 | 455 | 66 | 112 |
| Binary | 11100000 | 10010111 | 11011111 | 0 | 100001 | 0 | 1100 | 100101101 | 110110 | 1001010 |
Color Harmonies of #E097DF
Complementary color
Monochromatic Colors of #E097DF
Black with #E097DF
Text Example
Text Example
White with #E097DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097DF; }
p { color: rgb(224,151,223); }
H1.HeaderClassName
{
color: #E097DF;
}
.AnyTagClassName
{
color: #E097DF;
}
</style>
background-color css
<style>
a { background-color: #E097DF; }
a { background-color: rgb(224,151,223); }
div.DivClassName
{
background-color: #E097DF;
}
.BgClassName
{
background-color: #E097DF;
}
</style>
border-color css
<style>
span { border-color: #E097DF; }
span { border-color: rgb(224,151,223); }
td.TdClassName
{
border-color: #E097DF;
}
.TagClassName
{
border-color: #E097DF;
}
</style>