Shades of Plum #E199F1
Tints of Plum #E199F1
RGB
CMYK
RGB Variations
Color information
#E199F1 (or 0xE199F1) is known color: Plum. HEX triplet: E1, 99 and F1. RGB value is (225,153,241). Sum of RGB (Red+Green+Blue) = 225+153+241=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 153 (60.16% from 255 or 24.72% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #E199F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E199F1 is #1E660E. Grayscale: #B8B8B8. Windows color (decimal): -1992207 or 15833569. OLE color: 15833569.
HSL color Cylindrical-coordinate representation of color #E199F1: hue angle of 289.09º degrees, saturation: 0.76, 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 #E199F1 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 153 | 241 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.05 |
| HSL | 289.09º | 0.76% | 0.77% | - |
| HSV(B) | 289.09º | 0.37% | 0.95% | - |
| XYZ | 58.32 | 45.14 | 88.86 | - |
| YUV | 184.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 241 | 0.07 | 0.37 | 0 | 0.05 | 289.09 | 0.76 | 0.77 |
| Hex | E1 | 99 | F1 | 7 | 25 | 0 | 5 | 121 | 4C | 4D |
| Octal | 341 | 231 | 361 | 7 | 45 | 0 | 5 | 441 | 114 | 115 |
| Binary | 11100001 | 10011001 | 11110001 | 111 | 100101 | 0 | 101 | 100100001 | 1001100 | 1001101 |
Color Harmonies of #E199F1
Complementary color
Monochromatic Colors of #E199F1
Black with #E199F1
Text Example
Text Example
White with #E199F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199F1; }
p { color: rgb(225,153,241); }
H1.HeaderClassName
{
color: #E199F1;
}
.AnyTagClassName
{
color: #E199F1;
}
</style>
background-color css
<style>
a { background-color: #E199F1; }
a { background-color: rgb(225,153,241); }
div.DivClassName
{
background-color: #E199F1;
}
.BgClassName
{
background-color: #E199F1;
}
</style>
border-color css
<style>
span { border-color: #E199F1; }
span { border-color: rgb(225,153,241); }
td.TdClassName
{
border-color: #E199F1;
}
.TagClassName
{
border-color: #E199F1;
}
</style>