Shades of Violet #E68AF8
Tints of Violet #E68AF8
RGB
CMYK
RGB Variations
Color information
#E68AF8 (or 0xE68AF8) is known color: Violet. HEX triplet: E6, 8A and F8. RGB value is (230,138,248). Sum of RGB (Red+Green+Blue) = 230+138+248=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 138 (54.30% from 255 or 22.40% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 248 - color contains mainly: blue. Hex color #E68AF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68AF8 is #197507. Grayscale: #B1B1B1. Windows color (decimal): -1668360 or 16288486. OLE color: 16288486.
HSL color Cylindrical-coordinate representation of color #E68AF8: hue angle of 290.18º 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 #E68AF8 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 138 | 248 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.03 |
| HSL | 290.18º | 0.89% | 0.76% | - |
| HSV(B) | 290.18º | 0.44% | 0.97% | - |
| XYZ | 58.66 | 41.78 | 93.78 | - |
| YUV | 178.05 | 167.48 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 248 | 0.07 | 0.44 | 0 | 0.03 | 290.18 | 0.89 | 0.76 |
| Hex | E6 | 8A | F8 | 7 | 2C | 0 | 3 | 122 | 59 | 4C |
| Octal | 346 | 212 | 370 | 7 | 54 | 0 | 3 | 442 | 131 | 114 |
| Binary | 11100110 | 10001010 | 11111000 | 111 | 101100 | 0 | 11 | 100100010 | 1011001 | 1001100 |
Color Harmonies of #E68AF8
Complementary color
Monochromatic Colors of #E68AF8
Black with #E68AF8
Text Example
Text Example
White with #E68AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AF8; }
p { color: rgb(230,138,248); }
H1.HeaderClassName
{
color: #E68AF8;
}
.AnyTagClassName
{
color: #E68AF8;
}
</style>
background-color css
<style>
a { background-color: #E68AF8; }
a { background-color: rgb(230,138,248); }
div.DivClassName
{
background-color: #E68AF8;
}
.BgClassName
{
background-color: #E68AF8;
}
</style>
border-color css
<style>
span { border-color: #E68AF8; }
span { border-color: rgb(230,138,248); }
td.TdClassName
{
border-color: #E68AF8;
}
.TagClassName
{
border-color: #E68AF8;
}
</style>