Shades of Violet #E682F4
Tints of Violet #E682F4
RGB
CMYK
RGB Variations
Color information
#E682F4 (or 0xE682F4) is known color: Violet. HEX triplet: E6, 82 and F4. RGB value is (230,130,244). Sum of RGB (Red+Green+Blue) = 230+130+244=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 130 (51.17% from 255 or 21.52% from 604); Blue value is 244 (95.70% from 255 or 40.40% from 604); Max value from RGB is 244 - color contains mainly: blue. Hex color #E682F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E682F4 is #197D0B. Grayscale: #ACACAC. Windows color (decimal): -1670412 or 16024294. OLE color: 16024294.
HSL color Cylindrical-coordinate representation of color #E682F4: hue angle of 292.63º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E682F4 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 130 | 244 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.04 |
| HSL | 292.63º | 0.84% | 0.73% | - |
| HSV(B) | 292.63º | 0.47% | 0.96% | - |
| XYZ | 56.94 | 39.32 | 90.18 | - |
| YUV | 172.9 | 168.13 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 244 | 0.06 | 0.47 | 0 | 0.04 | 292.63 | 0.84 | 0.73 |
| Hex | E6 | 82 | F4 | 6 | 2F | 0 | 4 | 125 | 54 | 49 |
| Octal | 346 | 202 | 364 | 6 | 57 | 0 | 4 | 445 | 124 | 111 |
| Binary | 11100110 | 10000010 | 11110100 | 110 | 101111 | 0 | 100 | 100100101 | 1010100 | 1001001 |
Color Harmonies of #E682F4
Complementary color
Monochromatic Colors of #E682F4
Black with #E682F4
Text Example
Text Example
White with #E682F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682F4; }
p { color: rgb(230,130,244); }
H1.HeaderClassName
{
color: #E682F4;
}
.AnyTagClassName
{
color: #E682F4;
}
</style>
background-color css
<style>
a { background-color: #E682F4; }
a { background-color: rgb(230,130,244); }
div.DivClassName
{
background-color: #E682F4;
}
.BgClassName
{
background-color: #E682F4;
}
</style>
border-color css
<style>
span { border-color: #E682F4; }
span { border-color: rgb(230,130,244); }
td.TdClassName
{
border-color: #E682F4;
}
.TagClassName
{
border-color: #E682F4;
}
</style>