Shades of Violet #E68CFB
Tints of Violet #E68CFB
RGB
CMYK
RGB Variations
Color information
#E68CFB (or 0xE68CFB) is known color: Violet. HEX triplet: E6, 8C and FB. RGB value is (230,140,251). Sum of RGB (Red+Green+Blue) = 230+140+251=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 140 (55.08% from 255 or 22.54% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #E68CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68CFB is #197304. Grayscale: #B3B3B3. Windows color (decimal): -1667845 or 16485606. OLE color: 16485606.
HSL color Cylindrical-coordinate representation of color #E68CFB: hue angle of 288.65º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68CFB is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 140 | 251 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.02 |
| HSL | 288.65º | 0.93% | 0.77% | - |
| HSV(B) | 288.65º | 0.44% | 0.98% | - |
| XYZ | 59.42 | 42.54 | 96.35 | - |
| YUV | 179.56 | 168.32 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 251 | 0.08 | 0.44 | 0 | 0.02 | 288.65 | 0.93 | 0.77 |
| Hex | E6 | 8C | FB | 8 | 2C | 0 | 2 | 121 | 5D | 4D |
| Octal | 346 | 214 | 373 | 10 | 54 | 0 | 2 | 441 | 135 | 115 |
| Binary | 11100110 | 10001100 | 11111011 | 1000 | 101100 | 0 | 10 | 100100001 | 1011101 | 1001101 |
Color Harmonies of #E68CFB
Complementary color
Monochromatic Colors of #E68CFB
Black with #E68CFB
Text Example
Text Example
White with #E68CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CFB; }
p { color: rgb(230,140,251); }
H1.HeaderClassName
{
color: #E68CFB;
}
.AnyTagClassName
{
color: #E68CFB;
}
</style>
background-color css
<style>
a { background-color: #E68CFB; }
a { background-color: rgb(230,140,251); }
div.DivClassName
{
background-color: #E68CFB;
}
.BgClassName
{
background-color: #E68CFB;
}
</style>
border-color css
<style>
span { border-color: #E68CFB; }
span { border-color: rgb(230,140,251); }
td.TdClassName
{
border-color: #E68CFB;
}
.TagClassName
{
border-color: #E68CFB;
}
</style>