Shades of Violet #E680EC
Tints of Violet #E680EC
RGB
CMYK
RGB Variations
Color information
#E680EC (or 0xE680EC) is known color: Violet. HEX triplet: E6, 80 and EC. RGB value is (230,128,236). Sum of RGB (Red+Green+Blue) = 230+128+236=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #E680EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E680EC is #197F13. Grayscale: #AAAAAA. Windows color (decimal): -1670932 or 15499494. OLE color: 15499494.
HSL color Cylindrical-coordinate representation of color #E680EC: hue angle of 296.67º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E680EC is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 128 | 236 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.07 |
| HSL | 296.67º | 0.74% | 0.71% | - |
| HSV(B) | 296.67º | 0.46% | 0.93% | - |
| XYZ | 55.49 | 38.32 | 83.83 | - |
| YUV | 170.81 | 164.79 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 236 | 0.03 | 0.46 | 0 | 0.07 | 296.67 | 0.74 | 0.71 |
| Hex | E6 | 80 | EC | 3 | 2E | 0 | 7 | 129 | 4A | 47 |
| Octal | 346 | 200 | 354 | 3 | 56 | 0 | 7 | 451 | 112 | 107 |
| Binary | 11100110 | 10000000 | 11101100 | 11 | 101110 | 0 | 111 | 100101001 | 1001010 | 1000111 |
Color Harmonies of #E680EC
Complementary color
Monochromatic Colors of #E680EC
Black with #E680EC
Text Example
Text Example
White with #E680EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E680EC; }
p { color: rgb(230,128,236); }
H1.HeaderClassName
{
color: #E680EC;
}
.AnyTagClassName
{
color: #E680EC;
}
</style>
background-color css
<style>
a { background-color: #E680EC; }
a { background-color: rgb(230,128,236); }
div.DivClassName
{
background-color: #E680EC;
}
.BgClassName
{
background-color: #E680EC;
}
</style>
border-color css
<style>
span { border-color: #E680EC; }
span { border-color: rgb(230,128,236); }
td.TdClassName
{
border-color: #E680EC;
}
.TagClassName
{
border-color: #E680EC;
}
</style>