Shades of Violet #E694F3
Tints of Violet #E694F3
RGB
CMYK
RGB Variations
Color information
#E694F3 (or 0xE694F3) is known color: Violet. HEX triplet: E6, 94 and F3. RGB value is (230,148,243). Sum of RGB (Red+Green+Blue) = 230+148+243=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 148 (58.20% from 255 or 23.83% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #E694F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E694F3 is #196B0C. Grayscale: #B7B7B7. Windows color (decimal): -1665805 or 15963366. OLE color: 15963366.
HSL color Cylindrical-coordinate representation of color #E694F3: hue angle of 291.79º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E694F3 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 148 | 243 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.05 |
| HSL | 291.79º | 0.8% | 0.77% | - |
| HSV(B) | 291.79º | 0.39% | 0.95% | - |
| XYZ | 59.4 | 44.47 | 90.25 | - |
| YUV | 183.35 | 161.67 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 243 | 0.05 | 0.39 | 0 | 0.05 | 291.79 | 0.8 | 0.77 |
| Hex | E6 | 94 | F3 | 5 | 27 | 0 | 5 | 124 | 50 | 4D |
| Octal | 346 | 224 | 363 | 5 | 47 | 0 | 5 | 444 | 120 | 115 |
| Binary | 11100110 | 10010100 | 11110011 | 101 | 100111 | 0 | 101 | 100100100 | 1010000 | 1001101 |
Color Harmonies of #E694F3
Complementary color
Monochromatic Colors of #E694F3
Black with #E694F3
Text Example
Text Example
White with #E694F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E694F3; }
p { color: rgb(230,148,243); }
H1.HeaderClassName
{
color: #E694F3;
}
.AnyTagClassName
{
color: #E694F3;
}
</style>
background-color css
<style>
a { background-color: #E694F3; }
a { background-color: rgb(230,148,243); }
div.DivClassName
{
background-color: #E694F3;
}
.BgClassName
{
background-color: #E694F3;
}
</style>
border-color css
<style>
span { border-color: #E694F3; }
span { border-color: rgb(230,148,243); }
td.TdClassName
{
border-color: #E694F3;
}
.TagClassName
{
border-color: #E694F3;
}
</style>