Shades of Violet #E696F4
Tints of Violet #E696F4
RGB
CMYK
RGB Variations
Color information
#E696F4 (or 0xE696F4) is known color: Violet. HEX triplet: E6, 96 and F4. RGB value is (230,150,244). Sum of RGB (Red+Green+Blue) = 230+150+244=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 150 (58.98% from 255 or 24.04% from 624); Blue value is 244 (95.70% from 255 or 39.10% from 624); Max value from RGB is 244 - color contains mainly: blue. Hex color #E696F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E696F4 is #19690B. Grayscale: #B8B8B8. Windows color (decimal): -1665292 or 16029414. OLE color: 16029414.
HSL color Cylindrical-coordinate representation of color #E696F4: hue angle of 291.06º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E696F4 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 150 | 244 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.04 |
| HSL | 291.06º | 0.81% | 0.77% | - |
| HSV(B) | 291.06º | 0.39% | 0.96% | - |
| XYZ | 59.87 | 45.17 | 91.15 | - |
| YUV | 184.64 | 161.5 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 244 | 0.06 | 0.39 | 0 | 0.04 | 291.06 | 0.81 | 0.77 |
| Hex | E6 | 96 | F4 | 6 | 27 | 0 | 4 | 123 | 51 | 4D |
| Octal | 346 | 226 | 364 | 6 | 47 | 0 | 4 | 443 | 121 | 115 |
| Binary | 11100110 | 10010110 | 11110100 | 110 | 100111 | 0 | 100 | 100100011 | 1010001 | 1001101 |
Color Harmonies of #E696F4
Complementary color
Monochromatic Colors of #E696F4
Black with #E696F4
Text Example
Text Example
White with #E696F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E696F4; }
p { color: rgb(230,150,244); }
H1.HeaderClassName
{
color: #E696F4;
}
.AnyTagClassName
{
color: #E696F4;
}
</style>
background-color css
<style>
a { background-color: #E696F4; }
a { background-color: rgb(230,150,244); }
div.DivClassName
{
background-color: #E696F4;
}
.BgClassName
{
background-color: #E696F4;
}
</style>
border-color css
<style>
span { border-color: #E696F4; }
span { border-color: rgb(230,150,244); }
td.TdClassName
{
border-color: #E696F4;
}
.TagClassName
{
border-color: #E696F4;
}
</style>