Shades of Violet #E683F1
Tints of Violet #E683F1
RGB
CMYK
RGB Variations
Color information
#E683F1 (or 0xE683F1) is known color: Violet. HEX triplet: E6, 83 and F1. RGB value is (230,131,241). Sum of RGB (Red+Green+Blue) = 230+131+241=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 131 (51.56% from 255 or 21.76% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #E683F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E683F1 is #197C0E. Grayscale: #ACACAC. Windows color (decimal): -1670159 or 15827942. OLE color: 15827942.
HSL color Cylindrical-coordinate representation of color #E683F1: hue angle of 294º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E683F1 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 131 | 241 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.05 |
| HSL | 294º | 0.8% | 0.73% | - |
| HSV(B) | 294º | 0.46% | 0.95% | - |
| XYZ | 56.63 | 39.41 | 87.84 | - |
| YUV | 173.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 131 | 241 | 0.05 | 0.46 | 0 | 0.05 | 294 | 0.8 | 0.73 |
| Hex | E6 | 83 | F1 | 5 | 2E | 0 | 5 | 126 | 50 | 49 |
| Octal | 346 | 203 | 361 | 5 | 56 | 0 | 5 | 446 | 120 | 111 |
| Binary | 11100110 | 10000011 | 11110001 | 101 | 101110 | 0 | 101 | 100100110 | 1010000 | 1001001 |
Color Harmonies of #E683F1
Complementary color
Monochromatic Colors of #E683F1
Black with #E683F1
Text Example
Text Example
White with #E683F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E683F1; }
p { color: rgb(230,131,241); }
H1.HeaderClassName
{
color: #E683F1;
}
.AnyTagClassName
{
color: #E683F1;
}
</style>
background-color css
<style>
a { background-color: #E683F1; }
a { background-color: rgb(230,131,241); }
div.DivClassName
{
background-color: #E683F1;
}
.BgClassName
{
background-color: #E683F1;
}
</style>
border-color css
<style>
span { border-color: #E683F1; }
span { border-color: rgb(230,131,241); }
td.TdClassName
{
border-color: #E683F1;
}
.TagClassName
{
border-color: #E683F1;
}
</style>