Shades of Violet #E971F0
Tints of Violet #E971F0
RGB
CMYK
RGB Variations
Color information
#E971F0 (or 0xE971F0) is known color: Violet. HEX triplet: E9, 71 and F0. RGB value is (233,113,240). Sum of RGB (Red+Green+Blue) = 233+113+240=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 113 (44.53% from 255 or 19.28% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #E971F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E971F0 is #168E0F. Grayscale: #A2A2A2. Windows color (decimal): -1478160 or 15757801. OLE color: 15757801.
HSL color Cylindrical-coordinate representation of color #E971F0: hue angle of 296.69º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E971F0 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 113 | 240 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.06 |
| HSL | 296.69º | 0.81% | 0.69% | - |
| HSV(B) | 296.69º | 0.53% | 0.94% | - |
| XYZ | 55.24 | 35.43 | 86.36 | - |
| YUV | 163.36 | 171.26 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 113 | 240 | 0.03 | 0.53 | 0 | 0.06 | 296.69 | 0.81 | 0.69 |
| Hex | E9 | 71 | F0 | 3 | 35 | 0 | 6 | 129 | 51 | 45 |
| Octal | 351 | 161 | 360 | 3 | 65 | 0 | 6 | 451 | 121 | 105 |
| Binary | 11101001 | 1110001 | 11110000 | 11 | 110101 | 0 | 110 | 100101001 | 1010001 | 1000101 |
Color Harmonies of #E971F0
Complementary color
Monochromatic Colors of #E971F0
Black with #E971F0
Text Example
Text Example
White with #E971F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E971F0; }
p { color: rgb(233,113,240); }
H1.HeaderClassName
{
color: #E971F0;
}
.AnyTagClassName
{
color: #E971F0;
}
</style>
background-color css
<style>
a { background-color: #E971F0; }
a { background-color: rgb(233,113,240); }
div.DivClassName
{
background-color: #E971F0;
}
.BgClassName
{
background-color: #E971F0;
}
</style>
border-color css
<style>
span { border-color: #E971F0; }
span { border-color: rgb(233,113,240); }
td.TdClassName
{
border-color: #E971F0;
}
.TagClassName
{
border-color: #E971F0;
}
</style>