Shades of Violet #E973F4
Tints of Violet #E973F4
RGB
CMYK
RGB Variations
Color information
#E973F4 (or 0xE973F4) is known color: Violet. HEX triplet: E9, 73 and F4. RGB value is (233,115,244). Sum of RGB (Red+Green+Blue) = 233+115+244=592 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.36% from 592); Green value is 115 (45.31% from 255 or 19.43% from 592); Blue value is 244 (95.70% from 255 or 41.22% from 592); Max value from RGB is 244 - color contains mainly: blue. Hex color #E973F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E973F4 is #168C0B. Grayscale: #A4A4A4. Windows color (decimal): -1477644 or 16020457. OLE color: 16020457.
HSL color Cylindrical-coordinate representation of color #E973F4: hue angle of 294.88º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E973F4 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 115 | 244 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.04 |
| HSL | 294.88º | 0.85% | 0.7% | - |
| HSV(B) | 294.88º | 0.53% | 0.96% | - |
| XYZ | 56.06 | 36.12 | 89.6 | - |
| YUV | 164.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 244 | 0.05 | 0.53 | 0 | 0.04 | 294.88 | 0.85 | 0.7 |
| Hex | E9 | 73 | F4 | 5 | 35 | 0 | 4 | 127 | 55 | 46 |
| Octal | 351 | 163 | 364 | 5 | 65 | 0 | 4 | 447 | 125 | 106 |
| Binary | 11101001 | 1110011 | 11110100 | 101 | 110101 | 0 | 100 | 100100111 | 1010101 | 1000110 |
Color Harmonies of #E973F4
Complementary color
Monochromatic Colors of #E973F4
Black with #E973F4
Text Example
Text Example
White with #E973F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973F4; }
p { color: rgb(233,115,244); }
H1.HeaderClassName
{
color: #E973F4;
}
.AnyTagClassName
{
color: #E973F4;
}
</style>
background-color css
<style>
a { background-color: #E973F4; }
a { background-color: rgb(233,115,244); }
div.DivClassName
{
background-color: #E973F4;
}
.BgClassName
{
background-color: #E973F4;
}
</style>
border-color css
<style>
span { border-color: #E973F4; }
span { border-color: rgb(233,115,244); }
td.TdClassName
{
border-color: #E973F4;
}
.TagClassName
{
border-color: #E973F4;
}
</style>