Shades of Plum #E098D6
Tints of Plum #E098D6
RGB
CMYK
RGB Variations
Color information
#E098D6 (or 0xE098D6) is known color: Plum. HEX triplet: E0, 98 and D6. RGB value is (224,152,214). Sum of RGB (Red+Green+Blue) = 224+152+214=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E098D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E098D6 is #1F6729. Grayscale: #B4B4B4. Windows color (decimal): -2058026 or 14063840. OLE color: 14063840.
HSL color Cylindrical-coordinate representation of color #E098D6: hue angle of 308.33º 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 #E098D6 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 214 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.12 |
| HSL | 308.33º | 0.54% | 0.74% | - |
| HSV(B) | 308.33º | 0.32% | 0.88% | - |
| XYZ | 54.11 | 43.16 | 69.1 | - |
| YUV | 180.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 214 | 0 | 0.32 | 0.04 | 0.12 | 308.33 | 0.54 | 0.74 |
| Hex | E0 | 98 | D6 | 0 | 20 | 4 | C | 134 | 36 | 4A |
| Octal | 340 | 230 | 326 | 0 | 40 | 4 | 14 | 464 | 66 | 112 |
| Binary | 11100000 | 10011000 | 11010110 | 0 | 100000 | 100 | 1100 | 100110100 | 110110 | 1001010 |
Color Harmonies of #E098D6
Complementary color
Monochromatic Colors of #E098D6
Black with #E098D6
Text Example
Text Example
White with #E098D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E098D6; }
p { color: rgb(224,152,214); }
H1.HeaderClassName
{
color: #E098D6;
}
.AnyTagClassName
{
color: #E098D6;
}
</style>
background-color css
<style>
a { background-color: #E098D6; }
a { background-color: rgb(224,152,214); }
div.DivClassName
{
background-color: #E098D6;
}
.BgClassName
{
background-color: #E098D6;
}
</style>
border-color css
<style>
span { border-color: #E098D6; }
span { border-color: rgb(224,152,214); }
td.TdClassName
{
border-color: #E098D6;
}
.TagClassName
{
border-color: #E098D6;
}
</style>