Shades of Plum #E192DC
Tints of Plum #E192DC
RGB
CMYK
RGB Variations
Color information
#E192DC (or 0xE192DC) is known color: Plum. HEX triplet: E1, 92 and DC. RGB value is (225,146,220). Sum of RGB (Red+Green+Blue) = 225+146+220=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 146 (57.42% from 255 or 24.70% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E192DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E192DC is #1E6D23. Grayscale: #B1B1B1. Windows color (decimal): -1994020 or 14455521. OLE color: 14455521.
HSL color Cylindrical-coordinate representation of color #E192DC: hue angle of 303.8º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E192DC is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 220 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.12 |
| HSL | 303.8º | 0.57% | 0.73% | - |
| HSV(B) | 303.8º | 0.35% | 0.88% | - |
| XYZ | 54.25 | 41.73 | 72.91 | - |
| YUV | 178.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 220 | 0 | 0.35 | 0.02 | 0.12 | 303.8 | 0.57 | 0.73 |
| Hex | E1 | 92 | DC | 0 | 23 | 2 | C | 130 | 39 | 49 |
| Octal | 341 | 222 | 334 | 0 | 43 | 2 | 14 | 460 | 71 | 111 |
| Binary | 11100001 | 10010010 | 11011100 | 0 | 100011 | 10 | 1100 | 100110000 | 111001 | 1001001 |
Color Harmonies of #E192DC
Complementary color
Monochromatic Colors of #E192DC
Black with #E192DC
Text Example
Text Example
White with #E192DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E192DC; }
p { color: rgb(225,146,220); }
H1.HeaderClassName
{
color: #E192DC;
}
.AnyTagClassName
{
color: #E192DC;
}
</style>
background-color css
<style>
a { background-color: #E192DC; }
a { background-color: rgb(225,146,220); }
div.DivClassName
{
background-color: #E192DC;
}
.BgClassName
{
background-color: #E192DC;
}
</style>
border-color css
<style>
span { border-color: #E192DC; }
span { border-color: rgb(225,146,220); }
td.TdClassName
{
border-color: #E192DC;
}
.TagClassName
{
border-color: #E192DC;
}
</style>