Shades of Violet #E770EF
Tints of Violet #E770EF
RGB
CMYK
RGB Variations
Color information
#E770EF (or 0xE770EF) is known color: Violet. HEX triplet: E7, 70 and EF. RGB value is (231,112,239). Sum of RGB (Red+Green+Blue) = 231+112+239=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 112 (44.14% from 255 or 19.24% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #E770EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E770EF is #188F10. Grayscale: #A1A1A1. Windows color (decimal): -1609489 or 15692007. OLE color: 15692007.
HSL color Cylindrical-coordinate representation of color #E770EF: hue angle of 296.22º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E770EF is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 112 | 239 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.06 |
| HSL | 296.22º | 0.8% | 0.69% | - |
| HSV(B) | 296.22º | 0.53% | 0.94% | - |
| XYZ | 54.33 | 34.81 | 85.52 | - |
| YUV | 162.06 | 171.42 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 239 | 0.03 | 0.53 | 0 | 0.06 | 296.22 | 0.8 | 0.69 |
| Hex | E7 | 70 | EF | 3 | 35 | 0 | 6 | 128 | 50 | 45 |
| Octal | 347 | 160 | 357 | 3 | 65 | 0 | 6 | 450 | 120 | 105 |
| Binary | 11100111 | 1110000 | 11101111 | 11 | 110101 | 0 | 110 | 100101000 | 1010000 | 1000101 |
Color Harmonies of #E770EF
Complementary color
Monochromatic Colors of #E770EF
Black with #E770EF
Text Example
Text Example
White with #E770EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770EF; }
p { color: rgb(231,112,239); }
H1.HeaderClassName
{
color: #E770EF;
}
.AnyTagClassName
{
color: #E770EF;
}
</style>
background-color css
<style>
a { background-color: #E770EF; }
a { background-color: rgb(231,112,239); }
div.DivClassName
{
background-color: #E770EF;
}
.BgClassName
{
background-color: #E770EF;
}
</style>
border-color css
<style>
span { border-color: #E770EF; }
span { border-color: rgb(231,112,239); }
td.TdClassName
{
border-color: #E770EF;
}
.TagClassName
{
border-color: #E770EF;
}
</style>