Shades of Violet #E68BFA
Tints of Violet #E68BFA
RGB
CMYK
RGB Variations
Color information
#E68BFA (or 0xE68BFA) is known color: Violet. HEX triplet: E6, 8B and FA. RGB value is (230,139,250). Sum of RGB (Red+Green+Blue) = 230+139+250=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 139 (54.69% from 255 or 22.46% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #E68BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68BFA is #197405. Grayscale: #B2B2B2. Windows color (decimal): -1668102 or 16419814. OLE color: 16419814.
HSL color Cylindrical-coordinate representation of color #E68BFA: hue angle of 289.19º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68BFA is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 139 | 250 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.02 |
| HSL | 289.19º | 0.92% | 0.76% | - |
| HSV(B) | 289.19º | 0.44% | 0.98% | - |
| XYZ | 59.12 | 42.19 | 95.47 | - |
| YUV | 178.86 | 168.15 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 250 | 0.08 | 0.44 | 0 | 0.02 | 289.19 | 0.92 | 0.76 |
| Hex | E6 | 8B | FA | 8 | 2C | 0 | 2 | 121 | 5C | 4C |
| Octal | 346 | 213 | 372 | 10 | 54 | 0 | 2 | 441 | 134 | 114 |
| Binary | 11100110 | 10001011 | 11111010 | 1000 | 101100 | 0 | 10 | 100100001 | 1011100 | 1001100 |
Color Harmonies of #E68BFA
Complementary color
Monochromatic Colors of #E68BFA
Black with #E68BFA
Text Example
Text Example
White with #E68BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BFA; }
p { color: rgb(230,139,250); }
H1.HeaderClassName
{
color: #E68BFA;
}
.AnyTagClassName
{
color: #E68BFA;
}
</style>
background-color css
<style>
a { background-color: #E68BFA; }
a { background-color: rgb(230,139,250); }
div.DivClassName
{
background-color: #E68BFA;
}
.BgClassName
{
background-color: #E68BFA;
}
</style>
border-color css
<style>
span { border-color: #E68BFA; }
span { border-color: rgb(230,139,250); }
td.TdClassName
{
border-color: #E68BFA;
}
.TagClassName
{
border-color: #E68BFA;
}
</style>