Shades of Plum #E194ED
Tints of Plum #E194ED
RGB
CMYK
RGB Variations
Color information
#E194ED (or 0xE194ED) is known color: Plum. HEX triplet: E1, 94 and ED. RGB value is (225,148,237). Sum of RGB (Red+Green+Blue) = 225+148+237=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 148 (58.20% from 255 or 24.26% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #E194ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E194ED is #1E6B12. Grayscale: #B4B4B4. Windows color (decimal): -1993491 or 15570145. OLE color: 15570145.
HSL color Cylindrical-coordinate representation of color #E194ED: hue angle of 291.91º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E194ED is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 148 | 237 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.07 |
| HSL | 291.91º | 0.71% | 0.75% | - |
| HSV(B) | 291.91º | 0.38% | 0.93% | - |
| XYZ | 56.93 | 43.3 | 85.48 | - |
| YUV | 181.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 237 | 0.05 | 0.38 | 0 | 0.07 | 291.91 | 0.71 | 0.75 |
| Hex | E1 | 94 | ED | 5 | 26 | 0 | 7 | 124 | 47 | 4B |
| Octal | 341 | 224 | 355 | 5 | 46 | 0 | 7 | 444 | 107 | 113 |
| Binary | 11100001 | 10010100 | 11101101 | 101 | 100110 | 0 | 111 | 100100100 | 1000111 | 1001011 |
Color Harmonies of #E194ED
Complementary color
Monochromatic Colors of #E194ED
Black with #E194ED
Text Example
Text Example
White with #E194ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194ED; }
p { color: rgb(225,148,237); }
H1.HeaderClassName
{
color: #E194ED;
}
.AnyTagClassName
{
color: #E194ED;
}
</style>
background-color css
<style>
a { background-color: #E194ED; }
a { background-color: rgb(225,148,237); }
div.DivClassName
{
background-color: #E194ED;
}
.BgClassName
{
background-color: #E194ED;
}
</style>
border-color css
<style>
span { border-color: #E194ED; }
span { border-color: rgb(225,148,237); }
td.TdClassName
{
border-color: #E194ED;
}
.TagClassName
{
border-color: #E194ED;
}
</style>