Shades of Violet #E972F3
Tints of Violet #E972F3
RGB
CMYK
RGB Variations
Color information
#E972F3 (or 0xE972F3) is known color: Violet. HEX triplet: E9, 72 and F3. RGB value is (233,114,243). Sum of RGB (Red+Green+Blue) = 233+114+243=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 114 (44.92% from 255 or 19.32% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #E972F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E972F3 is #168D0C. Grayscale: #A3A3A3. Windows color (decimal): -1477901 or 15954665. OLE color: 15954665.
HSL color Cylindrical-coordinate representation of color #E972F3: hue angle of 295.35º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E972F3 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 114 | 243 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.05 |
| HSL | 295.35º | 0.84% | 0.7% | - |
| HSV(B) | 295.35º | 0.53% | 0.95% | - |
| XYZ | 55.8 | 35.83 | 88.77 | - |
| YUV | 164.29 | 172.42 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 243 | 0.04 | 0.53 | 0 | 0.05 | 295.35 | 0.84 | 0.7 |
| Hex | E9 | 72 | F3 | 4 | 35 | 0 | 5 | 127 | 54 | 46 |
| Octal | 351 | 162 | 363 | 4 | 65 | 0 | 5 | 447 | 124 | 106 |
| Binary | 11101001 | 1110010 | 11110011 | 100 | 110101 | 0 | 101 | 100100111 | 1010100 | 1000110 |
Color Harmonies of #E972F3
Complementary color
Monochromatic Colors of #E972F3
Black with #E972F3
Text Example
Text Example
White with #E972F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E972F3; }
p { color: rgb(233,114,243); }
H1.HeaderClassName
{
color: #E972F3;
}
.AnyTagClassName
{
color: #E972F3;
}
</style>
background-color css
<style>
a { background-color: #E972F3; }
a { background-color: rgb(233,114,243); }
div.DivClassName
{
background-color: #E972F3;
}
.BgClassName
{
background-color: #E972F3;
}
</style>
border-color css
<style>
span { border-color: #E972F3; }
span { border-color: rgb(233,114,243); }
td.TdClassName
{
border-color: #E972F3;
}
.TagClassName
{
border-color: #E972F3;
}
</style>