Shades of Violet #E97CE7
Tints of Violet #E97CE7
RGB
CMYK
RGB Variations
Color information
#E97CE7 (or 0xE97CE7) is known color: Violet. HEX triplet: E9, 7C and E7. RGB value is (233,124,231). Sum of RGB (Red+Green+Blue) = 233+124+231=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 124 (48.83% from 255 or 21.09% from 588); Blue value is 231 (90.62% from 255 or 39.29% from 588); Max value from RGB is 233 - color contains mainly: red. Hex color #E97CE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E97CE7 is #168318. Grayscale: #A8A8A8. Windows color (decimal): -1475353 or 15170793. OLE color: 15170793.
HSL color Cylindrical-coordinate representation of color #E97CE7: hue angle of 301.1º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E97CE7 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 124 | 231 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.09 |
| HSL | 301.1º | 0.71% | 0.7% | - |
| HSV(B) | 301.1º | 0.47% | 0.91% | - |
| XYZ | 55.24 | 37.51 | 79.93 | - |
| YUV | 168.79 | 163.11 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 124 | 231 | 0 | 0.47 | 0.01 | 0.09 | 301.1 | 0.71 | 0.7 |
| Hex | E9 | 7C | E7 | 0 | 2F | 1 | 9 | 12D | 47 | 46 |
| Octal | 351 | 174 | 347 | 0 | 57 | 1 | 11 | 455 | 107 | 106 |
| Binary | 11101001 | 1111100 | 11100111 | 0 | 101111 | 1 | 1001 | 100101101 | 1000111 | 1000110 |
Color Harmonies of #E97CE7
Complementary color
Monochromatic Colors of #E97CE7
Black with #E97CE7
Text Example
Text Example
White with #E97CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97CE7; }
p { color: rgb(233,124,231); }
H1.HeaderClassName
{
color: #E97CE7;
}
.AnyTagClassName
{
color: #E97CE7;
}
</style>
background-color css
<style>
a { background-color: #E97CE7; }
a { background-color: rgb(233,124,231); }
div.DivClassName
{
background-color: #E97CE7;
}
.BgClassName
{
background-color: #E97CE7;
}
</style>
border-color css
<style>
span { border-color: #E97CE7; }
span { border-color: rgb(233,124,231); }
td.TdClassName
{
border-color: #E97CE7;
}
.TagClassName
{
border-color: #E97CE7;
}
</style>