Shades of Violet #E698F8
Tints of Violet #E698F8
RGB
CMYK
RGB Variations
Color information
#E698F8 (or 0xE698F8) is known color: Violet. HEX triplet: E6, 98 and F8. RGB value is (230,152,248). Sum of RGB (Red+Green+Blue) = 230+152+248=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 152 (59.77% from 255 or 24.13% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #E698F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E698F8 is #196707. Grayscale: #B9B9B9. Windows color (decimal): -1664776 or 16292070. OLE color: 16292070.
HSL color Cylindrical-coordinate representation of color #E698F8: hue angle of 288.75º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E698F8 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 152 | 248 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.03 |
| HSL | 288.75º | 0.87% | 0.78% | - |
| HSV(B) | 288.75º | 0.39% | 0.97% | - |
| XYZ | 60.8 | 46.06 | 94.49 | - |
| YUV | 186.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 248 | 0.07 | 0.39 | 0 | 0.03 | 288.75 | 0.87 | 0.78 |
| Hex | E6 | 98 | F8 | 7 | 27 | 0 | 3 | 121 | 57 | 4E |
| Octal | 346 | 230 | 370 | 7 | 47 | 0 | 3 | 441 | 127 | 116 |
| Binary | 11100110 | 10011000 | 11111000 | 111 | 100111 | 0 | 11 | 100100001 | 1010111 | 1001110 |
Color Harmonies of #E698F8
Complementary color
Monochromatic Colors of #E698F8
Black with #E698F8
Text Example
Text Example
White with #E698F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E698F8; }
p { color: rgb(230,152,248); }
H1.HeaderClassName
{
color: #E698F8;
}
.AnyTagClassName
{
color: #E698F8;
}
</style>
background-color css
<style>
a { background-color: #E698F8; }
a { background-color: rgb(230,152,248); }
div.DivClassName
{
background-color: #E698F8;
}
.BgClassName
{
background-color: #E698F8;
}
</style>
border-color css
<style>
span { border-color: #E698F8; }
span { border-color: rgb(230,152,248); }
td.TdClassName
{
border-color: #E698F8;
}
.TagClassName
{
border-color: #E698F8;
}
</style>