Shades of Violet #E294EF
Tints of Violet #E294EF
RGB
CMYK
RGB Variations
Color information
#E294EF (or 0xE294EF) is known color: Violet. HEX triplet: E2, 94 and EF. RGB value is (226,148,239). Sum of RGB (Red+Green+Blue) = 226+148+239=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #E294EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E294EF is #1D6B10. Grayscale: #B5B5B5. Windows color (decimal): -1927953 or 15701218. OLE color: 15701218.
HSL color Cylindrical-coordinate representation of color #E294EF: hue angle of 291.43º 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 #E294EF is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 148 | 239 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.06 |
| HSL | 291.43º | 0.74% | 0.76% | - |
| HSV(B) | 291.43º | 0.38% | 0.94% | - |
| XYZ | 57.53 | 43.58 | 87.04 | - |
| YUV | 181.7 | 160.34 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 239 | 0.05 | 0.38 | 0 | 0.06 | 291.43 | 0.74 | 0.76 |
| Hex | E2 | 94 | EF | 5 | 26 | 0 | 6 | 123 | 4A | 4C |
| Octal | 342 | 224 | 357 | 5 | 46 | 0 | 6 | 443 | 112 | 114 |
| Binary | 11100010 | 10010100 | 11101111 | 101 | 100110 | 0 | 110 | 100100011 | 1001010 | 1001100 |
Color Harmonies of #E294EF
Complementary color
Monochromatic Colors of #E294EF
Black with #E294EF
Text Example
Text Example
White with #E294EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E294EF; }
p { color: rgb(226,148,239); }
H1.HeaderClassName
{
color: #E294EF;
}
.AnyTagClassName
{
color: #E294EF;
}
</style>
background-color css
<style>
a { background-color: #E294EF; }
a { background-color: rgb(226,148,239); }
div.DivClassName
{
background-color: #E294EF;
}
.BgClassName
{
background-color: #E294EF;
}
</style>
border-color css
<style>
span { border-color: #E294EF; }
span { border-color: rgb(226,148,239); }
td.TdClassName
{
border-color: #E294EF;
}
.TagClassName
{
border-color: #E294EF;
}
</style>