Shades of Violet #E678F0
Tints of Violet #E678F0
RGB
CMYK
RGB Variations
Color information
#E678F0 (or 0xE678F0) is known color: Violet. HEX triplet: E6, 78 and F0. RGB value is (230,120,240). Sum of RGB (Red+Green+Blue) = 230+120+240=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 120 (47.27% from 255 or 20.34% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #E678F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E678F0 is #19870F. Grayscale: #A6A6A6. Windows color (decimal): -1672976 or 15759590. OLE color: 15759590.
HSL color Cylindrical-coordinate representation of color #E678F0: hue angle of 295º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E678F0 is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 120 | 240 | - |
| CMYK | 0.04 | 0.5 | 0 | 0.06 |
| HSL | 295º | 0.8% | 0.71% | - |
| HSV(B) | 295º | 0.5% | 0.94% | - |
| XYZ | 55.08 | 36.55 | 86.59 | - |
| YUV | 166.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 240 | 0.04 | 0.5 | 0 | 0.06 | 295 | 0.8 | 0.71 |
| Hex | E6 | 78 | F0 | 4 | 32 | 0 | 6 | 127 | 50 | 47 |
| Octal | 346 | 170 | 360 | 4 | 62 | 0 | 6 | 447 | 120 | 107 |
| Binary | 11100110 | 1111000 | 11110000 | 100 | 110010 | 0 | 110 | 100100111 | 1010000 | 1000111 |
Color Harmonies of #E678F0
Complementary color
Monochromatic Colors of #E678F0
Black with #E678F0
Text Example
Text Example
White with #E678F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E678F0; }
p { color: rgb(230,120,240); }
H1.HeaderClassName
{
color: #E678F0;
}
.AnyTagClassName
{
color: #E678F0;
}
</style>
background-color css
<style>
a { background-color: #E678F0; }
a { background-color: rgb(230,120,240); }
div.DivClassName
{
background-color: #E678F0;
}
.BgClassName
{
background-color: #E678F0;
}
</style>
border-color css
<style>
span { border-color: #E678F0; }
span { border-color: rgb(230,120,240); }
td.TdClassName
{
border-color: #E678F0;
}
.TagClassName
{
border-color: #E678F0;
}
</style>