Shades of Plum #E192E1
Tints of Plum #E192E1
RGB
CMYK
RGB Variations
Color information
#E192E1 (or 0xE192E1) is known color: Plum. HEX triplet: E1, 92 and E1. RGB value is (225,146,225). Sum of RGB (Red+Green+Blue) = 225+146+225=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E192E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E192E1 is #1E6D1E. Grayscale: #B2B2B2. Windows color (decimal): -1994015 or 14783201. OLE color: 14783201.
HSL color Cylindrical-coordinate representation of color #E192E1: hue angle of 300º 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 #E192E1 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 225 | - |
| CMYK | 0 | 0.35 | 0 | 0.12 |
| HSL | 300º | 0.57% | 0.73% | - |
| HSV(B) | 300º | 0.35% | 0.88% | - |
| XYZ | 54.92 | 42 | 76.45 | - |
| YUV | 178.63 | 154.17 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 225 | 0 | 0.35 | 0 | 0.12 | 300 | 0.57 | 0.73 |
| Hex | E1 | 92 | E1 | 0 | 23 | 0 | C | 12C | 39 | 49 |
| Octal | 341 | 222 | 341 | 0 | 43 | 0 | 14 | 454 | 71 | 111 |
| Binary | 11100001 | 10010010 | 11100001 | 0 | 100011 | 0 | 1100 | 100101100 | 111001 | 1001001 |
Color Harmonies of #E192E1
Complementary color
Monochromatic Colors of #E192E1
Black with #E192E1
Text Example
Text Example
White with #E192E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E192E1; }
p { color: rgb(225,146,225); }
H1.HeaderClassName
{
color: #E192E1;
}
.AnyTagClassName
{
color: #E192E1;
}
</style>
background-color css
<style>
a { background-color: #E192E1; }
a { background-color: rgb(225,146,225); }
div.DivClassName
{
background-color: #E192E1;
}
.BgClassName
{
background-color: #E192E1;
}
</style>
border-color css
<style>
span { border-color: #E192E1; }
span { border-color: rgb(225,146,225); }
td.TdClassName
{
border-color: #E192E1;
}
.TagClassName
{
border-color: #E192E1;
}
</style>