Shades of Violet #E293F8
Tints of Violet #E293F8
RGB
CMYK
RGB Variations
Color information
#E293F8 (or 0xE293F8) is known color: Violet. HEX triplet: E2, 93 and F8. RGB value is (226,147,248). Sum of RGB (Red+Green+Blue) = 226+147+248=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 147 (57.81% from 255 or 23.67% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 248 - color contains mainly: blue. Hex color #E293F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E293F8 is #1D6C07. Grayscale: #B5B5B5. Windows color (decimal): -1928200 or 16290786. OLE color: 16290786.
HSL color Cylindrical-coordinate representation of color #E293F8: hue angle of 286.93º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E293F8 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 147 | 248 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.03 |
| HSL | 286.93º | 0.88% | 0.77% | - |
| HSV(B) | 286.93º | 0.41% | 0.97% | - |
| XYZ | 58.74 | 43.81 | 94.17 | - |
| YUV | 182.14 | 165.17 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 248 | 0.09 | 0.41 | 0 | 0.03 | 286.93 | 0.88 | 0.77 |
| Hex | E2 | 93 | F8 | 9 | 29 | 0 | 3 | 11F | 58 | 4D |
| Octal | 342 | 223 | 370 | 11 | 51 | 0 | 3 | 437 | 130 | 115 |
| Binary | 11100010 | 10010011 | 11111000 | 1001 | 101001 | 0 | 11 | 100011111 | 1011000 | 1001101 |
Color Harmonies of #E293F8
Complementary color
Monochromatic Colors of #E293F8
Black with #E293F8
Text Example
Text Example
White with #E293F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293F8; }
p { color: rgb(226,147,248); }
H1.HeaderClassName
{
color: #E293F8;
}
.AnyTagClassName
{
color: #E293F8;
}
</style>
background-color css
<style>
a { background-color: #E293F8; }
a { background-color: rgb(226,147,248); }
div.DivClassName
{
background-color: #E293F8;
}
.BgClassName
{
background-color: #E293F8;
}
</style>
border-color css
<style>
span { border-color: #E293F8; }
span { border-color: rgb(226,147,248); }
td.TdClassName
{
border-color: #E293F8;
}
.TagClassName
{
border-color: #E293F8;
}
</style>