Shades of Violet #E293F2
Tints of Violet #E293F2
RGB
CMYK
RGB Variations
Color information
#E293F2 (or 0xE293F2) is known color: Violet. HEX triplet: E2, 93 and F2. RGB value is (226,147,242). Sum of RGB (Red+Green+Blue) = 226+147+242=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 147 (57.81% from 255 or 23.90% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #E293F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E293F2 is #1D6C0D. Grayscale: #B5B5B5. Windows color (decimal): -1928206 or 15897570. OLE color: 15897570.
HSL color Cylindrical-coordinate representation of color #E293F2: hue angle of 289.89º degrees, saturation: 0.79, 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 #E293F2 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 147 | 242 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.05 |
| HSL | 289.89º | 0.79% | 0.76% | - |
| HSV(B) | 289.89º | 0.39% | 0.95% | - |
| XYZ | 57.82 | 43.45 | 89.34 | - |
| YUV | 181.45 | 162.17 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 242 | 0.07 | 0.39 | 0 | 0.05 | 289.89 | 0.79 | 0.76 |
| Hex | E2 | 93 | F2 | 7 | 27 | 0 | 5 | 122 | 4F | 4C |
| Octal | 342 | 223 | 362 | 7 | 47 | 0 | 5 | 442 | 117 | 114 |
| Binary | 11100010 | 10010011 | 11110010 | 111 | 100111 | 0 | 101 | 100100010 | 1001111 | 1001100 |
Color Harmonies of #E293F2
Complementary color
Monochromatic Colors of #E293F2
Black with #E293F2
Text Example
Text Example
White with #E293F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293F2; }
p { color: rgb(226,147,242); }
H1.HeaderClassName
{
color: #E293F2;
}
.AnyTagClassName
{
color: #E293F2;
}
</style>
background-color css
<style>
a { background-color: #E293F2; }
a { background-color: rgb(226,147,242); }
div.DivClassName
{
background-color: #E293F2;
}
.BgClassName
{
background-color: #E293F2;
}
</style>
border-color css
<style>
span { border-color: #E293F2; }
span { border-color: rgb(226,147,242); }
td.TdClassName
{
border-color: #E293F2;
}
.TagClassName
{
border-color: #E293F2;
}
</style>