Shades of Violet #E681F1
Tints of Violet #E681F1
RGB
CMYK
RGB Variations
Color information
#E681F1 (or 0xE681F1) is known color: Violet. HEX triplet: E6, 81 and F1. RGB value is (230,129,241). Sum of RGB (Red+Green+Blue) = 230+129+241=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #E681F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E681F1 is #197E0E. Grayscale: #ABABAB. Windows color (decimal): -1670671 or 15827430. OLE color: 15827430.
HSL color Cylindrical-coordinate representation of color #E681F1: hue angle of 294.11º 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 #E681F1 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 129 | 241 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.05 |
| HSL | 294.11º | 0.8% | 0.73% | - |
| HSV(B) | 294.11º | 0.46% | 0.95% | - |
| XYZ | 56.36 | 38.87 | 87.75 | - |
| YUV | 171.97 | 166.96 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 241 | 0.05 | 0.46 | 0 | 0.05 | 294.11 | 0.8 | 0.73 |
| Hex | E6 | 81 | F1 | 5 | 2E | 0 | 5 | 126 | 50 | 49 |
| Octal | 346 | 201 | 361 | 5 | 56 | 0 | 5 | 446 | 120 | 111 |
| Binary | 11100110 | 10000001 | 11110001 | 101 | 101110 | 0 | 101 | 100100110 | 1010000 | 1001001 |
Color Harmonies of #E681F1
Complementary color
Monochromatic Colors of #E681F1
Black with #E681F1
Text Example
Text Example
White with #E681F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E681F1; }
p { color: rgb(230,129,241); }
H1.HeaderClassName
{
color: #E681F1;
}
.AnyTagClassName
{
color: #E681F1;
}
</style>
background-color css
<style>
a { background-color: #E681F1; }
a { background-color: rgb(230,129,241); }
div.DivClassName
{
background-color: #E681F1;
}
.BgClassName
{
background-color: #E681F1;
}
</style>
border-color css
<style>
span { border-color: #E681F1; }
span { border-color: rgb(230,129,241); }
td.TdClassName
{
border-color: #E681F1;
}
.TagClassName
{
border-color: #E681F1;
}
</style>