Shades of Violet #E794EC
Tints of Violet #E794EC
RGB
CMYK
RGB Variations
Color information
#E794EC (or 0xE794EC) is known color: Violet. HEX triplet: E7, 94 and EC. RGB value is (231,148,236). Sum of RGB (Red+Green+Blue) = 231+148+236=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #E794EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E794EC is #186B13. Grayscale: #B6B6B6. Windows color (decimal): -1600276 or 15504615. OLE color: 15504615.
HSL color Cylindrical-coordinate representation of color #E794EC: hue angle of 296.59º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E794EC is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 148 | 236 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.07 |
| HSL | 296.59º | 0.7% | 0.75% | - |
| HSV(B) | 296.59º | 0.37% | 0.93% | - |
| XYZ | 58.69 | 44.22 | 84.8 | - |
| YUV | 182.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 236 | 0.02 | 0.37 | 0 | 0.07 | 296.59 | 0.7 | 0.75 |
| Hex | E7 | 94 | EC | 2 | 25 | 0 | 7 | 129 | 46 | 4B |
| Octal | 347 | 224 | 354 | 2 | 45 | 0 | 7 | 451 | 106 | 113 |
| Binary | 11100111 | 10010100 | 11101100 | 10 | 100101 | 0 | 111 | 100101001 | 1000110 | 1001011 |
Color Harmonies of #E794EC
Complementary color
Monochromatic Colors of #E794EC
Black with #E794EC
Text Example
Text Example
White with #E794EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E794EC; }
p { color: rgb(231,148,236); }
H1.HeaderClassName
{
color: #E794EC;
}
.AnyTagClassName
{
color: #E794EC;
}
</style>
background-color css
<style>
a { background-color: #E794EC; }
a { background-color: rgb(231,148,236); }
div.DivClassName
{
background-color: #E794EC;
}
.BgClassName
{
background-color: #E794EC;
}
</style>
border-color css
<style>
span { border-color: #E794EC; }
span { border-color: rgb(231,148,236); }
td.TdClassName
{
border-color: #E794EC;
}
.TagClassName
{
border-color: #E794EC;
}
</style>