Shades of Violet #E693FF
Tints of Violet #E693FF
RGB
CMYK
RGB Variations
Color information
#E693FF (or 0xE693FF) is known color: Violet. HEX triplet: E6, 93 and FF. RGB value is (230,147,255). Sum of RGB (Red+Green+Blue) = 230+147+255=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 147 (57.81% from 255 or 23.26% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #E693FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E693FF is #196C00. Grayscale: #B7B7B7. Windows color (decimal): -1666049 or 16749542. OLE color: 16749542.
HSL color Cylindrical-coordinate representation of color #E693FF: hue angle of 286.11º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E693FF is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 147 | 255 | - |
| CMYK | 0.10 | 0.42 | 0 | 0 |
| HSL | 286.11º | 1% | 0.79% | - |
| HSV(B) | 286.11º | 0.42% | 1% | - |
| XYZ | 61.12 | 44.91 | 100.06 | - |
| YUV | 184.13 | 168 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 255 | 0.10 | 0.42 | 0 | 0 | 286.11 | 1 | 0.79 |
| Hex | E6 | 93 | FF | A | 2A | 0 | 0 | 11E | 64 | 4F |
| Octal | 346 | 223 | 377 | 12 | 52 | 0 | 0 | 436 | 144 | 117 |
| Binary | 11100110 | 10010011 | 11111111 | 1010 | 101010 | 0 | 0 | 100011110 | 1100100 | 1001111 |
Color Harmonies of #E693FF
Complementary color
Monochromatic Colors of #E693FF
Black with #E693FF
Text Example
Text Example
White with #E693FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E693FF; }
p { color: rgb(230,147,255); }
H1.HeaderClassName
{
color: #E693FF;
}
.AnyTagClassName
{
color: #E693FF;
}
</style>
background-color css
<style>
a { background-color: #E693FF; }
a { background-color: rgb(230,147,255); }
div.DivClassName
{
background-color: #E693FF;
}
.BgClassName
{
background-color: #E693FF;
}
</style>
border-color css
<style>
span { border-color: #E693FF; }
span { border-color: rgb(230,147,255); }
td.TdClassName
{
border-color: #E693FF;
}
.TagClassName
{
border-color: #E693FF;
}
</style>