Shades of Violet #E694EC
Tints of Violet #E694EC
RGB
CMYK
RGB Variations
Color information
#E694EC (or 0xE694EC) is known color: Violet. HEX triplet: E6, 94 and EC. RGB value is (230,148,236). Sum of RGB (Red+Green+Blue) = 230+148+236=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #E694EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E694EC is #196B13. Grayscale: #B6B6B6. Windows color (decimal): -1665812 or 15504614. OLE color: 15504614.
HSL color Cylindrical-coordinate representation of color #E694EC: hue angle of 295.91º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E694EC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 148 | 236 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.07 |
| HSL | 295.91º | 0.7% | 0.75% | - |
| HSV(B) | 295.91º | 0.37% | 0.93% | - |
| XYZ | 58.36 | 44.06 | 84.79 | - |
| YUV | 182.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 236 | 0.03 | 0.37 | 0 | 0.07 | 295.91 | 0.7 | 0.75 |
| Hex | E6 | 94 | EC | 3 | 25 | 0 | 7 | 128 | 46 | 4B |
| Octal | 346 | 224 | 354 | 3 | 45 | 0 | 7 | 450 | 106 | 113 |
| Binary | 11100110 | 10010100 | 11101100 | 11 | 100101 | 0 | 111 | 100101000 | 1000110 | 1001011 |
Color Harmonies of #E694EC
Complementary color
Monochromatic Colors of #E694EC
Black with #E694EC
Text Example
Text Example
White with #E694EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E694EC; }
p { color: rgb(230,148,236); }
H1.HeaderClassName
{
color: #E694EC;
}
.AnyTagClassName
{
color: #E694EC;
}
</style>
background-color css
<style>
a { background-color: #E694EC; }
a { background-color: rgb(230,148,236); }
div.DivClassName
{
background-color: #E694EC;
}
.BgClassName
{
background-color: #E694EC;
}
</style>
border-color css
<style>
span { border-color: #E694EC; }
span { border-color: rgb(230,148,236); }
td.TdClassName
{
border-color: #E694EC;
}
.TagClassName
{
border-color: #E694EC;
}
</style>