Shades of Plum #E192E8
Tints of Plum #E192E8
RGB
CMYK
RGB Variations
Color information
#E192E8 (or 0xE192E8) is known color: Plum. HEX triplet: E1, 92 and E8. RGB value is (225,146,232). Sum of RGB (Red+Green+Blue) = 225+146+232=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #E192E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E192E8 is #1E6D17. Grayscale: #B3B3B3. Windows color (decimal): -1994008 or 15241953. OLE color: 15241953.
HSL color Cylindrical-coordinate representation of color #E192E8: hue angle of 295.12º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E192E8 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 146 | 232 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.09 |
| HSL | 295.12º | 0.65% | 0.74% | - |
| HSV(B) | 295.12º | 0.37% | 0.91% | - |
| XYZ | 55.9 | 42.39 | 81.58 | - |
| YUV | 179.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 232 | 0.03 | 0.37 | 0 | 0.09 | 295.12 | 0.65 | 0.74 |
| Hex | E1 | 92 | E8 | 3 | 25 | 0 | 9 | 127 | 41 | 4A |
| Octal | 341 | 222 | 350 | 3 | 45 | 0 | 11 | 447 | 101 | 112 |
| Binary | 11100001 | 10010010 | 11101000 | 11 | 100101 | 0 | 1001 | 100100111 | 1000001 | 1001010 |
Color Harmonies of #E192E8
Complementary color
Monochromatic Colors of #E192E8
Black with #E192E8
Text Example
Text Example
White with #E192E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E192E8; }
p { color: rgb(225,146,232); }
H1.HeaderClassName
{
color: #E192E8;
}
.AnyTagClassName
{
color: #E192E8;
}
</style>
background-color css
<style>
a { background-color: #E192E8; }
a { background-color: rgb(225,146,232); }
div.DivClassName
{
background-color: #E192E8;
}
.BgClassName
{
background-color: #E192E8;
}
</style>
border-color css
<style>
span { border-color: #E192E8; }
span { border-color: rgb(225,146,232); }
td.TdClassName
{
border-color: #E192E8;
}
.TagClassName
{
border-color: #E192E8;
}
</style>