Shades of Violet #E68DF1
Tints of Violet #E68DF1
RGB
CMYK
RGB Variations
Color information
#E68DF1 (or 0xE68DF1) is known color: Violet. HEX triplet: E6, 8D and F1. RGB value is (230,141,241). Sum of RGB (Red+Green+Blue) = 230+141+241=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 141 (55.47% from 255 or 23.04% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #E68DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68DF1 is #19720E. Grayscale: #B2B2B2. Windows color (decimal): -1667599 or 15830502. OLE color: 15830502.
HSL color Cylindrical-coordinate representation of color #E68DF1: hue angle of 293.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E68DF1 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 141 | 241 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.05 |
| HSL | 293.4º | 0.78% | 0.75% | - |
| HSV(B) | 293.4º | 0.41% | 0.95% | - |
| XYZ | 58.04 | 42.22 | 88.31 | - |
| YUV | 179.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 241 | 0.05 | 0.41 | 0 | 0.05 | 293.4 | 0.78 | 0.75 |
| Hex | E6 | 8D | F1 | 5 | 29 | 0 | 5 | 125 | 4E | 4B |
| Octal | 346 | 215 | 361 | 5 | 51 | 0 | 5 | 445 | 116 | 113 |
| Binary | 11100110 | 10001101 | 11110001 | 101 | 101001 | 0 | 101 | 100100101 | 1001110 | 1001011 |
Color Harmonies of #E68DF1
Complementary color
Monochromatic Colors of #E68DF1
Black with #E68DF1
Text Example
Text Example
White with #E68DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DF1; }
p { color: rgb(230,141,241); }
H1.HeaderClassName
{
color: #E68DF1;
}
.AnyTagClassName
{
color: #E68DF1;
}
</style>
background-color css
<style>
a { background-color: #E68DF1; }
a { background-color: rgb(230,141,241); }
div.DivClassName
{
background-color: #E68DF1;
}
.BgClassName
{
background-color: #E68DF1;
}
</style>
border-color css
<style>
span { border-color: #E68DF1; }
span { border-color: rgb(230,141,241); }
td.TdClassName
{
border-color: #E68DF1;
}
.TagClassName
{
border-color: #E68DF1;
}
</style>