Shades of Violet #E693EC
Tints of Violet #E693EC
RGB
CMYK
RGB Variations
Color information
#E693EC (or 0xE693EC) is known color: Violet. HEX triplet: E6, 93 and EC. RGB value is (230,147,236). Sum of RGB (Red+Green+Blue) = 230+147+236=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #E693EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E693EC is #196C13. Grayscale: #B5B5B5. Windows color (decimal): -1666068 or 15504358. OLE color: 15504358.
HSL color Cylindrical-coordinate representation of color #E693EC: hue angle of 295.96º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E693EC is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 147 | 236 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.07 |
| HSL | 295.96º | 0.7% | 0.75% | - |
| HSV(B) | 295.96º | 0.38% | 0.93% | - |
| XYZ | 58.21 | 43.75 | 84.73 | - |
| YUV | 181.96 | 158.5 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 236 | 0.03 | 0.38 | 0 | 0.07 | 295.96 | 0.7 | 0.75 |
| Hex | E6 | 93 | EC | 3 | 26 | 0 | 7 | 128 | 46 | 4B |
| Octal | 346 | 223 | 354 | 3 | 46 | 0 | 7 | 450 | 106 | 113 |
| Binary | 11100110 | 10010011 | 11101100 | 11 | 100110 | 0 | 111 | 100101000 | 1000110 | 1001011 |
Color Harmonies of #E693EC
Complementary color
Monochromatic Colors of #E693EC
Black with #E693EC
Text Example
Text Example
White with #E693EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E693EC; }
p { color: rgb(230,147,236); }
H1.HeaderClassName
{
color: #E693EC;
}
.AnyTagClassName
{
color: #E693EC;
}
</style>
background-color css
<style>
a { background-color: #E693EC; }
a { background-color: rgb(230,147,236); }
div.DivClassName
{
background-color: #E693EC;
}
.BgClassName
{
background-color: #E693EC;
}
</style>
border-color css
<style>
span { border-color: #E693EC; }
span { border-color: rgb(230,147,236); }
td.TdClassName
{
border-color: #E693EC;
}
.TagClassName
{
border-color: #E693EC;
}
</style>