Shades of Violet #E094F6
Tints of Violet #E094F6
RGB
CMYK
RGB Variations
Color information
#E094F6 (or 0xE094F6) is known color: Violet. HEX triplet: E0, 94 and F6. RGB value is (224,148,246). Sum of RGB (Red+Green+Blue) = 224+148+246=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #E094F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094F6 is #1F6B09. Grayscale: #B5B5B5. Windows color (decimal): -2059018 or 16159968. OLE color: 16159968.
HSL color Cylindrical-coordinate representation of color #E094F6: hue angle of 286.53º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E094F6 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 148 | 246 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.04 |
| HSL | 286.53º | 0.84% | 0.77% | - |
| HSV(B) | 286.53º | 0.4% | 0.96% | - |
| XYZ | 57.96 | 43.68 | 92.56 | - |
| YUV | 181.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 246 | 0.09 | 0.40 | 0 | 0.04 | 286.53 | 0.84 | 0.77 |
| Hex | E0 | 94 | F6 | 9 | 28 | 0 | 4 | 11F | 54 | 4D |
| Octal | 340 | 224 | 366 | 11 | 50 | 0 | 4 | 437 | 124 | 115 |
| Binary | 11100000 | 10010100 | 11110110 | 1001 | 101000 | 0 | 100 | 100011111 | 1010100 | 1001101 |
Color Harmonies of #E094F6
Complementary color
Monochromatic Colors of #E094F6
Black with #E094F6
Text Example
Text Example
White with #E094F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094F6; }
p { color: rgb(224,148,246); }
H1.HeaderClassName
{
color: #E094F6;
}
.AnyTagClassName
{
color: #E094F6;
}
</style>
background-color css
<style>
a { background-color: #E094F6; }
a { background-color: rgb(224,148,246); }
div.DivClassName
{
background-color: #E094F6;
}
.BgClassName
{
background-color: #E094F6;
}
</style>
border-color css
<style>
span { border-color: #E094F6; }
span { border-color: rgb(224,148,246); }
td.TdClassName
{
border-color: #E094F6;
}
.TagClassName
{
border-color: #E094F6;
}
</style>