Shades of Violet #E68EF8
Tints of Violet #E68EF8
RGB
CMYK
RGB Variations
Color information
#E68EF8 (or 0xE68EF8) is known color: Violet. HEX triplet: E6, 8E and F8. RGB value is (230,142,248). Sum of RGB (Red+Green+Blue) = 230+142+248=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 142 (55.86% from 255 or 22.90% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #E68EF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68EF8 is #197107. Grayscale: #B4B4B4. Windows color (decimal): -1667336 or 16289510. OLE color: 16289510.
HSL color Cylindrical-coordinate representation of color #E68EF8: hue angle of 289.81º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E68EF8 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 142 | 248 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.03 |
| HSL | 289.81º | 0.88% | 0.76% | - |
| HSV(B) | 289.81º | 0.43% | 0.97% | - |
| XYZ | 59.25 | 42.95 | 93.97 | - |
| YUV | 180.4 | 166.15 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 248 | 0.07 | 0.43 | 0 | 0.03 | 289.81 | 0.88 | 0.76 |
| Hex | E6 | 8E | F8 | 7 | 2B | 0 | 3 | 122 | 58 | 4C |
| Octal | 346 | 216 | 370 | 7 | 53 | 0 | 3 | 442 | 130 | 114 |
| Binary | 11100110 | 10001110 | 11111000 | 111 | 101011 | 0 | 11 | 100100010 | 1011000 | 1001100 |
Color Harmonies of #E68EF8
Complementary color
Monochromatic Colors of #E68EF8
Black with #E68EF8
Text Example
Text Example
White with #E68EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68EF8; }
p { color: rgb(230,142,248); }
H1.HeaderClassName
{
color: #E68EF8;
}
.AnyTagClassName
{
color: #E68EF8;
}
</style>
background-color css
<style>
a { background-color: #E68EF8; }
a { background-color: rgb(230,142,248); }
div.DivClassName
{
background-color: #E68EF8;
}
.BgClassName
{
background-color: #E68EF8;
}
</style>
border-color css
<style>
span { border-color: #E68EF8; }
span { border-color: rgb(230,142,248); }
td.TdClassName
{
border-color: #E68EF8;
}
.TagClassName
{
border-color: #E68EF8;
}
</style>