Shades of Plum #E194E2
Tints of Plum #E194E2
RGB
CMYK
RGB Variations
Color information
#E194E2 (or 0xE194E2) is known color: Plum. HEX triplet: E1, 94 and E2. RGB value is (225,148,226). Sum of RGB (Red+Green+Blue) = 225+148+226=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 226 - color contains mainly: blue. Hex color #E194E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194E2 is #1E6B1D. Grayscale: #B3B3B3. Windows color (decimal): -1993502 or 14849249. OLE color: 14849249.
HSL color Cylindrical-coordinate representation of color #E194E2: hue angle of 299.23º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E194E2 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 148 | 226 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.11 |
| HSL | 299.23º | 0.57% | 0.73% | - |
| HSV(B) | 299.23º | 0.35% | 0.89% | - |
| XYZ | 55.37 | 42.68 | 77.27 | - |
| YUV | 179.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 226 | 0.00 | 0.35 | 0 | 0.11 | 299.23 | 0.57 | 0.73 |
| Hex | E1 | 94 | E2 | 0 | 23 | 0 | B | 12B | 39 | 49 |
| Octal | 341 | 224 | 342 | 0 | 43 | 0 | 13 | 453 | 71 | 111 |
| Binary | 11100001 | 10010100 | 11100010 | 0 | 100011 | 0 | 1011 | 100101011 | 111001 | 1001001 |
Color Harmonies of #E194E2
Complementary color
Monochromatic Colors of #E194E2
Black with #E194E2
Text Example
Text Example
White with #E194E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194E2; }
p { color: rgb(225,148,226); }
H1.HeaderClassName
{
color: #E194E2;
}
.AnyTagClassName
{
color: #E194E2;
}
</style>
background-color css
<style>
a { background-color: #E194E2; }
a { background-color: rgb(225,148,226); }
div.DivClassName
{
background-color: #E194E2;
}
.BgClassName
{
background-color: #E194E2;
}
</style>
border-color css
<style>
span { border-color: #E194E2; }
span { border-color: rgb(225,148,226); }
td.TdClassName
{
border-color: #E194E2;
}
.TagClassName
{
border-color: #E194E2;
}
</style>