Shades of Plum #E199F2
Tints of Plum #E199F2
RGB
CMYK
RGB Variations
Color information
#E199F2 (or 0xE199F2) is known color: Plum. HEX triplet: E1, 99 and F2. RGB value is (225,153,242). Sum of RGB (Red+Green+Blue) = 225+153+242=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #E199F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E199F2 is #1E660D. Grayscale: #B8B8B8. Windows color (decimal): -1992206 or 15899105. OLE color: 15899105.
HSL color Cylindrical-coordinate representation of color #E199F2: hue angle of 288.54º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E199F2 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 153 | 242 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.05 |
| HSL | 288.54º | 0.77% | 0.77% | - |
| HSV(B) | 288.54º | 0.37% | 0.95% | - |
| XYZ | 58.47 | 45.2 | 89.65 | - |
| YUV | 184.67 | 160.35 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 242 | 0.07 | 0.37 | 0 | 0.05 | 288.54 | 0.77 | 0.77 |
| Hex | E1 | 99 | F2 | 7 | 25 | 0 | 5 | 121 | 4D | 4D |
| Octal | 341 | 231 | 362 | 7 | 45 | 0 | 5 | 441 | 115 | 115 |
| Binary | 11100001 | 10011001 | 11110010 | 111 | 100101 | 0 | 101 | 100100001 | 1001101 | 1001101 |
Color Harmonies of #E199F2
Complementary color
Monochromatic Colors of #E199F2
Black with #E199F2
Text Example
Text Example
White with #E199F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199F2; }
p { color: rgb(225,153,242); }
H1.HeaderClassName
{
color: #E199F2;
}
.AnyTagClassName
{
color: #E199F2;
}
</style>
background-color css
<style>
a { background-color: #E199F2; }
a { background-color: rgb(225,153,242); }
div.DivClassName
{
background-color: #E199F2;
}
.BgClassName
{
background-color: #E199F2;
}
</style>
border-color css
<style>
span { border-color: #E199F2; }
span { border-color: rgb(225,153,242); }
td.TdClassName
{
border-color: #E199F2;
}
.TagClassName
{
border-color: #E199F2;
}
</style>