Shades of Violet #E396F7
Tints of Violet #E396F7
RGB
CMYK
RGB Variations
Color information
#E396F7 (or 0xE396F7) is known color: Violet. HEX triplet: E3, 96 and F7. RGB value is (227,150,247). Sum of RGB (Red+Green+Blue) = 227+150+247=624 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.38% from 624); Green value is 150 (58.98% from 255 or 24.04% from 624); Blue value is 247 (96.88% from 255 or 39.58% from 624); Max value from RGB is 247 - color contains mainly: blue. Hex color #E396F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E396F7 is #1C6908. Grayscale: #B7B7B7. Windows color (decimal): -1861897 or 16226019. OLE color: 16226019.
HSL color Cylindrical-coordinate representation of color #E396F7: hue angle of 287.63º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E396F7 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 227 | 150 | 247 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.03 |
| HSL | 287.63º | 0.86% | 0.78% | - |
| HSV(B) | 287.63º | 0.39% | 0.97% | - |
| XYZ | 59.37 | 44.86 | 93.53 | - |
| YUV | 184.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 247 | 0.08 | 0.39 | 0 | 0.03 | 287.63 | 0.86 | 0.78 |
| Hex | E3 | 96 | F7 | 8 | 27 | 0 | 3 | 120 | 56 | 4E |
| Octal | 343 | 226 | 367 | 10 | 47 | 0 | 3 | 440 | 126 | 116 |
| Binary | 11100011 | 10010110 | 11110111 | 1000 | 100111 | 0 | 11 | 100100000 | 1010110 | 1001110 |
Color Harmonies of #E396F7
Complementary color
Monochromatic Colors of #E396F7
Black with #E396F7
Text Example
Text Example
White with #E396F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E396F7; }
p { color: rgb(227,150,247); }
H1.HeaderClassName
{
color: #E396F7;
}
.AnyTagClassName
{
color: #E396F7;
}
</style>
background-color css
<style>
a { background-color: #E396F7; }
a { background-color: rgb(227,150,247); }
div.DivClassName
{
background-color: #E396F7;
}
.BgClassName
{
background-color: #E396F7;
}
</style>
border-color css
<style>
span { border-color: #E396F7; }
span { border-color: rgb(227,150,247); }
td.TdClassName
{
border-color: #E396F7;
}
.TagClassName
{
border-color: #E396F7;
}
</style>