Shades of Violet #E776F2
Tints of Violet #E776F2
RGB
CMYK
RGB Variations
Color information
#E776F2 (or 0xE776F2) is known color: Violet. HEX triplet: E7, 76 and F2. RGB value is (231,118,242). Sum of RGB (Red+Green+Blue) = 231+118+242=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 118 (46.48% from 255 or 19.97% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #E776F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E776F2 is #18890D. Grayscale: #A5A5A5. Windows color (decimal): -1607950 or 15890151. OLE color: 15890151.
HSL color Cylindrical-coordinate representation of color #E776F2: hue angle of 294.68º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E776F2 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 118 | 242 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.05 |
| HSL | 294.68º | 0.83% | 0.71% | - |
| HSV(B) | 294.68º | 0.51% | 0.95% | - |
| XYZ | 55.46 | 36.36 | 88.1 | - |
| YUV | 165.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 242 | 0.05 | 0.51 | 0 | 0.05 | 294.68 | 0.83 | 0.71 |
| Hex | E7 | 76 | F2 | 5 | 33 | 0 | 5 | 127 | 53 | 47 |
| Octal | 347 | 166 | 362 | 5 | 63 | 0 | 5 | 447 | 123 | 107 |
| Binary | 11100111 | 1110110 | 11110010 | 101 | 110011 | 0 | 101 | 100100111 | 1010011 | 1000111 |
Color Harmonies of #E776F2
Complementary color
Monochromatic Colors of #E776F2
Black with #E776F2
Text Example
Text Example
White with #E776F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E776F2; }
p { color: rgb(231,118,242); }
H1.HeaderClassName
{
color: #E776F2;
}
.AnyTagClassName
{
color: #E776F2;
}
</style>
background-color css
<style>
a { background-color: #E776F2; }
a { background-color: rgb(231,118,242); }
div.DivClassName
{
background-color: #E776F2;
}
.BgClassName
{
background-color: #E776F2;
}
</style>
border-color css
<style>
span { border-color: #E776F2; }
span { border-color: rgb(231,118,242); }
td.TdClassName
{
border-color: #E776F2;
}
.TagClassName
{
border-color: #E776F2;
}
</style>