Shades of Violet #E972F0
Tints of Violet #E972F0
RGB
CMYK
RGB Variations
Color information
#E972F0 (or 0xE972F0) is known color: Violet. HEX triplet: E9, 72 and F0. RGB value is (233,114,240). Sum of RGB (Red+Green+Blue) = 233+114+240=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 114 (44.92% from 255 or 19.42% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #E972F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E972F0 is #168D0F. Grayscale: #A3A3A3. Windows color (decimal): -1477904 or 15758057. OLE color: 15758057.
HSL color Cylindrical-coordinate representation of color #E972F0: hue angle of 296.67º degrees, saturation: 0.81, 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 #E972F0 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 114 | 240 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.06 |
| HSL | 296.67º | 0.81% | 0.69% | - |
| HSV(B) | 296.67º | 0.53% | 0.94% | - |
| XYZ | 55.35 | 35.65 | 86.4 | - |
| YUV | 163.95 | 170.92 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 240 | 0.03 | 0.52 | 0 | 0.06 | 296.67 | 0.81 | 0.69 |
| Hex | E9 | 72 | F0 | 3 | 34 | 0 | 6 | 129 | 51 | 45 |
| Octal | 351 | 162 | 360 | 3 | 64 | 0 | 6 | 451 | 121 | 105 |
| Binary | 11101001 | 1110010 | 11110000 | 11 | 110100 | 0 | 110 | 100101001 | 1010001 | 1000101 |
Color Harmonies of #E972F0
Complementary color
Monochromatic Colors of #E972F0
Black with #E972F0
Text Example
Text Example
White with #E972F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E972F0; }
p { color: rgb(233,114,240); }
H1.HeaderClassName
{
color: #E972F0;
}
.AnyTagClassName
{
color: #E972F0;
}
</style>
background-color css
<style>
a { background-color: #E972F0; }
a { background-color: rgb(233,114,240); }
div.DivClassName
{
background-color: #E972F0;
}
.BgClassName
{
background-color: #E972F0;
}
</style>
border-color css
<style>
span { border-color: #E972F0; }
span { border-color: rgb(233,114,240); }
td.TdClassName
{
border-color: #E972F0;
}
.TagClassName
{
border-color: #E972F0;
}
</style>