Shades of Violet #E192EC
Tints of Violet #E192EC
RGB
CMYK
RGB Variations
Color information
#E192EC (or 0xE192EC) is known color: Violet. HEX triplet: E1, 92 and EC. RGB value is (225,146,236). Sum of RGB (Red+Green+Blue) = 225+146+236=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #E192EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E192EC is #1E6D13. Grayscale: #B3B3B3. Windows color (decimal): -1994004 or 15504097. OLE color: 15504097.
HSL color Cylindrical-coordinate representation of color #E192EC: hue angle of 292.67º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E192EC is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 146 | 236 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.07 |
| HSL | 292.67º | 0.7% | 0.75% | - |
| HSV(B) | 292.67º | 0.38% | 0.93% | - |
| XYZ | 56.47 | 42.62 | 84.61 | - |
| YUV | 179.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 236 | 0.05 | 0.38 | 0 | 0.07 | 292.67 | 0.7 | 0.75 |
| Hex | E1 | 92 | EC | 5 | 26 | 0 | 7 | 125 | 46 | 4B |
| Octal | 341 | 222 | 354 | 5 | 46 | 0 | 7 | 445 | 106 | 113 |
| Binary | 11100001 | 10010010 | 11101100 | 101 | 100110 | 0 | 111 | 100100101 | 1000110 | 1001011 |
Color Harmonies of #E192EC
Complementary color
Monochromatic Colors of #E192EC
Black with #E192EC
Text Example
Text Example
White with #E192EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E192EC; }
p { color: rgb(225,146,236); }
H1.HeaderClassName
{
color: #E192EC;
}
.AnyTagClassName
{
color: #E192EC;
}
</style>
background-color css
<style>
a { background-color: #E192EC; }
a { background-color: rgb(225,146,236); }
div.DivClassName
{
background-color: #E192EC;
}
.BgClassName
{
background-color: #E192EC;
}
</style>
border-color css
<style>
span { border-color: #E192EC; }
span { border-color: rgb(225,146,236); }
td.TdClassName
{
border-color: #E192EC;
}
.TagClassName
{
border-color: #E192EC;
}
</style>