Shades of Violet #E679EC
Tints of Violet #E679EC
RGB
CMYK
RGB Variations
Color information
#E679EC (or 0xE679EC) is known color: Violet. HEX triplet: E6, 79 and EC. RGB value is (230,121,236). Sum of RGB (Red+Green+Blue) = 230+121+236=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 121 (47.66% from 255 or 20.61% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #E679EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E679EC is #198613. Grayscale: #A6A6A6. Windows color (decimal): -1672724 or 15497702. OLE color: 15497702.
HSL color Cylindrical-coordinate representation of color #E679EC: hue angle of 296.87º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E679EC is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 121 | 236 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.07 |
| HSL | 296.87º | 0.75% | 0.7% | - |
| HSV(B) | 296.87º | 0.49% | 0.93% | - |
| XYZ | 54.61 | 36.55 | 83.53 | - |
| YUV | 166.7 | 167.11 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 121 | 236 | 0.03 | 0.49 | 0 | 0.07 | 296.87 | 0.75 | 0.7 |
| Hex | E6 | 79 | EC | 3 | 31 | 0 | 7 | 129 | 4B | 46 |
| Octal | 346 | 171 | 354 | 3 | 61 | 0 | 7 | 451 | 113 | 106 |
| Binary | 11100110 | 1111001 | 11101100 | 11 | 110001 | 0 | 111 | 100101001 | 1001011 | 1000110 |
Color Harmonies of #E679EC
Complementary color
Monochromatic Colors of #E679EC
Black with #E679EC
Text Example
Text Example
White with #E679EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E679EC; }
p { color: rgb(230,121,236); }
H1.HeaderClassName
{
color: #E679EC;
}
.AnyTagClassName
{
color: #E679EC;
}
</style>
background-color css
<style>
a { background-color: #E679EC; }
a { background-color: rgb(230,121,236); }
div.DivClassName
{
background-color: #E679EC;
}
.BgClassName
{
background-color: #E679EC;
}
</style>
border-color css
<style>
span { border-color: #E679EC; }
span { border-color: rgb(230,121,236); }
td.TdClassName
{
border-color: #E679EC;
}
.TagClassName
{
border-color: #E679EC;
}
</style>