Shades of Violet #E76FEF
Tints of Violet #E76FEF
RGB
CMYK
RGB Variations
Color information
#E76FEF (or 0xE76FEF) is known color: Violet. HEX triplet: E7, 6F and EF. RGB value is (231,111,239). Sum of RGB (Red+Green+Blue) = 231+111+239=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 111 (43.75% from 255 or 19.10% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #E76FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76FEF is #189010. Grayscale: #A1A1A1. Windows color (decimal): -1609745 or 15691751. OLE color: 15691751.
HSL color Cylindrical-coordinate representation of color #E76FEF: hue angle of 296.25º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76FEF is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 111 | 239 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.06 |
| HSL | 296.25º | 0.8% | 0.69% | - |
| HSV(B) | 296.25º | 0.54% | 0.94% | - |
| XYZ | 54.22 | 34.59 | 85.48 | - |
| YUV | 161.47 | 171.76 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 239 | 0.03 | 0.54 | 0 | 0.06 | 296.25 | 0.8 | 0.69 |
| Hex | E7 | 6F | EF | 3 | 36 | 0 | 6 | 128 | 50 | 45 |
| Octal | 347 | 157 | 357 | 3 | 66 | 0 | 6 | 450 | 120 | 105 |
| Binary | 11100111 | 1101111 | 11101111 | 11 | 110110 | 0 | 110 | 100101000 | 1010000 | 1000101 |
Color Harmonies of #E76FEF
Complementary color
Monochromatic Colors of #E76FEF
Black with #E76FEF
Text Example
Text Example
White with #E76FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76FEF; }
p { color: rgb(231,111,239); }
H1.HeaderClassName
{
color: #E76FEF;
}
.AnyTagClassName
{
color: #E76FEF;
}
</style>
background-color css
<style>
a { background-color: #E76FEF; }
a { background-color: rgb(231,111,239); }
div.DivClassName
{
background-color: #E76FEF;
}
.BgClassName
{
background-color: #E76FEF;
}
</style>
border-color css
<style>
span { border-color: #E76FEF; }
span { border-color: rgb(231,111,239); }
td.TdClassName
{
border-color: #E76FEF;
}
.TagClassName
{
border-color: #E76FEF;
}
</style>