Shades of Violet #E678E6
Tints of Violet #E678E6
RGB
CMYK
RGB Variations
Color information
#E678E6 (or 0xE678E6) is known color: Violet. HEX triplet: E6, 78 and E6. RGB value is (230,120,230). Sum of RGB (Red+Green+Blue) = 230+120+230=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 120 (47.27% from 255 or 20.69% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E678E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E678E6 is #198719. Grayscale: #A5A5A5. Windows color (decimal): -1672986 or 15104230. OLE color: 15104230.
HSL color Cylindrical-coordinate representation of color #E678E6: hue angle of 300º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E678E6 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 120 | 230 | - |
| CMYK | 0 | 0.48 | 0 | 0.10 |
| HSL | 300º | 0.69% | 0.69% | - |
| HSV(B) | 300º | 0.48% | 0.9% | - |
| XYZ | 53.63 | 35.97 | 78.98 | - |
| YUV | 165.43 | 164.44 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 230 | 0 | 0.48 | 0 | 0.10 | 300 | 0.69 | 0.69 |
| Hex | E6 | 78 | E6 | 0 | 30 | 0 | A | 12C | 45 | 45 |
| Octal | 346 | 170 | 346 | 0 | 60 | 0 | 12 | 454 | 105 | 105 |
| Binary | 11100110 | 1111000 | 11100110 | 0 | 110000 | 0 | 1010 | 100101100 | 1000101 | 1000101 |
Color Harmonies of #E678E6
Complementary color
Monochromatic Colors of #E678E6
Black with #E678E6
Text Example
Text Example
White with #E678E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E678E6; }
p { color: rgb(230,120,230); }
H1.HeaderClassName
{
color: #E678E6;
}
.AnyTagClassName
{
color: #E678E6;
}
</style>
background-color css
<style>
a { background-color: #E678E6; }
a { background-color: rgb(230,120,230); }
div.DivClassName
{
background-color: #E678E6;
}
.BgClassName
{
background-color: #E678E6;
}
</style>
border-color css
<style>
span { border-color: #E678E6; }
span { border-color: rgb(230,120,230); }
td.TdClassName
{
border-color: #E678E6;
}
.TagClassName
{
border-color: #E678E6;
}
</style>