Shades of Violet #E971EF
Tints of Violet #E971EF
RGB
CMYK
RGB Variations
Color information
#E971EF (or 0xE971EF) is known color: Violet. HEX triplet: E9, 71 and EF. RGB value is (233,113,239). Sum of RGB (Red+Green+Blue) = 233+113+239=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 113 (44.53% from 255 or 19.32% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #E971EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E971EF is #168E10. Grayscale: #A2A2A2. Windows color (decimal): -1478161 or 15692265. OLE color: 15692265.
HSL color Cylindrical-coordinate representation of color #E971EF: hue angle of 297.14º degrees, saturation: 0.8, 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 #E971EF is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 113 | 239 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.06 |
| HSL | 297.14º | 0.8% | 0.69% | - |
| HSV(B) | 297.14º | 0.53% | 0.94% | - |
| XYZ | 55.09 | 35.37 | 85.58 | - |
| YUV | 163.24 | 170.76 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 113 | 239 | 0.03 | 0.53 | 0 | 0.06 | 297.14 | 0.8 | 0.69 |
| Hex | E9 | 71 | EF | 3 | 35 | 0 | 6 | 129 | 50 | 45 |
| Octal | 351 | 161 | 357 | 3 | 65 | 0 | 6 | 451 | 120 | 105 |
| Binary | 11101001 | 1110001 | 11101111 | 11 | 110101 | 0 | 110 | 100101001 | 1010000 | 1000101 |
Color Harmonies of #E971EF
Complementary color
Monochromatic Colors of #E971EF
Black with #E971EF
Text Example
Text Example
White with #E971EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E971EF; }
p { color: rgb(233,113,239); }
H1.HeaderClassName
{
color: #E971EF;
}
.AnyTagClassName
{
color: #E971EF;
}
</style>
background-color css
<style>
a { background-color: #E971EF; }
a { background-color: rgb(233,113,239); }
div.DivClassName
{
background-color: #E971EF;
}
.BgClassName
{
background-color: #E971EF;
}
</style>
border-color css
<style>
span { border-color: #E971EF; }
span { border-color: rgb(233,113,239); }
td.TdClassName
{
border-color: #E971EF;
}
.TagClassName
{
border-color: #E971EF;
}
</style>