Shades of Violet #E68FFA
Tints of Violet #E68FFA
RGB
CMYK
RGB Variations
Color information
#E68FFA (or 0xE68FFA) is known color: Violet. HEX triplet: E6, 8F and FA. RGB value is (230,143,250). Sum of RGB (Red+Green+Blue) = 230+143+250=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 143 (56.25% from 255 or 22.95% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #E68FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68FFA is #197005. Grayscale: #B4B4B4. Windows color (decimal): -1667078 or 16420838. OLE color: 16420838.
HSL color Cylindrical-coordinate representation of color #E68FFA: hue angle of 288.79º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E68FFA is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 143 | 250 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.02 |
| HSL | 288.79º | 0.91% | 0.77% | - |
| HSV(B) | 288.79º | 0.43% | 0.98% | - |
| XYZ | 59.71 | 43.37 | 95.67 | - |
| YUV | 181.21 | 166.82 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 250 | 0.08 | 0.43 | 0 | 0.02 | 288.79 | 0.91 | 0.77 |
| Hex | E6 | 8F | FA | 8 | 2B | 0 | 2 | 121 | 5B | 4D |
| Octal | 346 | 217 | 372 | 10 | 53 | 0 | 2 | 441 | 133 | 115 |
| Binary | 11100110 | 10001111 | 11111010 | 1000 | 101011 | 0 | 10 | 100100001 | 1011011 | 1001101 |
Color Harmonies of #E68FFA
Complementary color
Monochromatic Colors of #E68FFA
Black with #E68FFA
Text Example
Text Example
White with #E68FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FFA; }
p { color: rgb(230,143,250); }
H1.HeaderClassName
{
color: #E68FFA;
}
.AnyTagClassName
{
color: #E68FFA;
}
</style>
background-color css
<style>
a { background-color: #E68FFA; }
a { background-color: rgb(230,143,250); }
div.DivClassName
{
background-color: #E68FFA;
}
.BgClassName
{
background-color: #E68FFA;
}
</style>
border-color css
<style>
span { border-color: #E68FFA; }
span { border-color: rgb(230,143,250); }
td.TdClassName
{
border-color: #E68FFA;
}
.TagClassName
{
border-color: #E68FFA;
}
</style>