Shades of Violet #E790EC
Tints of Violet #E790EC
RGB
CMYK
RGB Variations
Color information
#E790EC (or 0xE790EC) is known color: Violet. HEX triplet: E7, 90 and EC. RGB value is (231,144,236). Sum of RGB (Red+Green+Blue) = 231+144+236=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #E790EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E790EC is #186F13. Grayscale: #B4B4B4. Windows color (decimal): -1601300 or 15503591. OLE color: 15503591.
HSL color Cylindrical-coordinate representation of color #E790EC: hue angle of 296.74º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E790EC is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 144 | 236 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.07 |
| HSL | 296.74º | 0.71% | 0.75% | - |
| HSV(B) | 296.74º | 0.39% | 0.93% | - |
| XYZ | 58.07 | 42.99 | 84.59 | - |
| YUV | 180.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 236 | 0.02 | 0.39 | 0 | 0.07 | 296.74 | 0.71 | 0.75 |
| Hex | E7 | 90 | EC | 2 | 27 | 0 | 7 | 129 | 47 | 4B |
| Octal | 347 | 220 | 354 | 2 | 47 | 0 | 7 | 451 | 107 | 113 |
| Binary | 11100111 | 10010000 | 11101100 | 10 | 100111 | 0 | 111 | 100101001 | 1000111 | 1001011 |
Color Harmonies of #E790EC
Complementary color
Monochromatic Colors of #E790EC
Black with #E790EC
Text Example
Text Example
White with #E790EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E790EC; }
p { color: rgb(231,144,236); }
H1.HeaderClassName
{
color: #E790EC;
}
.AnyTagClassName
{
color: #E790EC;
}
</style>
background-color css
<style>
a { background-color: #E790EC; }
a { background-color: rgb(231,144,236); }
div.DivClassName
{
background-color: #E790EC;
}
.BgClassName
{
background-color: #E790EC;
}
</style>
border-color css
<style>
span { border-color: #E790EC; }
span { border-color: rgb(231,144,236); }
td.TdClassName
{
border-color: #E790EC;
}
.TagClassName
{
border-color: #E790EC;
}
</style>