Shades of Violet #E693EF
Tints of Violet #E693EF
RGB
CMYK
RGB Variations
Color information
#E693EF (or 0xE693EF) is known color: Violet. HEX triplet: E6, 93 and EF. RGB value is (230,147,239). Sum of RGB (Red+Green+Blue) = 230+147+239=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #E693EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E693EF is #196C10. Grayscale: #B6B6B6. Windows color (decimal): -1666065 or 15700966. OLE color: 15700966.
HSL color Cylindrical-coordinate representation of color #E693EF: hue angle of 294.13º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E693EF is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 147 | 239 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.06 |
| HSL | 294.13º | 0.74% | 0.76% | - |
| HSV(B) | 294.13º | 0.38% | 0.94% | - |
| XYZ | 58.65 | 43.92 | 87.05 | - |
| YUV | 182.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 239 | 0.04 | 0.38 | 0 | 0.06 | 294.13 | 0.74 | 0.76 |
| Hex | E6 | 93 | EF | 4 | 26 | 0 | 6 | 126 | 4A | 4C |
| Octal | 346 | 223 | 357 | 4 | 46 | 0 | 6 | 446 | 112 | 114 |
| Binary | 11100110 | 10010011 | 11101111 | 100 | 100110 | 0 | 110 | 100100110 | 1001010 | 1001100 |
Color Harmonies of #E693EF
Complementary color
Monochromatic Colors of #E693EF
Black with #E693EF
Text Example
Text Example
White with #E693EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E693EF; }
p { color: rgb(230,147,239); }
H1.HeaderClassName
{
color: #E693EF;
}
.AnyTagClassName
{
color: #E693EF;
}
</style>
background-color css
<style>
a { background-color: #E693EF; }
a { background-color: rgb(230,147,239); }
div.DivClassName
{
background-color: #E693EF;
}
.BgClassName
{
background-color: #E693EF;
}
</style>
border-color css
<style>
span { border-color: #E693EF; }
span { border-color: rgb(230,147,239); }
td.TdClassName
{
border-color: #E693EF;
}
.TagClassName
{
border-color: #E693EF;
}
</style>