Shades of Violet #E68AFA
Tints of Violet #E68AFA
RGB
CMYK
RGB Variations
Color information
#E68AFA (or 0xE68AFA) is known color: Violet. HEX triplet: E6, 8A and FA. RGB value is (230,138,250). Sum of RGB (Red+Green+Blue) = 230+138+250=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 138 (54.30% from 255 or 22.33% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #E68AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68AFA is #197505. Grayscale: #B1B1B1. Windows color (decimal): -1668358 or 16419558. OLE color: 16419558.
HSL color Cylindrical-coordinate representation of color #E68AFA: hue angle of 289.29º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E68AFA is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 138 | 250 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.02 |
| HSL | 289.29º | 0.92% | 0.76% | - |
| HSV(B) | 289.29º | 0.45% | 0.98% | - |
| XYZ | 58.98 | 41.9 | 95.42 | - |
| YUV | 178.28 | 168.48 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 250 | 0.08 | 0.45 | 0 | 0.02 | 289.29 | 0.92 | 0.76 |
| Hex | E6 | 8A | FA | 8 | 2D | 0 | 2 | 121 | 5C | 4C |
| Octal | 346 | 212 | 372 | 10 | 55 | 0 | 2 | 441 | 134 | 114 |
| Binary | 11100110 | 10001010 | 11111010 | 1000 | 101101 | 0 | 10 | 100100001 | 1011100 | 1001100 |
Color Harmonies of #E68AFA
Complementary color
Monochromatic Colors of #E68AFA
Black with #E68AFA
Text Example
Text Example
White with #E68AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AFA; }
p { color: rgb(230,138,250); }
H1.HeaderClassName
{
color: #E68AFA;
}
.AnyTagClassName
{
color: #E68AFA;
}
</style>
background-color css
<style>
a { background-color: #E68AFA; }
a { background-color: rgb(230,138,250); }
div.DivClassName
{
background-color: #E68AFA;
}
.BgClassName
{
background-color: #E68AFA;
}
</style>
border-color css
<style>
span { border-color: #E68AFA; }
span { border-color: rgb(230,138,250); }
td.TdClassName
{
border-color: #E68AFA;
}
.TagClassName
{
border-color: #E68AFA;
}
</style>