Shades of Plum #E193E2
Tints of Plum #E193E2
RGB
CMYK
RGB Variations
Color information
#E193E2 (or 0xE193E2) is known color: Plum. HEX triplet: E1, 93 and E2. RGB value is (225,147,226). Sum of RGB (Red+Green+Blue) = 225+147+226=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 226 - color contains mainly: blue. Hex color #E193E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193E2 is #1E6C1D. Grayscale: #B3B3B3. Windows color (decimal): -1993758 or 14848993. OLE color: 14848993.
HSL color Cylindrical-coordinate representation of color #E193E2: hue angle of 299.24º degrees, saturation: 0.58, 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 #E193E2 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 147 | 226 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.11 |
| HSL | 299.24º | 0.58% | 0.73% | - |
| HSV(B) | 299.24º | 0.35% | 0.89% | - |
| XYZ | 55.21 | 42.37 | 77.22 | - |
| YUV | 179.33 | 154.34 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 226 | 0.00 | 0.35 | 0 | 0.11 | 299.24 | 0.58 | 0.73 |
| Hex | E1 | 93 | E2 | 0 | 23 | 0 | B | 12B | 3A | 49 |
| Octal | 341 | 223 | 342 | 0 | 43 | 0 | 13 | 453 | 72 | 111 |
| Binary | 11100001 | 10010011 | 11100010 | 0 | 100011 | 0 | 1011 | 100101011 | 111010 | 1001001 |
Color Harmonies of #E193E2
Complementary color
Monochromatic Colors of #E193E2
Black with #E193E2
Text Example
Text Example
White with #E193E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193E2; }
p { color: rgb(225,147,226); }
H1.HeaderClassName
{
color: #E193E2;
}
.AnyTagClassName
{
color: #E193E2;
}
</style>
background-color css
<style>
a { background-color: #E193E2; }
a { background-color: rgb(225,147,226); }
div.DivClassName
{
background-color: #E193E2;
}
.BgClassName
{
background-color: #E193E2;
}
</style>
border-color css
<style>
span { border-color: #E193E2; }
span { border-color: rgb(225,147,226); }
td.TdClassName
{
border-color: #E193E2;
}
.TagClassName
{
border-color: #E193E2;
}
</style>