Shades of Violet #E973EF
Tints of Violet #E973EF
RGB
CMYK
RGB Variations
Color information
#E973EF (or 0xE973EF) is known color: Violet. HEX triplet: E9, 73 and EF. RGB value is (233,115,239). Sum of RGB (Red+Green+Blue) = 233+115+239=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 115 (45.31% from 255 or 19.59% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #E973EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E973EF is #168C10. Grayscale: #A4A4A4. Windows color (decimal): -1477649 or 15692777. OLE color: 15692777.
HSL color Cylindrical-coordinate representation of color #E973EF: hue angle of 297.1º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E973EF is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 115 | 239 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.06 |
| HSL | 297.1º | 0.79% | 0.69% | - |
| HSV(B) | 297.1º | 0.52% | 0.94% | - |
| XYZ | 55.31 | 35.82 | 85.66 | - |
| YUV | 164.42 | 170.09 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 239 | 0.03 | 0.52 | 0 | 0.06 | 297.1 | 0.79 | 0.69 |
| Hex | E9 | 73 | EF | 3 | 34 | 0 | 6 | 129 | 4F | 45 |
| Octal | 351 | 163 | 357 | 3 | 64 | 0 | 6 | 451 | 117 | 105 |
| Binary | 11101001 | 1110011 | 11101111 | 11 | 110100 | 0 | 110 | 100101001 | 1001111 | 1000101 |
Color Harmonies of #E973EF
Complementary color
Monochromatic Colors of #E973EF
Black with #E973EF
Text Example
Text Example
White with #E973EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973EF; }
p { color: rgb(233,115,239); }
H1.HeaderClassName
{
color: #E973EF;
}
.AnyTagClassName
{
color: #E973EF;
}
</style>
background-color css
<style>
a { background-color: #E973EF; }
a { background-color: rgb(233,115,239); }
div.DivClassName
{
background-color: #E973EF;
}
.BgClassName
{
background-color: #E973EF;
}
</style>
border-color css
<style>
span { border-color: #E973EF; }
span { border-color: rgb(233,115,239); }
td.TdClassName
{
border-color: #E973EF;
}
.TagClassName
{
border-color: #E973EF;
}
</style>