Shades of Plum #E198CF
Tints of Plum #E198CF
RGB
CMYK
RGB Variations
Color information
#E198CF (or 0xE198CF) is known color: Plum. HEX triplet: E1, 98 and CF. RGB value is (225,152,207). Sum of RGB (Red+Green+Blue) = 225+152+207=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E198CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198CF is #1E6730. Grayscale: #B3B3B3. Windows color (decimal): -1992497 or 13605089. OLE color: 13605089.
HSL color Cylindrical-coordinate representation of color #E198CF: hue angle of 314.79º degrees, saturation: 0.55, 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 #E198CF is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 207 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.12 |
| HSL | 314.79º | 0.55% | 0.74% | - |
| HSV(B) | 314.79º | 0.32% | 0.88% | - |
| XYZ | 53.54 | 42.97 | 64.5 | - |
| YUV | 180.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 207 | 0 | 0.32 | 0.08 | 0.12 | 314.79 | 0.55 | 0.74 |
| Hex | E1 | 98 | CF | 0 | 20 | 8 | C | 13B | 37 | 4A |
| Octal | 341 | 230 | 317 | 0 | 40 | 10 | 14 | 473 | 67 | 112 |
| Binary | 11100001 | 10011000 | 11001111 | 0 | 100000 | 1000 | 1100 | 100111011 | 110111 | 1001010 |
Color Harmonies of #E198CF
Complementary color
Monochromatic Colors of #E198CF
Black with #E198CF
Text Example
Text Example
White with #E198CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E198CF; }
p { color: rgb(225,152,207); }
H1.HeaderClassName
{
color: #E198CF;
}
.AnyTagClassName
{
color: #E198CF;
}
</style>
background-color css
<style>
a { background-color: #E198CF; }
a { background-color: rgb(225,152,207); }
div.DivClassName
{
background-color: #E198CF;
}
.BgClassName
{
background-color: #E198CF;
}
</style>
border-color css
<style>
span { border-color: #E198CF; }
span { border-color: rgb(225,152,207); }
td.TdClassName
{
border-color: #E198CF;
}
.TagClassName
{
border-color: #E198CF;
}
</style>