Shades of Violet #E681F0
Tints of Violet #E681F0
RGB
CMYK
RGB Variations
Color information
#E681F0 (or 0xE681F0) is known color: Violet. HEX triplet: E6, 81 and F0. RGB value is (230,129,240). Sum of RGB (Red+Green+Blue) = 230+129+240=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 129 (50.78% from 255 or 21.54% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #E681F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E681F0 is #197E0F. Grayscale: #ABABAB. Windows color (decimal): -1670672 or 15761894. OLE color: 15761894.
HSL color Cylindrical-coordinate representation of color #E681F0: hue angle of 294.59º degrees, saturation: 0.79, 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 #E681F0 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 129 | 240 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.06 |
| HSL | 294.59º | 0.79% | 0.72% | - |
| HSV(B) | 294.59º | 0.46% | 0.94% | - |
| XYZ | 56.21 | 38.81 | 86.97 | - |
| YUV | 171.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 240 | 0.04 | 0.46 | 0 | 0.06 | 294.59 | 0.79 | 0.72 |
| Hex | E6 | 81 | F0 | 4 | 2E | 0 | 6 | 127 | 4F | 48 |
| Octal | 346 | 201 | 360 | 4 | 56 | 0 | 6 | 447 | 117 | 110 |
| Binary | 11100110 | 10000001 | 11110000 | 100 | 101110 | 0 | 110 | 100100111 | 1001111 | 1001000 |
Color Harmonies of #E681F0
Complementary color
Monochromatic Colors of #E681F0
Black with #E681F0
Text Example
Text Example
White with #E681F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E681F0; }
p { color: rgb(230,129,240); }
H1.HeaderClassName
{
color: #E681F0;
}
.AnyTagClassName
{
color: #E681F0;
}
</style>
background-color css
<style>
a { background-color: #E681F0; }
a { background-color: rgb(230,129,240); }
div.DivClassName
{
background-color: #E681F0;
}
.BgClassName
{
background-color: #E681F0;
}
</style>
border-color css
<style>
span { border-color: #E681F0; }
span { border-color: rgb(230,129,240); }
td.TdClassName
{
border-color: #E681F0;
}
.TagClassName
{
border-color: #E681F0;
}
</style>