Shades of Plum #E194D6
Tints of Plum #E194D6
RGB
CMYK
RGB Variations
Color information
#E194D6 (or 0xE194D6) is known color: Plum. HEX triplet: E1, 94 and D6. RGB value is (225,148,214). Sum of RGB (Red+Green+Blue) = 225+148+214=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E194D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194D6 is #1E6B29. Grayscale: #B2B2B2. Windows color (decimal): -1993514 or 14062817. OLE color: 14062817.
HSL color Cylindrical-coordinate representation of color #E194D6: hue angle of 308.57º 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 #E194D6 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 214 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.12 |
| HSL | 308.57º | 0.56% | 0.73% | - |
| HSV(B) | 308.57º | 0.34% | 0.88% | - |
| XYZ | 53.78 | 42.04 | 68.9 | - |
| YUV | 178.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 214 | 0 | 0.34 | 0.05 | 0.12 | 308.57 | 0.56 | 0.73 |
| Hex | E1 | 94 | D6 | 0 | 22 | 5 | C | 135 | 38 | 49 |
| Octal | 341 | 224 | 326 | 0 | 42 | 5 | 14 | 465 | 70 | 111 |
| Binary | 11100001 | 10010100 | 11010110 | 0 | 100010 | 101 | 1100 | 100110101 | 111000 | 1001001 |
Color Harmonies of #E194D6
Complementary color
Monochromatic Colors of #E194D6
Black with #E194D6
Text Example
Text Example
White with #E194D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194D6; }
p { color: rgb(225,148,214); }
H1.HeaderClassName
{
color: #E194D6;
}
.AnyTagClassName
{
color: #E194D6;
}
</style>
background-color css
<style>
a { background-color: #E194D6; }
a { background-color: rgb(225,148,214); }
div.DivClassName
{
background-color: #E194D6;
}
.BgClassName
{
background-color: #E194D6;
}
</style>
border-color css
<style>
span { border-color: #E194D6; }
span { border-color: rgb(225,148,214); }
td.TdClassName
{
border-color: #E194D6;
}
.TagClassName
{
border-color: #E194D6;
}
</style>