Shades of Plum #E19DF2
Tints of Plum #E19DF2
RGB
CMYK
RGB Variations
Color information
#E19DF2 (or 0xE19DF2) is known color: Plum. HEX triplet: E1, 9D and F2. RGB value is (225,157,242). Sum of RGB (Red+Green+Blue) = 225+157+242=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 157 (61.72% from 255 or 25.16% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #E19DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19DF2 is #1E620D. Grayscale: #BABABA. Windows color (decimal): -1991182 or 15900129. OLE color: 15900129.
HSL color Cylindrical-coordinate representation of color #E19DF2: hue angle of 288º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E19DF2 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 157 | 242 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.05 |
| HSL | 288º | 0.77% | 0.78% | - |
| HSV(B) | 288º | 0.35% | 0.95% | - |
| XYZ | 59.14 | 46.53 | 89.87 | - |
| YUV | 187.02 | 159.03 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 242 | 0.07 | 0.35 | 0 | 0.05 | 288 | 0.77 | 0.78 |
| Hex | E1 | 9D | F2 | 7 | 23 | 0 | 5 | 120 | 4D | 4E |
| Octal | 341 | 235 | 362 | 7 | 43 | 0 | 5 | 440 | 115 | 116 |
| Binary | 11100001 | 10011101 | 11110010 | 111 | 100011 | 0 | 101 | 100100000 | 1001101 | 1001110 |
Color Harmonies of #E19DF2
Complementary color
Monochromatic Colors of #E19DF2
Black with #E19DF2
Text Example
Text Example
White with #E19DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19DF2; }
p { color: rgb(225,157,242); }
H1.HeaderClassName
{
color: #E19DF2;
}
.AnyTagClassName
{
color: #E19DF2;
}
</style>
background-color css
<style>
a { background-color: #E19DF2; }
a { background-color: rgb(225,157,242); }
div.DivClassName
{
background-color: #E19DF2;
}
.BgClassName
{
background-color: #E19DF2;
}
</style>
border-color css
<style>
span { border-color: #E19DF2; }
span { border-color: rgb(225,157,242); }
td.TdClassName
{
border-color: #E19DF2;
}
.TagClassName
{
border-color: #E19DF2;
}
</style>