Shades of Violet #E192F1
Tints of Violet #E192F1
RGB
CMYK
RGB Variations
Color information
#E192F1 (or 0xE192F1) is known color: Violet. HEX triplet: E1, 92 and F1. RGB value is (225,146,241). Sum of RGB (Red+Green+Blue) = 225+146+241=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #E192F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E192F1 is #1E6D0E. Grayscale: #B4B4B4. Windows color (decimal): -1993999 or 15831777. OLE color: 15831777.
HSL color Cylindrical-coordinate representation of color #E192F1: hue angle of 289.89º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E192F1 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 146 | 241 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.05 |
| HSL | 289.89º | 0.77% | 0.76% | - |
| HSV(B) | 289.89º | 0.39% | 0.95% | - |
| XYZ | 57.21 | 42.92 | 88.49 | - |
| YUV | 180.45 | 162.17 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 241 | 0.07 | 0.39 | 0 | 0.05 | 289.89 | 0.77 | 0.76 |
| Hex | E1 | 92 | F1 | 7 | 27 | 0 | 5 | 122 | 4D | 4C |
| Octal | 341 | 222 | 361 | 7 | 47 | 0 | 5 | 442 | 115 | 114 |
| Binary | 11100001 | 10010010 | 11110001 | 111 | 100111 | 0 | 101 | 100100010 | 1001101 | 1001100 |
Color Harmonies of #E192F1
Complementary color
Monochromatic Colors of #E192F1
Black with #E192F1
Text Example
Text Example
White with #E192F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E192F1; }
p { color: rgb(225,146,241); }
H1.HeaderClassName
{
color: #E192F1;
}
.AnyTagClassName
{
color: #E192F1;
}
</style>
background-color css
<style>
a { background-color: #E192F1; }
a { background-color: rgb(225,146,241); }
div.DivClassName
{
background-color: #E192F1;
}
.BgClassName
{
background-color: #E192F1;
}
</style>
border-color css
<style>
span { border-color: #E192F1; }
span { border-color: rgb(225,146,241); }
td.TdClassName
{
border-color: #E192F1;
}
.TagClassName
{
border-color: #E192F1;
}
</style>