Shades of Violet #E390EC
Tints of Violet #E390EC
RGB
CMYK
RGB Variations
Color information
#E390EC (or 0xE390EC) is known color: Violet. HEX triplet: E3, 90 and EC. RGB value is (227,144,236). Sum of RGB (Red+Green+Blue) = 227+144+236=607 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.40% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #E390EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E390EC is #1C6F13. Grayscale: #B3B3B3. Windows color (decimal): -1863444 or 15503587. OLE color: 15503587.
HSL color Cylindrical-coordinate representation of color #E390EC: hue angle of 294.13º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E390EC is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 144 | 236 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.07 |
| HSL | 294.13º | 0.71% | 0.75% | - |
| HSV(B) | 294.13º | 0.39% | 0.93% | - |
| XYZ | 56.79 | 42.33 | 84.53 | - |
| YUV | 179.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 236 | 0.04 | 0.39 | 0 | 0.07 | 294.13 | 0.71 | 0.75 |
| Hex | E3 | 90 | EC | 4 | 27 | 0 | 7 | 126 | 47 | 4B |
| Octal | 343 | 220 | 354 | 4 | 47 | 0 | 7 | 446 | 107 | 113 |
| Binary | 11100011 | 10010000 | 11101100 | 100 | 100111 | 0 | 111 | 100100110 | 1000111 | 1001011 |
Color Harmonies of #E390EC
Complementary color
Monochromatic Colors of #E390EC
Black with #E390EC
Text Example
Text Example
White with #E390EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390EC; }
p { color: rgb(227,144,236); }
H1.HeaderClassName
{
color: #E390EC;
}
.AnyTagClassName
{
color: #E390EC;
}
</style>
background-color css
<style>
a { background-color: #E390EC; }
a { background-color: rgb(227,144,236); }
div.DivClassName
{
background-color: #E390EC;
}
.BgClassName
{
background-color: #E390EC;
}
</style>
border-color css
<style>
span { border-color: #E390EC; }
span { border-color: rgb(227,144,236); }
td.TdClassName
{
border-color: #E390EC;
}
.TagClassName
{
border-color: #E390EC;
}
</style>