Shades of Violet #E77EEF
Tints of Violet #E77EEF
RGB
CMYK
RGB Variations
Color information
#E77EEF (or 0xE77EEF) is known color: Violet. HEX triplet: E7, 7E and EF. RGB value is (231,126,239). Sum of RGB (Red+Green+Blue) = 231+126+239=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 126 (49.61% from 255 or 21.14% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #E77EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77EEF is #188110. Grayscale: #A9A9A9. Windows color (decimal): -1605905 or 15695591. OLE color: 15695591.
HSL color Cylindrical-coordinate representation of color #E77EEF: hue angle of 295.75º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77EEF is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 126 | 239 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.06 |
| HSL | 295.75º | 0.78% | 0.72% | - |
| HSV(B) | 295.75º | 0.47% | 0.94% | - |
| XYZ | 56 | 38.14 | 86.07 | - |
| YUV | 170.28 | 166.79 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 239 | 0.03 | 0.47 | 0 | 0.06 | 295.75 | 0.78 | 0.72 |
| Hex | E7 | 7E | EF | 3 | 2F | 0 | 6 | 128 | 4E | 48 |
| Octal | 347 | 176 | 357 | 3 | 57 | 0 | 6 | 450 | 116 | 110 |
| Binary | 11100111 | 1111110 | 11101111 | 11 | 101111 | 0 | 110 | 100101000 | 1001110 | 1001000 |
Color Harmonies of #E77EEF
Complementary color
Monochromatic Colors of #E77EEF
Black with #E77EEF
Text Example
Text Example
White with #E77EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77EEF; }
p { color: rgb(231,126,239); }
H1.HeaderClassName
{
color: #E77EEF;
}
.AnyTagClassName
{
color: #E77EEF;
}
</style>
background-color css
<style>
a { background-color: #E77EEF; }
a { background-color: rgb(231,126,239); }
div.DivClassName
{
background-color: #E77EEF;
}
.BgClassName
{
background-color: #E77EEF;
}
</style>
border-color css
<style>
span { border-color: #E77EEF; }
span { border-color: rgb(231,126,239); }
td.TdClassName
{
border-color: #E77EEF;
}
.TagClassName
{
border-color: #E77EEF;
}
</style>