Shades of Violet #E77EEE
Tints of Violet #E77EEE
RGB
CMYK
RGB Variations
Color information
#E77EEE (or 0xE77EEE) is known color: Violet. HEX triplet: E7, 7E and EE. RGB value is (231,126,238). Sum of RGB (Red+Green+Blue) = 231+126+238=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 126 (49.61% from 255 or 21.18% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #E77EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77EEE is #188111. Grayscale: #A9A9A9. Windows color (decimal): -1605906 or 15630055. OLE color: 15630055.
HSL color Cylindrical-coordinate representation of color #E77EEE: hue angle of 296.25º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77EEE is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 126 | 238 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.07 |
| HSL | 296.25º | 0.77% | 0.71% | - |
| HSV(B) | 296.25º | 0.47% | 0.93% | - |
| XYZ | 55.85 | 38.08 | 85.3 | - |
| YUV | 170.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 238 | 0.03 | 0.47 | 0 | 0.07 | 296.25 | 0.77 | 0.71 |
| Hex | E7 | 7E | EE | 3 | 2F | 0 | 7 | 128 | 4D | 47 |
| Octal | 347 | 176 | 356 | 3 | 57 | 0 | 7 | 450 | 115 | 107 |
| Binary | 11100111 | 1111110 | 11101110 | 11 | 101111 | 0 | 111 | 100101000 | 1001101 | 1000111 |
Color Harmonies of #E77EEE
Complementary color
Monochromatic Colors of #E77EEE
Black with #E77EEE
Text Example
Text Example
White with #E77EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77EEE; }
p { color: rgb(231,126,238); }
H1.HeaderClassName
{
color: #E77EEE;
}
.AnyTagClassName
{
color: #E77EEE;
}
</style>
background-color css
<style>
a { background-color: #E77EEE; }
a { background-color: rgb(231,126,238); }
div.DivClassName
{
background-color: #E77EEE;
}
.BgClassName
{
background-color: #E77EEE;
}
</style>
border-color css
<style>
span { border-color: #E77EEE; }
span { border-color: rgb(231,126,238); }
td.TdClassName
{
border-color: #E77EEE;
}
.TagClassName
{
border-color: #E77EEE;
}
</style>