Shades of Plum #E192EA
Tints of Plum #E192EA
RGB
CMYK
RGB Variations
Color information
#E192EA (or 0xE192EA) is known color: Plum. HEX triplet: E1, 92 and EA. RGB value is (225,146,234). Sum of RGB (Red+Green+Blue) = 225+146+234=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #E192EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E192EA is #1E6D15. Grayscale: #B3B3B3. Windows color (decimal): -1994006 or 15373025. OLE color: 15373025.
HSL color Cylindrical-coordinate representation of color #E192EA: hue angle of 293.86º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E192EA is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 146 | 234 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.08 |
| HSL | 293.86º | 0.68% | 0.75% | - |
| HSV(B) | 293.86º | 0.38% | 0.92% | - |
| XYZ | 56.18 | 42.51 | 83.09 | - |
| YUV | 179.65 | 158.67 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 234 | 0.04 | 0.38 | 0 | 0.08 | 293.86 | 0.68 | 0.75 |
| Hex | E1 | 92 | EA | 4 | 26 | 0 | 8 | 126 | 44 | 4B |
| Octal | 341 | 222 | 352 | 4 | 46 | 0 | 10 | 446 | 104 | 113 |
| Binary | 11100001 | 10010010 | 11101010 | 100 | 100110 | 0 | 1000 | 100100110 | 1000100 | 1001011 |
Color Harmonies of #E192EA
Complementary color
Monochromatic Colors of #E192EA
Black with #E192EA
Text Example
Text Example
White with #E192EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E192EA; }
p { color: rgb(225,146,234); }
H1.HeaderClassName
{
color: #E192EA;
}
.AnyTagClassName
{
color: #E192EA;
}
</style>
background-color css
<style>
a { background-color: #E192EA; }
a { background-color: rgb(225,146,234); }
div.DivClassName
{
background-color: #E192EA;
}
.BgClassName
{
background-color: #E192EA;
}
</style>
border-color css
<style>
span { border-color: #E192EA; }
span { border-color: rgb(225,146,234); }
td.TdClassName
{
border-color: #E192EA;
}
.TagClassName
{
border-color: #E192EA;
}
</style>