Shades of Plum #E098CE
Tints of Plum #E098CE
RGB
CMYK
RGB Variations
Color information
#E098CE (or 0xE098CE) is known color: Plum. HEX triplet: E0, 98 and CE. RGB value is (224,152,206). Sum of RGB (Red+Green+Blue) = 224+152+206=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E098CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E098CE is #1F6731. Grayscale: #B3B3B3. Windows color (decimal): -2058034 or 13539552. OLE color: 13539552.
HSL color Cylindrical-coordinate representation of color #E098CE: hue angle of 315º 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 #E098CE is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 206 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.12 |
| HSL | 315º | 0.54% | 0.74% | - |
| HSV(B) | 315º | 0.32% | 0.88% | - |
| XYZ | 53.11 | 42.76 | 63.85 | - |
| YUV | 179.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 206 | 0 | 0.32 | 0.08 | 0.12 | 315 | 0.54 | 0.74 |
| Hex | E0 | 98 | CE | 0 | 20 | 8 | C | 13B | 36 | 4A |
| Octal | 340 | 230 | 316 | 0 | 40 | 10 | 14 | 473 | 66 | 112 |
| Binary | 11100000 | 10011000 | 11001110 | 0 | 100000 | 1000 | 1100 | 100111011 | 110110 | 1001010 |
Color Harmonies of #E098CE
Complementary color
Monochromatic Colors of #E098CE
Black with #E098CE
Text Example
Text Example
White with #E098CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E098CE; }
p { color: rgb(224,152,206); }
H1.HeaderClassName
{
color: #E098CE;
}
.AnyTagClassName
{
color: #E098CE;
}
</style>
background-color css
<style>
a { background-color: #E098CE; }
a { background-color: rgb(224,152,206); }
div.DivClassName
{
background-color: #E098CE;
}
.BgClassName
{
background-color: #E098CE;
}
</style>
border-color css
<style>
span { border-color: #E098CE; }
span { border-color: rgb(224,152,206); }
td.TdClassName
{
border-color: #E098CE;
}
.TagClassName
{
border-color: #E098CE;
}
</style>