Shades of Plum #E098DF
Tints of Plum #E098DF
RGB
CMYK
RGB Variations
Color information
#E098DF (or 0xE098DF) is known color: Plum. HEX triplet: E0, 98 and DF. RGB value is (224,152,223). Sum of RGB (Red+Green+Blue) = 224+152+223=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 224 - color contains mainly: red. Hex color #E098DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E098DF is #1F6720. Grayscale: #B5B5B5. Windows color (decimal): -2058017 or 14653664. OLE color: 14653664.
HSL color Cylindrical-coordinate representation of color #E098DF: hue angle of 300.83º 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 #E098DF is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 223 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.12 |
| HSL | 300.83º | 0.54% | 0.74% | - |
| HSV(B) | 300.83º | 0.32% | 0.88% | - |
| XYZ | 55.29 | 43.63 | 75.32 | - |
| YUV | 181.62 | 151.35 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 223 | 0 | 0.32 | 0.00 | 0.12 | 300.83 | 0.54 | 0.74 |
| Hex | E0 | 98 | DF | 0 | 20 | 0 | C | 12D | 36 | 4A |
| Octal | 340 | 230 | 337 | 0 | 40 | 0 | 14 | 455 | 66 | 112 |
| Binary | 11100000 | 10011000 | 11011111 | 0 | 100000 | 0 | 1100 | 100101101 | 110110 | 1001010 |
Color Harmonies of #E098DF
Complementary color
Monochromatic Colors of #E098DF
Black with #E098DF
Text Example
Text Example
White with #E098DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E098DF; }
p { color: rgb(224,152,223); }
H1.HeaderClassName
{
color: #E098DF;
}
.AnyTagClassName
{
color: #E098DF;
}
</style>
background-color css
<style>
a { background-color: #E098DF; }
a { background-color: rgb(224,152,223); }
div.DivClassName
{
background-color: #E098DF;
}
.BgClassName
{
background-color: #E098DF;
}
</style>
border-color css
<style>
span { border-color: #E098DF; }
span { border-color: rgb(224,152,223); }
td.TdClassName
{
border-color: #E098DF;
}
.TagClassName
{
border-color: #E098DF;
}
</style>