Shades of Violet #E691EF
Tints of Violet #E691EF
RGB
CMYK
RGB Variations
Color information
#E691EF (or 0xE691EF) is known color: Violet. HEX triplet: E6, 91 and EF. RGB value is (230,145,239). Sum of RGB (Red+Green+Blue) = 230+145+239=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 145 (57.03% from 255 or 23.62% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #E691EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E691EF is #196E10. Grayscale: #B4B4B4. Windows color (decimal): -1666577 or 15700454. OLE color: 15700454.
HSL color Cylindrical-coordinate representation of color #E691EF: hue angle of 294.26º 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 #E691EF is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 145 | 239 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.06 |
| HSL | 294.26º | 0.75% | 0.75% | - |
| HSV(B) | 294.26º | 0.39% | 0.94% | - |
| XYZ | 58.34 | 43.31 | 86.95 | - |
| YUV | 181.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 239 | 0.04 | 0.39 | 0 | 0.06 | 294.26 | 0.75 | 0.75 |
| Hex | E6 | 91 | EF | 4 | 27 | 0 | 6 | 126 | 4B | 4B |
| Octal | 346 | 221 | 357 | 4 | 47 | 0 | 6 | 446 | 113 | 113 |
| Binary | 11100110 | 10010001 | 11101111 | 100 | 100111 | 0 | 110 | 100100110 | 1001011 | 1001011 |
Color Harmonies of #E691EF
Complementary color
Monochromatic Colors of #E691EF
Black with #E691EF
Text Example
Text Example
White with #E691EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E691EF; }
p { color: rgb(230,145,239); }
H1.HeaderClassName
{
color: #E691EF;
}
.AnyTagClassName
{
color: #E691EF;
}
</style>
background-color css
<style>
a { background-color: #E691EF; }
a { background-color: rgb(230,145,239); }
div.DivClassName
{
background-color: #E691EF;
}
.BgClassName
{
background-color: #E691EF;
}
</style>
border-color css
<style>
span { border-color: #E691EF; }
span { border-color: rgb(230,145,239); }
td.TdClassName
{
border-color: #E691EF;
}
.TagClassName
{
border-color: #E691EF;
}
</style>