Shades of Violet #E396F8
Tints of Violet #E396F8
RGB
CMYK
RGB Variations
Color information
#E396F8 (or 0xE396F8) is known color: Violet. HEX triplet: E3, 96 and F8. RGB value is (227,150,248). Sum of RGB (Red+Green+Blue) = 227+150+248=625 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.32% from 625); Green value is 150 (58.98% from 255 or 24% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #E396F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E396F8 is #1C6907. Grayscale: #B7B7B7. Windows color (decimal): -1861896 or 16291555. OLE color: 16291555.
HSL color Cylindrical-coordinate representation of color #E396F8: hue angle of 287.14º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E396F8 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 227 | 150 | 248 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.03 |
| HSL | 287.14º | 0.88% | 0.78% | - |
| HSV(B) | 287.14º | 0.4% | 0.97% | - |
| XYZ | 59.53 | 44.92 | 94.34 | - |
| YUV | 184.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 248 | 0.08 | 0.40 | 0 | 0.03 | 287.14 | 0.88 | 0.78 |
| Hex | E3 | 96 | F8 | 8 | 28 | 0 | 3 | 11F | 58 | 4E |
| Octal | 343 | 226 | 370 | 10 | 50 | 0 | 3 | 437 | 130 | 116 |
| Binary | 11100011 | 10010110 | 11111000 | 1000 | 101000 | 0 | 11 | 100011111 | 1011000 | 1001110 |
Color Harmonies of #E396F8
Complementary color
Monochromatic Colors of #E396F8
Black with #E396F8
Text Example
Text Example
White with #E396F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E396F8; }
p { color: rgb(227,150,248); }
H1.HeaderClassName
{
color: #E396F8;
}
.AnyTagClassName
{
color: #E396F8;
}
</style>
background-color css
<style>
a { background-color: #E396F8; }
a { background-color: rgb(227,150,248); }
div.DivClassName
{
background-color: #E396F8;
}
.BgClassName
{
background-color: #E396F8;
}
</style>
border-color css
<style>
span { border-color: #E396F8; }
span { border-color: rgb(227,150,248); }
td.TdClassName
{
border-color: #E396F8;
}
.TagClassName
{
border-color: #E396F8;
}
</style>