Shades of Violet #E778F2
Tints of Violet #E778F2
RGB
CMYK
RGB Variations
Color information
#E778F2 (or 0xE778F2) is known color: Violet. HEX triplet: E7, 78 and F2. RGB value is (231,120,242). Sum of RGB (Red+Green+Blue) = 231+120+242=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 120 (47.27% from 255 or 20.24% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #E778F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E778F2 is #18870D. Grayscale: #A6A6A6. Windows color (decimal): -1607438 or 15890663. OLE color: 15890663.
HSL color Cylindrical-coordinate representation of color #E778F2: hue angle of 294.59º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E778F2 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 120 | 242 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.05 |
| HSL | 294.59º | 0.82% | 0.71% | - |
| HSV(B) | 294.59º | 0.5% | 0.95% | - |
| XYZ | 55.7 | 36.83 | 88.18 | - |
| YUV | 167.1 | 170.27 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 242 | 0.05 | 0.50 | 0 | 0.05 | 294.59 | 0.82 | 0.71 |
| Hex | E7 | 78 | F2 | 5 | 32 | 0 | 5 | 127 | 52 | 47 |
| Octal | 347 | 170 | 362 | 5 | 62 | 0 | 5 | 447 | 122 | 107 |
| Binary | 11100111 | 1111000 | 11110010 | 101 | 110010 | 0 | 101 | 100100111 | 1010010 | 1000111 |
Color Harmonies of #E778F2
Complementary color
Monochromatic Colors of #E778F2
Black with #E778F2
Text Example
Text Example
White with #E778F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E778F2; }
p { color: rgb(231,120,242); }
H1.HeaderClassName
{
color: #E778F2;
}
.AnyTagClassName
{
color: #E778F2;
}
</style>
background-color css
<style>
a { background-color: #E778F2; }
a { background-color: rgb(231,120,242); }
div.DivClassName
{
background-color: #E778F2;
}
.BgClassName
{
background-color: #E778F2;
}
</style>
border-color css
<style>
span { border-color: #E778F2; }
span { border-color: rgb(231,120,242); }
td.TdClassName
{
border-color: #E778F2;
}
.TagClassName
{
border-color: #E778F2;
}
</style>