Shades of Plum #E198E0
Tints of Plum #E198E0
RGB
CMYK
RGB Variations
Color information
#E198E0 (or 0xE198E0) is known color: Plum. HEX triplet: E1, 98 and E0. RGB value is (225,152,224). Sum of RGB (Red+Green+Blue) = 225+152+224=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E198E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198E0 is #1E671F. Grayscale: #B5B5B5. Windows color (decimal): -1992480 or 14719201. OLE color: 14719201.
HSL color Cylindrical-coordinate representation of color #E198E0: hue angle of 300.82º 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 #E198E0 is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 224 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.12 |
| HSL | 300.82º | 0.55% | 0.74% | - |
| HSV(B) | 300.82º | 0.32% | 0.88% | - |
| XYZ | 55.73 | 43.85 | 76.05 | - |
| YUV | 182.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 224 | 0 | 0.32 | 0.00 | 0.12 | 300.82 | 0.55 | 0.74 |
| Hex | E1 | 98 | E0 | 0 | 20 | 0 | C | 12D | 37 | 4A |
| Octal | 341 | 230 | 340 | 0 | 40 | 0 | 14 | 455 | 67 | 112 |
| Binary | 11100001 | 10011000 | 11100000 | 0 | 100000 | 0 | 1100 | 100101101 | 110111 | 1001010 |
Color Harmonies of #E198E0
Complementary color
Monochromatic Colors of #E198E0
Black with #E198E0
Text Example
Text Example
White with #E198E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E198E0; }
p { color: rgb(225,152,224); }
H1.HeaderClassName
{
color: #E198E0;
}
.AnyTagClassName
{
color: #E198E0;
}
</style>
background-color css
<style>
a { background-color: #E198E0; }
a { background-color: rgb(225,152,224); }
div.DivClassName
{
background-color: #E198E0;
}
.BgClassName
{
background-color: #E198E0;
}
</style>
border-color css
<style>
span { border-color: #E198E0; }
span { border-color: rgb(225,152,224); }
td.TdClassName
{
border-color: #E198E0;
}
.TagClassName
{
border-color: #E198E0;
}
</style>