Shades of Violet #E682F3
Tints of Violet #E682F3
RGB
CMYK
RGB Variations
Color information
#E682F3 (or 0xE682F3) is known color: Violet. HEX triplet: E6, 82 and F3. RGB value is (230,130,243). Sum of RGB (Red+Green+Blue) = 230+130+243=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 130 (51.17% from 255 or 21.56% from 603); Blue value is 243 (95.31% from 255 or 40.30% from 603); Max value from RGB is 243 - color contains mainly: blue. Hex color #E682F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E682F3 is #197D0C. Grayscale: #ACACAC. Windows color (decimal): -1670413 or 15958758. OLE color: 15958758.
HSL color Cylindrical-coordinate representation of color #E682F3: hue angle of 293.1º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E682F3 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 130 | 243 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.05 |
| HSL | 293.1º | 0.82% | 0.73% | - |
| HSV(B) | 293.1º | 0.47% | 0.95% | - |
| XYZ | 56.79 | 39.26 | 89.38 | - |
| YUV | 172.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 243 | 0.05 | 0.47 | 0 | 0.05 | 293.1 | 0.82 | 0.73 |
| Hex | E6 | 82 | F3 | 5 | 2F | 0 | 5 | 125 | 52 | 49 |
| Octal | 346 | 202 | 363 | 5 | 57 | 0 | 5 | 445 | 122 | 111 |
| Binary | 11100110 | 10000010 | 11110011 | 101 | 101111 | 0 | 101 | 100100101 | 1010010 | 1001001 |
Color Harmonies of #E682F3
Complementary color
Monochromatic Colors of #E682F3
Black with #E682F3
Text Example
Text Example
White with #E682F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682F3; }
p { color: rgb(230,130,243); }
H1.HeaderClassName
{
color: #E682F3;
}
.AnyTagClassName
{
color: #E682F3;
}
</style>
background-color css
<style>
a { background-color: #E682F3; }
a { background-color: rgb(230,130,243); }
div.DivClassName
{
background-color: #E682F3;
}
.BgClassName
{
background-color: #E682F3;
}
</style>
border-color css
<style>
span { border-color: #E682F3; }
span { border-color: rgb(230,130,243); }
td.TdClassName
{
border-color: #E682F3;
}
.TagClassName
{
border-color: #E682F3;
}
</style>