Shades of Violet #E293EF
Tints of Violet #E293EF
RGB
CMYK
RGB Variations
Color information
#E293EF (or 0xE293EF) is known color: Violet. HEX triplet: E2, 93 and EF. RGB value is (226,147,239). Sum of RGB (Red+Green+Blue) = 226+147+239=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #E293EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E293EF is #1D6C10. Grayscale: #B4B4B4. Windows color (decimal): -1928209 or 15700962. OLE color: 15700962.
HSL color Cylindrical-coordinate representation of color #E293EF: hue angle of 291.52º 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 #E293EF is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 147 | 239 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.06 |
| HSL | 291.52º | 0.74% | 0.76% | - |
| HSV(B) | 291.52º | 0.38% | 0.94% | - |
| XYZ | 57.38 | 43.27 | 86.99 | - |
| YUV | 181.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 239 | 0.05 | 0.38 | 0 | 0.06 | 291.52 | 0.74 | 0.76 |
| Hex | E2 | 93 | EF | 5 | 26 | 0 | 6 | 124 | 4A | 4C |
| Octal | 342 | 223 | 357 | 5 | 46 | 0 | 6 | 444 | 112 | 114 |
| Binary | 11100010 | 10010011 | 11101111 | 101 | 100110 | 0 | 110 | 100100100 | 1001010 | 1001100 |
Color Harmonies of #E293EF
Complementary color
Monochromatic Colors of #E293EF
Black with #E293EF
Text Example
Text Example
White with #E293EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293EF; }
p { color: rgb(226,147,239); }
H1.HeaderClassName
{
color: #E293EF;
}
.AnyTagClassName
{
color: #E293EF;
}
</style>
background-color css
<style>
a { background-color: #E293EF; }
a { background-color: rgb(226,147,239); }
div.DivClassName
{
background-color: #E293EF;
}
.BgClassName
{
background-color: #E293EF;
}
</style>
border-color css
<style>
span { border-color: #E293EF; }
span { border-color: rgb(226,147,239); }
td.TdClassName
{
border-color: #E293EF;
}
.TagClassName
{
border-color: #E293EF;
}
</style>