Shades of Violet #E68CFC
Tints of Violet #E68CFC
RGB
CMYK
RGB Variations
Color information
#E68CFC (or 0xE68CFC) is known color: Violet. HEX triplet: E6, 8C and FC. RGB value is (230,140,252). Sum of RGB (Red+Green+Blue) = 230+140+252=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 140 (55.08% from 255 or 22.51% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #E68CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68CFC is #197303. Grayscale: #B3B3B3. Windows color (decimal): -1667844 or 16551142. OLE color: 16551142.
HSL color Cylindrical-coordinate representation of color #E68CFC: hue angle of 288.21º 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 #E68CFC is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 140 | 252 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.01 |
| HSL | 288.21º | 0.95% | 0.77% | - |
| HSV(B) | 288.21º | 0.44% | 0.99% | - |
| XYZ | 59.58 | 42.61 | 97.18 | - |
| YUV | 179.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 252 | 0.09 | 0.44 | 0 | 0.01 | 288.21 | 0.95 | 0.77 |
| Hex | E6 | 8C | FC | 9 | 2C | 0 | 1 | 120 | 5F | 4D |
| Octal | 346 | 214 | 374 | 11 | 54 | 0 | 1 | 440 | 137 | 115 |
| Binary | 11100110 | 10001100 | 11111100 | 1001 | 101100 | 0 | 1 | 100100000 | 1011111 | 1001101 |
Color Harmonies of #E68CFC
Complementary color
Monochromatic Colors of #E68CFC
Black with #E68CFC
Text Example
Text Example
White with #E68CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CFC; }
p { color: rgb(230,140,252); }
H1.HeaderClassName
{
color: #E68CFC;
}
.AnyTagClassName
{
color: #E68CFC;
}
</style>
background-color css
<style>
a { background-color: #E68CFC; }
a { background-color: rgb(230,140,252); }
div.DivClassName
{
background-color: #E68CFC;
}
.BgClassName
{
background-color: #E68CFC;
}
</style>
border-color css
<style>
span { border-color: #E68CFC; }
span { border-color: rgb(230,140,252); }
td.TdClassName
{
border-color: #E68CFC;
}
.TagClassName
{
border-color: #E68CFC;
}
</style>