Shades of Plum #E194E1
Tints of Plum #E194E1
RGB
CMYK
RGB Variations
Color information
#E194E1 (or 0xE194E1) is known color: Plum. HEX triplet: E1, 94 and E1. RGB value is (225,148,225). Sum of RGB (Red+Green+Blue) = 225+148+225=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E194E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194E1 is #1E6B1E. Grayscale: #B3B3B3. Windows color (decimal): -1993503 or 14783713. OLE color: 14783713.
HSL color Cylindrical-coordinate representation of color #E194E1: hue angle of 300º 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 #E194E1 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 225 | - |
| CMYK | 0 | 0.34 | 0 | 0.12 |
| HSL | 300º | 0.56% | 0.73% | - |
| HSV(B) | 300º | 0.34% | 0.88% | - |
| XYZ | 55.23 | 42.62 | 76.55 | - |
| YUV | 179.8 | 153.51 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 225 | 0 | 0.34 | 0 | 0.12 | 300 | 0.56 | 0.73 |
| Hex | E1 | 94 | E1 | 0 | 22 | 0 | C | 12C | 38 | 49 |
| Octal | 341 | 224 | 341 | 0 | 42 | 0 | 14 | 454 | 70 | 111 |
| Binary | 11100001 | 10010100 | 11100001 | 0 | 100010 | 0 | 1100 | 100101100 | 111000 | 1001001 |
Color Harmonies of #E194E1
Complementary color
Monochromatic Colors of #E194E1
Black with #E194E1
Text Example
Text Example
White with #E194E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194E1; }
p { color: rgb(225,148,225); }
H1.HeaderClassName
{
color: #E194E1;
}
.AnyTagClassName
{
color: #E194E1;
}
</style>
background-color css
<style>
a { background-color: #E194E1; }
a { background-color: rgb(225,148,225); }
div.DivClassName
{
background-color: #E194E1;
}
.BgClassName
{
background-color: #E194E1;
}
</style>
border-color css
<style>
span { border-color: #E194E1; }
span { border-color: rgb(225,148,225); }
td.TdClassName
{
border-color: #E194E1;
}
.TagClassName
{
border-color: #E194E1;
}
</style>