Shades of Violet #E394F0
Tints of Violet #E394F0
RGB
CMYK
RGB Variations
Color information
#E394F0 (or 0xE394F0) is known color: Violet. HEX triplet: E3, 94 and F0. RGB value is (227,148,240). Sum of RGB (Red+Green+Blue) = 227+148+240=615 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.91% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #E394F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E394F0 is #1C6B0F. Grayscale: #B5B5B5. Windows color (decimal): -1862416 or 15766755. OLE color: 15766755.
HSL color Cylindrical-coordinate representation of color #E394F0: hue angle of 291.52º degrees, saturation: 0.75, 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 #E394F0 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 148 | 240 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.06 |
| HSL | 291.52º | 0.75% | 0.76% | - |
| HSV(B) | 291.52º | 0.38% | 0.94% | - |
| XYZ | 58 | 43.8 | 87.84 | - |
| YUV | 182.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 148 | 240 | 0.05 | 0.38 | 0 | 0.06 | 291.52 | 0.75 | 0.76 |
| Hex | E3 | 94 | F0 | 5 | 26 | 0 | 6 | 124 | 4B | 4C |
| Octal | 343 | 224 | 360 | 5 | 46 | 0 | 6 | 444 | 113 | 114 |
| Binary | 11100011 | 10010100 | 11110000 | 101 | 100110 | 0 | 110 | 100100100 | 1001011 | 1001100 |
Color Harmonies of #E394F0
Complementary color
Monochromatic Colors of #E394F0
Black with #E394F0
Text Example
Text Example
White with #E394F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E394F0; }
p { color: rgb(227,148,240); }
H1.HeaderClassName
{
color: #E394F0;
}
.AnyTagClassName
{
color: #E394F0;
}
</style>
background-color css
<style>
a { background-color: #E394F0; }
a { background-color: rgb(227,148,240); }
div.DivClassName
{
background-color: #E394F0;
}
.BgClassName
{
background-color: #E394F0;
}
</style>
border-color css
<style>
span { border-color: #E394F0; }
span { border-color: rgb(227,148,240); }
td.TdClassName
{
border-color: #E394F0;
}
.TagClassName
{
border-color: #E394F0;
}
</style>