Shades of Violet #E973E7
Tints of Violet #E973E7
RGB
CMYK
RGB Variations
Color information
#E973E7 (or 0xE973E7) is known color: Violet. HEX triplet: E9, 73 and E7. RGB value is (233,115,231). Sum of RGB (Red+Green+Blue) = 233+115+231=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 115 (45.31% from 255 or 19.86% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 233 - color contains mainly: red. Hex color #E973E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E973E7 is #168C18. Grayscale: #A3A3A3. Windows color (decimal): -1477657 or 15168489. OLE color: 15168489.
HSL color Cylindrical-coordinate representation of color #E973E7: hue angle of 301.02º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E973E7 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 231 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.09 |
| HSL | 301.02º | 0.73% | 0.68% | - |
| HSV(B) | 301.02º | 0.51% | 0.91% | - |
| XYZ | 54.16 | 35.35 | 79.57 | - |
| YUV | 163.51 | 166.09 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 231 | 0 | 0.51 | 0.01 | 0.09 | 301.02 | 0.73 | 0.68 |
| Hex | E9 | 73 | E7 | 0 | 33 | 1 | 9 | 12D | 49 | 44 |
| Octal | 351 | 163 | 347 | 0 | 63 | 1 | 11 | 455 | 111 | 104 |
| Binary | 11101001 | 1110011 | 11100111 | 0 | 110011 | 1 | 1001 | 100101101 | 1001001 | 1000100 |
Color Harmonies of #E973E7
Complementary color
Monochromatic Colors of #E973E7
Black with #E973E7
Text Example
Text Example
White with #E973E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973E7; }
p { color: rgb(233,115,231); }
H1.HeaderClassName
{
color: #E973E7;
}
.AnyTagClassName
{
color: #E973E7;
}
</style>
background-color css
<style>
a { background-color: #E973E7; }
a { background-color: rgb(233,115,231); }
div.DivClassName
{
background-color: #E973E7;
}
.BgClassName
{
background-color: #E973E7;
}
</style>
border-color css
<style>
span { border-color: #E973E7; }
span { border-color: rgb(233,115,231); }
td.TdClassName
{
border-color: #E973E7;
}
.TagClassName
{
border-color: #E973E7;
}
</style>