Shades of Plum #E192E2
Tints of Plum #E192E2
RGB
CMYK
RGB Variations
Color information
#E192E2 (or 0xE192E2) is known color: Plum. HEX triplet: E1, 92 and E2. RGB value is (225,146,226). Sum of RGB (Red+Green+Blue) = 225+146+226=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 226 - color contains mainly: blue. Hex color #E192E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E192E2 is #1E6D1D. Grayscale: #B2B2B2. Windows color (decimal): -1994014 or 14848737. OLE color: 14848737.
HSL color Cylindrical-coordinate representation of color #E192E2: hue angle of 299.25º 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 #E192E2 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 146 | 226 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.11 |
| HSL | 299.25º | 0.58% | 0.73% | - |
| HSV(B) | 299.25º | 0.35% | 0.89% | - |
| XYZ | 55.06 | 42.06 | 77.17 | - |
| YUV | 178.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 226 | 0.00 | 0.35 | 0 | 0.11 | 299.25 | 0.58 | 0.73 |
| Hex | E1 | 92 | E2 | 0 | 23 | 0 | B | 12B | 3A | 49 |
| Octal | 341 | 222 | 342 | 0 | 43 | 0 | 13 | 453 | 72 | 111 |
| Binary | 11100001 | 10010010 | 11100010 | 0 | 100011 | 0 | 1011 | 100101011 | 111010 | 1001001 |
Color Harmonies of #E192E2
Complementary color
Monochromatic Colors of #E192E2
Black with #E192E2
Text Example
Text Example
White with #E192E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E192E2; }
p { color: rgb(225,146,226); }
H1.HeaderClassName
{
color: #E192E2;
}
.AnyTagClassName
{
color: #E192E2;
}
</style>
background-color css
<style>
a { background-color: #E192E2; }
a { background-color: rgb(225,146,226); }
div.DivClassName
{
background-color: #E192E2;
}
.BgClassName
{
background-color: #E192E2;
}
</style>
border-color css
<style>
span { border-color: #E192E2; }
span { border-color: rgb(225,146,226); }
td.TdClassName
{
border-color: #E192E2;
}
.TagClassName
{
border-color: #E192E2;
}
</style>