Shades of Plum #E194DE
Tints of Plum #E194DE
RGB
CMYK
RGB Variations
Color information
#E194DE (or 0xE194DE) is known color: Plum. HEX triplet: E1, 94 and DE. RGB value is (225,148,222). Sum of RGB (Red+Green+Blue) = 225+148+222=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E194DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194DE is #1E6B21. Grayscale: #B3B3B3. Windows color (decimal): -1993506 or 14587105. OLE color: 14587105.
HSL color Cylindrical-coordinate representation of color #E194DE: hue angle of 302.34º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E194DE is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 222 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.12 |
| HSL | 302.34º | 0.56% | 0.73% | - |
| HSV(B) | 302.34º | 0.34% | 0.88% | - |
| XYZ | 54.83 | 42.46 | 74.41 | - |
| YUV | 179.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 222 | 0 | 0.34 | 0.01 | 0.12 | 302.34 | 0.56 | 0.73 |
| Hex | E1 | 94 | DE | 0 | 22 | 1 | C | 12E | 38 | 49 |
| Octal | 341 | 224 | 336 | 0 | 42 | 1 | 14 | 456 | 70 | 111 |
| Binary | 11100001 | 10010100 | 11011110 | 0 | 100010 | 1 | 1100 | 100101110 | 111000 | 1001001 |
Color Harmonies of #E194DE
Complementary color
Monochromatic Colors of #E194DE
Black with #E194DE
Text Example
Text Example
White with #E194DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194DE; }
p { color: rgb(225,148,222); }
H1.HeaderClassName
{
color: #E194DE;
}
.AnyTagClassName
{
color: #E194DE;
}
</style>
background-color css
<style>
a { background-color: #E194DE; }
a { background-color: rgb(225,148,222); }
div.DivClassName
{
background-color: #E194DE;
}
.BgClassName
{
background-color: #E194DE;
}
</style>
border-color css
<style>
span { border-color: #E194DE; }
span { border-color: rgb(225,148,222); }
td.TdClassName
{
border-color: #E194DE;
}
.TagClassName
{
border-color: #E194DE;
}
</style>