Shades of Violet #E394EF
Tints of Violet #E394EF
RGB
CMYK
RGB Variations
Color information
#E394EF (or 0xE394EF) is known color: Violet. HEX triplet: E3, 94 and EF. RGB value is (227,148,239). Sum of RGB (Red+Green+Blue) = 227+148+239=614 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.97% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #E394EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E394EF is #1C6B10. Grayscale: #B5B5B5. Windows color (decimal): -1862417 or 15701219. OLE color: 15701219.
HSL color Cylindrical-coordinate representation of color #E394EF: hue angle of 292.09º degrees, saturation: 0.74, 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 #E394EF is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 148 | 239 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.06 |
| HSL | 292.09º | 0.74% | 0.76% | - |
| HSV(B) | 292.09º | 0.38% | 0.94% | - |
| XYZ | 57.85 | 43.74 | 87.06 | - |
| YUV | 182 | 160.17 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 148 | 239 | 0.05 | 0.38 | 0 | 0.06 | 292.09 | 0.74 | 0.76 |
| Hex | E3 | 94 | EF | 5 | 26 | 0 | 6 | 124 | 4A | 4C |
| Octal | 343 | 224 | 357 | 5 | 46 | 0 | 6 | 444 | 112 | 114 |
| Binary | 11100011 | 10010100 | 11101111 | 101 | 100110 | 0 | 110 | 100100100 | 1001010 | 1001100 |
Color Harmonies of #E394EF
Complementary color
Monochromatic Colors of #E394EF
Black with #E394EF
Text Example
Text Example
White with #E394EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E394EF; }
p { color: rgb(227,148,239); }
H1.HeaderClassName
{
color: #E394EF;
}
.AnyTagClassName
{
color: #E394EF;
}
</style>
background-color css
<style>
a { background-color: #E394EF; }
a { background-color: rgb(227,148,239); }
div.DivClassName
{
background-color: #E394EF;
}
.BgClassName
{
background-color: #E394EF;
}
</style>
border-color css
<style>
span { border-color: #E394EF; }
span { border-color: rgb(227,148,239); }
td.TdClassName
{
border-color: #E394EF;
}
.TagClassName
{
border-color: #E394EF;
}
</style>