Shades of Plum #E194EE
Tints of Plum #E194EE
RGB
CMYK
RGB Variations
Color information
#E194EE (or 0xE194EE) is known color: Plum. HEX triplet: E1, 94 and EE. RGB value is (225,148,238). Sum of RGB (Red+Green+Blue) = 225+148+238=611 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.82% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #E194EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E194EE is #1E6B11. Grayscale: #B5B5B5. Windows color (decimal): -1993490 or 15635681. OLE color: 15635681.
HSL color Cylindrical-coordinate representation of color #E194EE: hue angle of 291.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E194EE is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 148 | 238 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.07 |
| HSL | 291.33º | 0.73% | 0.76% | - |
| HSV(B) | 291.33º | 0.38% | 0.93% | - |
| XYZ | 57.07 | 43.36 | 86.25 | - |
| YUV | 181.28 | 160.01 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 238 | 0.05 | 0.38 | 0 | 0.07 | 291.33 | 0.73 | 0.76 |
| Hex | E1 | 94 | EE | 5 | 26 | 0 | 7 | 123 | 49 | 4C |
| Octal | 341 | 224 | 356 | 5 | 46 | 0 | 7 | 443 | 111 | 114 |
| Binary | 11100001 | 10010100 | 11101110 | 101 | 100110 | 0 | 111 | 100100011 | 1001001 | 1001100 |
Color Harmonies of #E194EE
Complementary color
Monochromatic Colors of #E194EE
Black with #E194EE
Text Example
Text Example
White with #E194EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194EE; }
p { color: rgb(225,148,238); }
H1.HeaderClassName
{
color: #E194EE;
}
.AnyTagClassName
{
color: #E194EE;
}
</style>
background-color css
<style>
a { background-color: #E194EE; }
a { background-color: rgb(225,148,238); }
div.DivClassName
{
background-color: #E194EE;
}
.BgClassName
{
background-color: #E194EE;
}
</style>
border-color css
<style>
span { border-color: #E194EE; }
span { border-color: rgb(225,148,238); }
td.TdClassName
{
border-color: #E194EE;
}
.TagClassName
{
border-color: #E194EE;
}
</style>