Shades of Violet #E77FEE
Tints of Violet #E77FEE
RGB
CMYK
RGB Variations
Color information
#E77FEE (or 0xE77FEE) is known color: Violet. HEX triplet: E7, 7F and EE. RGB value is (231,127,238). Sum of RGB (Red+Green+Blue) = 231+127+238=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 127 (50% from 255 or 21.31% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #E77FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77FEE is #188011. Grayscale: #AAAAAA. Windows color (decimal): -1605650 or 15630311. OLE color: 15630311.
HSL color Cylindrical-coordinate representation of color #E77FEE: hue angle of 296.22º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77FEE is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 127 | 238 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.07 |
| HSL | 296.22º | 0.77% | 0.72% | - |
| HSV(B) | 296.22º | 0.47% | 0.93% | - |
| XYZ | 55.98 | 38.34 | 85.34 | - |
| YUV | 170.75 | 165.96 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 238 | 0.03 | 0.47 | 0 | 0.07 | 296.22 | 0.77 | 0.72 |
| Hex | E7 | 7F | EE | 3 | 2F | 0 | 7 | 128 | 4D | 48 |
| Octal | 347 | 177 | 356 | 3 | 57 | 0 | 7 | 450 | 115 | 110 |
| Binary | 11100111 | 1111111 | 11101110 | 11 | 101111 | 0 | 111 | 100101000 | 1001101 | 1001000 |
Color Harmonies of #E77FEE
Complementary color
Monochromatic Colors of #E77FEE
Black with #E77FEE
Text Example
Text Example
White with #E77FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77FEE; }
p { color: rgb(231,127,238); }
H1.HeaderClassName
{
color: #E77FEE;
}
.AnyTagClassName
{
color: #E77FEE;
}
</style>
background-color css
<style>
a { background-color: #E77FEE; }
a { background-color: rgb(231,127,238); }
div.DivClassName
{
background-color: #E77FEE;
}
.BgClassName
{
background-color: #E77FEE;
}
</style>
border-color css
<style>
span { border-color: #E77FEE; }
span { border-color: rgb(231,127,238); }
td.TdClassName
{
border-color: #E77FEE;
}
.TagClassName
{
border-color: #E77FEE;
}
</style>