Shades of Violet #E293F1
Tints of Violet #E293F1
RGB
CMYK
RGB Variations
Color information
#E293F1 (or 0xE293F1) is known color: Violet. HEX triplet: E2, 93 and F1. RGB value is (226,147,241). Sum of RGB (Red+Green+Blue) = 226+147+241=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 147 (57.81% from 255 or 23.94% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #E293F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E293F1 is #1D6C0E. Grayscale: #B5B5B5. Windows color (decimal): -1928207 or 15832034. OLE color: 15832034.
HSL color Cylindrical-coordinate representation of color #E293F1: hue angle of 290.43º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E293F1 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 147 | 241 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.05 |
| HSL | 290.43º | 0.77% | 0.76% | - |
| HSV(B) | 290.43º | 0.39% | 0.95% | - |
| XYZ | 57.67 | 43.39 | 88.55 | - |
| YUV | 181.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 241 | 0.06 | 0.39 | 0 | 0.05 | 290.43 | 0.77 | 0.76 |
| Hex | E2 | 93 | F1 | 6 | 27 | 0 | 5 | 122 | 4D | 4C |
| Octal | 342 | 223 | 361 | 6 | 47 | 0 | 5 | 442 | 115 | 114 |
| Binary | 11100010 | 10010011 | 11110001 | 110 | 100111 | 0 | 101 | 100100010 | 1001101 | 1001100 |
Color Harmonies of #E293F1
Complementary color
Monochromatic Colors of #E293F1
Black with #E293F1
Text Example
Text Example
White with #E293F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293F1; }
p { color: rgb(226,147,241); }
H1.HeaderClassName
{
color: #E293F1;
}
.AnyTagClassName
{
color: #E293F1;
}
</style>
background-color css
<style>
a { background-color: #E293F1; }
a { background-color: rgb(226,147,241); }
div.DivClassName
{
background-color: #E293F1;
}
.BgClassName
{
background-color: #E293F1;
}
</style>
border-color css
<style>
span { border-color: #E293F1; }
span { border-color: rgb(226,147,241); }
td.TdClassName
{
border-color: #E293F1;
}
.TagClassName
{
border-color: #E293F1;
}
</style>