Shades of Violet #E191EF
Tints of Violet #E191EF
RGB
CMYK
RGB Variations
Color information
#E191EF (or 0xE191EF) is known color: Violet. HEX triplet: E1, 91 and EF. RGB value is (225,145,239). Sum of RGB (Red+Green+Blue) = 225+145+239=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #E191EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E191EF is #1E6E10. Grayscale: #B3B3B3. Windows color (decimal): -1994257 or 15700449. OLE color: 15700449.
HSL color Cylindrical-coordinate representation of color #E191EF: hue angle of 291.06º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E191EF is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 145 | 239 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.06 |
| HSL | 291.06º | 0.75% | 0.75% | - |
| HSV(B) | 291.06º | 0.39% | 0.94% | - |
| XYZ | 56.76 | 42.49 | 86.87 | - |
| YUV | 179.64 | 161.5 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 239 | 0.06 | 0.39 | 0 | 0.06 | 291.06 | 0.75 | 0.75 |
| Hex | E1 | 91 | EF | 6 | 27 | 0 | 6 | 123 | 4B | 4B |
| Octal | 341 | 221 | 357 | 6 | 47 | 0 | 6 | 443 | 113 | 113 |
| Binary | 11100001 | 10010001 | 11101111 | 110 | 100111 | 0 | 110 | 100100011 | 1001011 | 1001011 |
Color Harmonies of #E191EF
Complementary color
Monochromatic Colors of #E191EF
Black with #E191EF
Text Example
Text Example
White with #E191EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E191EF; }
p { color: rgb(225,145,239); }
H1.HeaderClassName
{
color: #E191EF;
}
.AnyTagClassName
{
color: #E191EF;
}
</style>
background-color css
<style>
a { background-color: #E191EF; }
a { background-color: rgb(225,145,239); }
div.DivClassName
{
background-color: #E191EF;
}
.BgClassName
{
background-color: #E191EF;
}
</style>
border-color css
<style>
span { border-color: #E191EF; }
span { border-color: rgb(225,145,239); }
td.TdClassName
{
border-color: #E191EF;
}
.TagClassName
{
border-color: #E191EF;
}
</style>