Shades of Plum #E098CF
Tints of Plum #E098CF
RGB
CMYK
RGB Variations
Color information
#E098CF (or 0xE098CF) is known color: Plum. HEX triplet: E0, 98 and CF. RGB value is (224,152,207). Sum of RGB (Red+Green+Blue) = 224+152+207=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E098CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E098CF is #1F6730. Grayscale: #B3B3B3. Windows color (decimal): -2058033 or 13605088. OLE color: 13605088.
HSL color Cylindrical-coordinate representation of color #E098CF: hue angle of 314.17º 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 #E098CF is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 207 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.12 |
| HSL | 314.17º | 0.54% | 0.74% | - |
| HSV(B) | 314.17º | 0.32% | 0.88% | - |
| XYZ | 53.23 | 42.81 | 64.49 | - |
| YUV | 179.8 | 143.35 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 207 | 0 | 0.32 | 0.08 | 0.12 | 314.17 | 0.54 | 0.74 |
| Hex | E0 | 98 | CF | 0 | 20 | 8 | C | 13A | 36 | 4A |
| Octal | 340 | 230 | 317 | 0 | 40 | 10 | 14 | 472 | 66 | 112 |
| Binary | 11100000 | 10011000 | 11001111 | 0 | 100000 | 1000 | 1100 | 100111010 | 110110 | 1001010 |
Color Harmonies of #E098CF
Complementary color
Monochromatic Colors of #E098CF
Black with #E098CF
Text Example
Text Example
White with #E098CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E098CF; }
p { color: rgb(224,152,207); }
H1.HeaderClassName
{
color: #E098CF;
}
.AnyTagClassName
{
color: #E098CF;
}
</style>
background-color css
<style>
a { background-color: #E098CF; }
a { background-color: rgb(224,152,207); }
div.DivClassName
{
background-color: #E098CF;
}
.BgClassName
{
background-color: #E098CF;
}
</style>
border-color css
<style>
span { border-color: #E098CF; }
span { border-color: rgb(224,152,207); }
td.TdClassName
{
border-color: #E098CF;
}
.TagClassName
{
border-color: #E098CF;
}
</style>