Shades of Plum #E098D7
Tints of Plum #E098D7
RGB
CMYK
RGB Variations
Color information
#E098D7 (or 0xE098D7) is known color: Plum. HEX triplet: E0, 98 and D7. RGB value is (224,152,215). Sum of RGB (Red+Green+Blue) = 224+152+215=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E098D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E098D7 is #1F6728. Grayscale: #B4B4B4. Windows color (decimal): -2058025 or 14129376. OLE color: 14129376.
HSL color Cylindrical-coordinate representation of color #E098D7: hue angle of 307.5º 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 #E098D7 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 215 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.12 |
| HSL | 307.5º | 0.54% | 0.74% | - |
| HSV(B) | 307.5º | 0.32% | 0.88% | - |
| XYZ | 54.23 | 43.21 | 69.77 | - |
| YUV | 180.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 215 | 0 | 0.32 | 0.04 | 0.12 | 307.5 | 0.54 | 0.74 |
| Hex | E0 | 98 | D7 | 0 | 20 | 4 | C | 134 | 36 | 4A |
| Octal | 340 | 230 | 327 | 0 | 40 | 4 | 14 | 464 | 66 | 112 |
| Binary | 11100000 | 10011000 | 11010111 | 0 | 100000 | 100 | 1100 | 100110100 | 110110 | 1001010 |
Color Harmonies of #E098D7
Complementary color
Monochromatic Colors of #E098D7
Black with #E098D7
Text Example
Text Example
White with #E098D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E098D7; }
p { color: rgb(224,152,215); }
H1.HeaderClassName
{
color: #E098D7;
}
.AnyTagClassName
{
color: #E098D7;
}
</style>
background-color css
<style>
a { background-color: #E098D7; }
a { background-color: rgb(224,152,215); }
div.DivClassName
{
background-color: #E098D7;
}
.BgClassName
{
background-color: #E098D7;
}
</style>
border-color css
<style>
span { border-color: #E098D7; }
span { border-color: rgb(224,152,215); }
td.TdClassName
{
border-color: #E098D7;
}
.TagClassName
{
border-color: #E098D7;
}
</style>