Shades of Violet #E772EC
Tints of Violet #E772EC
RGB
CMYK
RGB Variations
Color information
#E772EC (or 0xE772EC) is known color: Violet. HEX triplet: E7, 72 and EC. RGB value is (231,114,236). Sum of RGB (Red+Green+Blue) = 231+114+236=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 114 (44.92% from 255 or 19.62% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #E772EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E772EC is #188D13. Grayscale: #A2A2A2. Windows color (decimal): -1608980 or 15495911. OLE color: 15495911.
HSL color Cylindrical-coordinate representation of color #E772EC: hue angle of 297.54º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E772EC is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 114 | 236 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.07 |
| HSL | 297.54º | 0.76% | 0.69% | - |
| HSV(B) | 297.54º | 0.52% | 0.93% | - |
| XYZ | 54.11 | 35.08 | 83.28 | - |
| YUV | 162.89 | 169.26 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 236 | 0.02 | 0.52 | 0 | 0.07 | 297.54 | 0.76 | 0.69 |
| Hex | E7 | 72 | EC | 2 | 34 | 0 | 7 | 12A | 4C | 45 |
| Octal | 347 | 162 | 354 | 2 | 64 | 0 | 7 | 452 | 114 | 105 |
| Binary | 11100111 | 1110010 | 11101100 | 10 | 110100 | 0 | 111 | 100101010 | 1001100 | 1000101 |
Color Harmonies of #E772EC
Complementary color
Monochromatic Colors of #E772EC
Black with #E772EC
Text Example
Text Example
White with #E772EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E772EC; }
p { color: rgb(231,114,236); }
H1.HeaderClassName
{
color: #E772EC;
}
.AnyTagClassName
{
color: #E772EC;
}
</style>
background-color css
<style>
a { background-color: #E772EC; }
a { background-color: rgb(231,114,236); }
div.DivClassName
{
background-color: #E772EC;
}
.BgClassName
{
background-color: #E772EC;
}
</style>
border-color css
<style>
span { border-color: #E772EC; }
span { border-color: rgb(231,114,236); }
td.TdClassName
{
border-color: #E772EC;
}
.TagClassName
{
border-color: #E772EC;
}
</style>