Shades of Violet #E682EF
Tints of Violet #E682EF
RGB
CMYK
RGB Variations
Color information
#E682EF (or 0xE682EF) is known color: Violet. HEX triplet: E6, 82 and EF. RGB value is (230,130,239). Sum of RGB (Red+Green+Blue) = 230+130+239=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 130 (51.17% from 255 or 21.70% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #E682EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E682EF is #197D10. Grayscale: #ABABAB. Windows color (decimal): -1670417 or 15696614. OLE color: 15696614.
HSL color Cylindrical-coordinate representation of color #E682EF: hue angle of 295.05º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E682EF is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 130 | 239 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.06 |
| HSL | 295.05º | 0.77% | 0.72% | - |
| HSV(B) | 295.05º | 0.46% | 0.94% | - |
| XYZ | 56.2 | 39.02 | 86.23 | - |
| YUV | 172.33 | 165.63 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 239 | 0.04 | 0.46 | 0 | 0.06 | 295.05 | 0.77 | 0.72 |
| Hex | E6 | 82 | EF | 4 | 2E | 0 | 6 | 127 | 4D | 48 |
| Octal | 346 | 202 | 357 | 4 | 56 | 0 | 6 | 447 | 115 | 110 |
| Binary | 11100110 | 10000010 | 11101111 | 100 | 101110 | 0 | 110 | 100100111 | 1001101 | 1001000 |
Color Harmonies of #E682EF
Complementary color
Monochromatic Colors of #E682EF
Black with #E682EF
Text Example
Text Example
White with #E682EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682EF; }
p { color: rgb(230,130,239); }
H1.HeaderClassName
{
color: #E682EF;
}
.AnyTagClassName
{
color: #E682EF;
}
</style>
background-color css
<style>
a { background-color: #E682EF; }
a { background-color: rgb(230,130,239); }
div.DivClassName
{
background-color: #E682EF;
}
.BgClassName
{
background-color: #E682EF;
}
</style>
border-color css
<style>
span { border-color: #E682EF; }
span { border-color: rgb(230,130,239); }
td.TdClassName
{
border-color: #E682EF;
}
.TagClassName
{
border-color: #E682EF;
}
</style>