Shades of Violet #E68CF8
Tints of Violet #E68CF8
RGB
CMYK
RGB Variations
Color information
#E68CF8 (or 0xE68CF8) is known color: Violet. HEX triplet: E6, 8C and F8. RGB value is (230,140,248). Sum of RGB (Red+Green+Blue) = 230+140+248=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 140 (55.08% from 255 or 22.65% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #E68CF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68CF8 is #197307. Grayscale: #B2B2B2. Windows color (decimal): -1667848 or 16288998. OLE color: 16288998.
HSL color Cylindrical-coordinate representation of color #E68CF8: hue angle of 290º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68CF8 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 140 | 248 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.03 |
| HSL | 290º | 0.89% | 0.76% | - |
| HSV(B) | 290º | 0.44% | 0.97% | - |
| XYZ | 58.95 | 42.36 | 93.88 | - |
| YUV | 179.22 | 166.82 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 248 | 0.07 | 0.44 | 0 | 0.03 | 290 | 0.89 | 0.76 |
| Hex | E6 | 8C | F8 | 7 | 2C | 0 | 3 | 122 | 59 | 4C |
| Octal | 346 | 214 | 370 | 7 | 54 | 0 | 3 | 442 | 131 | 114 |
| Binary | 11100110 | 10001100 | 11111000 | 111 | 101100 | 0 | 11 | 100100010 | 1011001 | 1001100 |
Color Harmonies of #E68CF8
Complementary color
Monochromatic Colors of #E68CF8
Black with #E68CF8
Text Example
Text Example
White with #E68CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CF8; }
p { color: rgb(230,140,248); }
H1.HeaderClassName
{
color: #E68CF8;
}
.AnyTagClassName
{
color: #E68CF8;
}
</style>
background-color css
<style>
a { background-color: #E68CF8; }
a { background-color: rgb(230,140,248); }
div.DivClassName
{
background-color: #E68CF8;
}
.BgClassName
{
background-color: #E68CF8;
}
</style>
border-color css
<style>
span { border-color: #E68CF8; }
span { border-color: rgb(230,140,248); }
td.TdClassName
{
border-color: #E68CF8;
}
.TagClassName
{
border-color: #E68CF8;
}
</style>