Shades of Plum #E192DE
Tints of Plum #E192DE
RGB
CMYK
RGB Variations
Color information
#E192DE (or 0xE192DE) is known color: Plum. HEX triplet: E1, 92 and DE. RGB value is (225,146,222). Sum of RGB (Red+Green+Blue) = 225+146+222=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E192DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E192DE is #1E6D21. Grayscale: #B2B2B2. Windows color (decimal): -1994018 or 14586593. OLE color: 14586593.
HSL color Cylindrical-coordinate representation of color #E192DE: hue angle of 302.28º 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 #E192DE is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 222 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.12 |
| HSL | 302.28º | 0.57% | 0.73% | - |
| HSV(B) | 302.28º | 0.35% | 0.88% | - |
| XYZ | 54.52 | 41.84 | 74.31 | - |
| YUV | 178.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 222 | 0 | 0.35 | 0.01 | 0.12 | 302.28 | 0.57 | 0.73 |
| Hex | E1 | 92 | DE | 0 | 23 | 1 | C | 12E | 39 | 49 |
| Octal | 341 | 222 | 336 | 0 | 43 | 1 | 14 | 456 | 71 | 111 |
| Binary | 11100001 | 10010010 | 11011110 | 0 | 100011 | 1 | 1100 | 100101110 | 111001 | 1001001 |
Color Harmonies of #E192DE
Complementary color
Monochromatic Colors of #E192DE
Black with #E192DE
Text Example
Text Example
White with #E192DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E192DE; }
p { color: rgb(225,146,222); }
H1.HeaderClassName
{
color: #E192DE;
}
.AnyTagClassName
{
color: #E192DE;
}
</style>
background-color css
<style>
a { background-color: #E192DE; }
a { background-color: rgb(225,146,222); }
div.DivClassName
{
background-color: #E192DE;
}
.BgClassName
{
background-color: #E192DE;
}
</style>
border-color css
<style>
span { border-color: #E192DE; }
span { border-color: rgb(225,146,222); }
td.TdClassName
{
border-color: #E192DE;
}
.TagClassName
{
border-color: #E192DE;
}
</style>