Shades of Plum #E192D0
Tints of Plum #E192D0
RGB
CMYK
RGB Variations
Color information
#E192D0 (or 0xE192D0) is known color: Plum. HEX triplet: E1, 92 and D0. RGB value is (225,146,208). Sum of RGB (Red+Green+Blue) = 225+146+208=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E192D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E192D0 is #1E6D2F. Grayscale: #B0B0B0. Windows color (decimal): -1994032 or 13669089. OLE color: 13669089.
HSL color Cylindrical-coordinate representation of color #E192D0: hue angle of 312.91º 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 #E192D0 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 208 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.12 |
| HSL | 312.91º | 0.57% | 0.73% | - |
| HSV(B) | 312.91º | 0.35% | 0.88% | - |
| XYZ | 52.72 | 41.12 | 64.83 | - |
| YUV | 176.69 | 145.67 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 208 | 0 | 0.35 | 0.08 | 0.12 | 312.91 | 0.57 | 0.73 |
| Hex | E1 | 92 | D0 | 0 | 23 | 8 | C | 139 | 39 | 49 |
| Octal | 341 | 222 | 320 | 0 | 43 | 10 | 14 | 471 | 71 | 111 |
| Binary | 11100001 | 10010010 | 11010000 | 0 | 100011 | 1000 | 1100 | 100111001 | 111001 | 1001001 |
Color Harmonies of #E192D0
Complementary color
Monochromatic Colors of #E192D0
Black with #E192D0
Text Example
Text Example
White with #E192D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E192D0; }
p { color: rgb(225,146,208); }
H1.HeaderClassName
{
color: #E192D0;
}
.AnyTagClassName
{
color: #E192D0;
}
</style>
background-color css
<style>
a { background-color: #E192D0; }
a { background-color: rgb(225,146,208); }
div.DivClassName
{
background-color: #E192D0;
}
.BgClassName
{
background-color: #E192D0;
}
</style>
border-color css
<style>
span { border-color: #E192D0; }
span { border-color: rgb(225,146,208); }
td.TdClassName
{
border-color: #E192D0;
}
.TagClassName
{
border-color: #E192D0;
}
</style>