Shades of Plum #E198EF
Tints of Plum #E198EF
RGB
CMYK
RGB Variations
Color information
#E198EF (or 0xE198EF) is known color: Plum. HEX triplet: E1, 98 and EF. RGB value is (225,152,239). Sum of RGB (Red+Green+Blue) = 225+152+239=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 152 (59.77% from 255 or 24.68% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #E198EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E198EF is #1E6710. Grayscale: #B7B7B7. Windows color (decimal): -1992465 or 15702241. OLE color: 15702241.
HSL color Cylindrical-coordinate representation of color #E198EF: hue angle of 290.34º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E198EF is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 152 | 239 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.06 |
| HSL | 290.34º | 0.73% | 0.77% | - |
| HSV(B) | 290.34º | 0.36% | 0.94% | - |
| XYZ | 57.86 | 44.7 | 87.24 | - |
| YUV | 183.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 239 | 0.06 | 0.36 | 0 | 0.06 | 290.34 | 0.73 | 0.77 |
| Hex | E1 | 98 | EF | 6 | 24 | 0 | 6 | 122 | 49 | 4D |
| Octal | 341 | 230 | 357 | 6 | 44 | 0 | 6 | 442 | 111 | 115 |
| Binary | 11100001 | 10011000 | 11101111 | 110 | 100100 | 0 | 110 | 100100010 | 1001001 | 1001101 |
Color Harmonies of #E198EF
Complementary color
Monochromatic Colors of #E198EF
Black with #E198EF
Text Example
Text Example
White with #E198EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E198EF; }
p { color: rgb(225,152,239); }
H1.HeaderClassName
{
color: #E198EF;
}
.AnyTagClassName
{
color: #E198EF;
}
</style>
background-color css
<style>
a { background-color: #E198EF; }
a { background-color: rgb(225,152,239); }
div.DivClassName
{
background-color: #E198EF;
}
.BgClassName
{
background-color: #E198EF;
}
</style>
border-color css
<style>
span { border-color: #E198EF; }
span { border-color: rgb(225,152,239); }
td.TdClassName
{
border-color: #E198EF;
}
.TagClassName
{
border-color: #E198EF;
}
</style>