Shades of Violet #E670EC
Tints of Violet #E670EC
RGB
CMYK
RGB Variations
Color information
#E670EC (or 0xE670EC) is known color: Violet. HEX triplet: E6, 70 and EC. RGB value is (230,112,236). Sum of RGB (Red+Green+Blue) = 230+112+236=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 112 (44.14% from 255 or 19.38% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #E670EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E670EC is #198F13. Grayscale: #A1A1A1. Windows color (decimal): -1675028 or 15495398. OLE color: 15495398.
HSL color Cylindrical-coordinate representation of color #E670EC: hue angle of 297.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E670EC is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 112 | 236 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.07 |
| HSL | 297.1º | 0.77% | 0.68% | - |
| HSV(B) | 297.1º | 0.53% | 0.93% | - |
| XYZ | 53.57 | 34.47 | 83.19 | - |
| YUV | 161.42 | 170.09 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 236 | 0.03 | 0.53 | 0 | 0.07 | 297.1 | 0.77 | 0.68 |
| Hex | E6 | 70 | EC | 3 | 35 | 0 | 7 | 129 | 4D | 44 |
| Octal | 346 | 160 | 354 | 3 | 65 | 0 | 7 | 451 | 115 | 104 |
| Binary | 11100110 | 1110000 | 11101100 | 11 | 110101 | 0 | 111 | 100101001 | 1001101 | 1000100 |
Color Harmonies of #E670EC
Complementary color
Monochromatic Colors of #E670EC
Black with #E670EC
Text Example
Text Example
White with #E670EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E670EC; }
p { color: rgb(230,112,236); }
H1.HeaderClassName
{
color: #E670EC;
}
.AnyTagClassName
{
color: #E670EC;
}
</style>
background-color css
<style>
a { background-color: #E670EC; }
a { background-color: rgb(230,112,236); }
div.DivClassName
{
background-color: #E670EC;
}
.BgClassName
{
background-color: #E670EC;
}
</style>
border-color css
<style>
span { border-color: #E670EC; }
span { border-color: rgb(230,112,236); }
td.TdClassName
{
border-color: #E670EC;
}
.TagClassName
{
border-color: #E670EC;
}
</style>