Shades of Violet #E97EDF
Tints of Violet #E97EDF
RGB
CMYK
RGB Variations
Color information
#E97EDF (or 0xE97EDF) is known color: Violet. HEX triplet: E9, 7E and DF. RGB value is (233,126,223). Sum of RGB (Red+Green+Blue) = 233+126+223=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 126 (49.61% from 255 or 21.65% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 233 - color contains mainly: red. Hex color #E97EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97EDF is #168120. Grayscale: #A8A8A8. Windows color (decimal): -1474849 or 14647017. OLE color: 14647017.
HSL color Cylindrical-coordinate representation of color #E97EDF: hue angle of 305.61º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E97EDF is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 126 | 223 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.09 |
| HSL | 305.61º | 0.71% | 0.7% | - |
| HSV(B) | 305.61º | 0.46% | 0.91% | - |
| XYZ | 54.38 | 37.57 | 74.2 | - |
| YUV | 169.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 126 | 223 | 0 | 0.46 | 0.04 | 0.09 | 305.61 | 0.71 | 0.7 |
| Hex | E9 | 7E | DF | 0 | 2E | 4 | 9 | 132 | 47 | 46 |
| Octal | 351 | 176 | 337 | 0 | 56 | 4 | 11 | 462 | 107 | 106 |
| Binary | 11101001 | 1111110 | 11011111 | 0 | 101110 | 100 | 1001 | 100110010 | 1000111 | 1000110 |
Color Harmonies of #E97EDF
Complementary color
Monochromatic Colors of #E97EDF
Black with #E97EDF
Text Example
Text Example
White with #E97EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97EDF; }
p { color: rgb(233,126,223); }
H1.HeaderClassName
{
color: #E97EDF;
}
.AnyTagClassName
{
color: #E97EDF;
}
</style>
background-color css
<style>
a { background-color: #E97EDF; }
a { background-color: rgb(233,126,223); }
div.DivClassName
{
background-color: #E97EDF;
}
.BgClassName
{
background-color: #E97EDF;
}
</style>
border-color css
<style>
span { border-color: #E97EDF; }
span { border-color: rgb(233,126,223); }
td.TdClassName
{
border-color: #E97EDF;
}
.TagClassName
{
border-color: #E97EDF;
}
</style>