Shades of Violet #E68FEF
Tints of Violet #E68FEF
RGB
CMYK
RGB Variations
Color information
#E68FEF (or 0xE68FEF) is known color: Violet. HEX triplet: E6, 8F and EF. RGB value is (230,143,239). Sum of RGB (Red+Green+Blue) = 230+143+239=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 143 (56.25% from 255 or 23.37% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #E68FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68FEF is #197010. Grayscale: #B3B3B3. Windows color (decimal): -1667089 or 15699942. OLE color: 15699942.
HSL color Cylindrical-coordinate representation of color #E68FEF: hue angle of 294.38º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68FEF is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 143 | 239 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.06 |
| HSL | 294.38º | 0.75% | 0.75% | - |
| HSV(B) | 294.38º | 0.4% | 0.94% | - |
| XYZ | 58.04 | 42.7 | 86.84 | - |
| YUV | 179.96 | 161.32 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 239 | 0.04 | 0.40 | 0 | 0.06 | 294.38 | 0.75 | 0.75 |
| Hex | E6 | 8F | EF | 4 | 28 | 0 | 6 | 126 | 4B | 4B |
| Octal | 346 | 217 | 357 | 4 | 50 | 0 | 6 | 446 | 113 | 113 |
| Binary | 11100110 | 10001111 | 11101111 | 100 | 101000 | 0 | 110 | 100100110 | 1001011 | 1001011 |
Color Harmonies of #E68FEF
Complementary color
Monochromatic Colors of #E68FEF
Black with #E68FEF
Text Example
Text Example
White with #E68FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FEF; }
p { color: rgb(230,143,239); }
H1.HeaderClassName
{
color: #E68FEF;
}
.AnyTagClassName
{
color: #E68FEF;
}
</style>
background-color css
<style>
a { background-color: #E68FEF; }
a { background-color: rgb(230,143,239); }
div.DivClassName
{
background-color: #E68FEF;
}
.BgClassName
{
background-color: #E68FEF;
}
</style>
border-color css
<style>
span { border-color: #E68FEF; }
span { border-color: rgb(230,143,239); }
td.TdClassName
{
border-color: #E68FEF;
}
.TagClassName
{
border-color: #E68FEF;
}
</style>