Shades of Plum #E194EC
Tints of Plum #E194EC
RGB
CMYK
RGB Variations
Color information
#E194EC (or 0xE194EC) is known color: Plum. HEX triplet: E1, 94 and EC. RGB value is (225,148,236). Sum of RGB (Red+Green+Blue) = 225+148+236=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 148 (58.20% from 255 or 24.30% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #E194EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E194EC is #1E6B13. Grayscale: #B4B4B4. Windows color (decimal): -1993492 or 15504609. OLE color: 15504609.
HSL color Cylindrical-coordinate representation of color #E194EC: hue angle of 292.5º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E194EC is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 148 | 236 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.07 |
| HSL | 292.5º | 0.7% | 0.75% | - |
| HSV(B) | 292.5º | 0.37% | 0.93% | - |
| XYZ | 56.78 | 43.24 | 84.71 | - |
| YUV | 181.06 | 159.01 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 236 | 0.05 | 0.37 | 0 | 0.07 | 292.5 | 0.7 | 0.75 |
| Hex | E1 | 94 | EC | 5 | 25 | 0 | 7 | 124 | 46 | 4B |
| Octal | 341 | 224 | 354 | 5 | 45 | 0 | 7 | 444 | 106 | 113 |
| Binary | 11100001 | 10010100 | 11101100 | 101 | 100101 | 0 | 111 | 100100100 | 1000110 | 1001011 |
Color Harmonies of #E194EC
Complementary color
Monochromatic Colors of #E194EC
Black with #E194EC
Text Example
Text Example
White with #E194EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194EC; }
p { color: rgb(225,148,236); }
H1.HeaderClassName
{
color: #E194EC;
}
.AnyTagClassName
{
color: #E194EC;
}
</style>
background-color css
<style>
a { background-color: #E194EC; }
a { background-color: rgb(225,148,236); }
div.DivClassName
{
background-color: #E194EC;
}
.BgClassName
{
background-color: #E194EC;
}
</style>
border-color css
<style>
span { border-color: #E194EC; }
span { border-color: rgb(225,148,236); }
td.TdClassName
{
border-color: #E194EC;
}
.TagClassName
{
border-color: #E194EC;
}
</style>