Shades of Violet #E68EFC
Tints of Violet #E68EFC
RGB
CMYK
RGB Variations
Color information
#E68EFC (or 0xE68EFC) is known color: Violet. HEX triplet: E6, 8E and FC. RGB value is (230,142,252). Sum of RGB (Red+Green+Blue) = 230+142+252=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 142 (55.86% from 255 or 22.76% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #E68EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68EFC is #197103. Grayscale: #B4B4B4. Windows color (decimal): -1667332 or 16551654. OLE color: 16551654.
HSL color Cylindrical-coordinate representation of color #E68EFC: hue angle of 288º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68EFC is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 142 | 252 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.01 |
| HSL | 288º | 0.95% | 0.77% | - |
| HSV(B) | 288º | 0.44% | 0.99% | - |
| XYZ | 59.88 | 43.2 | 97.28 | - |
| YUV | 180.85 | 168.15 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 252 | 0.09 | 0.44 | 0 | 0.01 | 288 | 0.95 | 0.77 |
| Hex | E6 | 8E | FC | 9 | 2C | 0 | 1 | 120 | 5F | 4D |
| Octal | 346 | 216 | 374 | 11 | 54 | 0 | 1 | 440 | 137 | 115 |
| Binary | 11100110 | 10001110 | 11111100 | 1001 | 101100 | 0 | 1 | 100100000 | 1011111 | 1001101 |
Color Harmonies of #E68EFC
Complementary color
Monochromatic Colors of #E68EFC
Black with #E68EFC
Text Example
Text Example
White with #E68EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68EFC; }
p { color: rgb(230,142,252); }
H1.HeaderClassName
{
color: #E68EFC;
}
.AnyTagClassName
{
color: #E68EFC;
}
</style>
background-color css
<style>
a { background-color: #E68EFC; }
a { background-color: rgb(230,142,252); }
div.DivClassName
{
background-color: #E68EFC;
}
.BgClassName
{
background-color: #E68EFC;
}
</style>
border-color css
<style>
span { border-color: #E68EFC; }
span { border-color: rgb(230,142,252); }
td.TdClassName
{
border-color: #E68EFC;
}
.TagClassName
{
border-color: #E68EFC;
}
</style>