Shades of Violet #E679EA
Tints of Violet #E679EA
RGB
CMYK
RGB Variations
Color information
#E679EA (or 0xE679EA) is known color: Violet. HEX triplet: E6, 79 and EA. RGB value is (230,121,234). Sum of RGB (Red+Green+Blue) = 230+121+234=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 121 (47.66% from 255 or 20.68% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #E679EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E679EA is #198615. Grayscale: #A6A6A6. Windows color (decimal): -1672726 or 15366630. OLE color: 15366630.
HSL color Cylindrical-coordinate representation of color #E679EA: hue angle of 297.88º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E679EA is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 121 | 234 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.08 |
| HSL | 297.88º | 0.73% | 0.7% | - |
| HSV(B) | 297.88º | 0.48% | 0.92% | - |
| XYZ | 54.32 | 36.44 | 82.01 | - |
| YUV | 166.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 121 | 234 | 0.02 | 0.48 | 0 | 0.08 | 297.88 | 0.73 | 0.7 |
| Hex | E6 | 79 | EA | 2 | 30 | 0 | 8 | 12A | 49 | 46 |
| Octal | 346 | 171 | 352 | 2 | 60 | 0 | 10 | 452 | 111 | 106 |
| Binary | 11100110 | 1111001 | 11101010 | 10 | 110000 | 0 | 1000 | 100101010 | 1001001 | 1000110 |
Color Harmonies of #E679EA
Complementary color
Monochromatic Colors of #E679EA
Black with #E679EA
Text Example
Text Example
White with #E679EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E679EA; }
p { color: rgb(230,121,234); }
H1.HeaderClassName
{
color: #E679EA;
}
.AnyTagClassName
{
color: #E679EA;
}
</style>
background-color css
<style>
a { background-color: #E679EA; }
a { background-color: rgb(230,121,234); }
div.DivClassName
{
background-color: #E679EA;
}
.BgClassName
{
background-color: #E679EA;
}
</style>
border-color css
<style>
span { border-color: #E679EA; }
span { border-color: rgb(230,121,234); }
td.TdClassName
{
border-color: #E679EA;
}
.TagClassName
{
border-color: #E679EA;
}
</style>