Shades of Violet #E775EC
Tints of Violet #E775EC
RGB
CMYK
RGB Variations
Color information
#E775EC (or 0xE775EC) is known color: Violet. HEX triplet: E7, 75 and EC. RGB value is (231,117,236). Sum of RGB (Red+Green+Blue) = 231+117+236=584 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.55% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #E775EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E775EC is #188A13. Grayscale: #A4A4A4. Windows color (decimal): -1608212 or 15496679. OLE color: 15496679.
HSL color Cylindrical-coordinate representation of color #E775EC: hue angle of 297.48º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E775EC is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 117 | 236 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.07 |
| HSL | 297.48º | 0.76% | 0.69% | - |
| HSV(B) | 297.48º | 0.5% | 0.93% | - |
| XYZ | 54.46 | 35.77 | 83.39 | - |
| YUV | 164.65 | 168.27 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 236 | 0.02 | 0.50 | 0 | 0.07 | 297.48 | 0.76 | 0.69 |
| Hex | E7 | 75 | EC | 2 | 32 | 0 | 7 | 129 | 4C | 45 |
| Octal | 347 | 165 | 354 | 2 | 62 | 0 | 7 | 451 | 114 | 105 |
| Binary | 11100111 | 1110101 | 11101100 | 10 | 110010 | 0 | 111 | 100101001 | 1001100 | 1000101 |
Color Harmonies of #E775EC
Complementary color
Monochromatic Colors of #E775EC
Black with #E775EC
Text Example
Text Example
White with #E775EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E775EC; }
p { color: rgb(231,117,236); }
H1.HeaderClassName
{
color: #E775EC;
}
.AnyTagClassName
{
color: #E775EC;
}
</style>
background-color css
<style>
a { background-color: #E775EC; }
a { background-color: rgb(231,117,236); }
div.DivClassName
{
background-color: #E775EC;
}
.BgClassName
{
background-color: #E775EC;
}
</style>
border-color css
<style>
span { border-color: #E775EC; }
span { border-color: rgb(231,117,236); }
td.TdClassName
{
border-color: #E775EC;
}
.TagClassName
{
border-color: #E775EC;
}
</style>