Shades of Violet #E970EF
Tints of Violet #E970EF
RGB
CMYK
RGB Variations
Color information
#E970EF (or 0xE970EF) is known color: Violet. HEX triplet: E9, 70 and EF. RGB value is (233,112,239). Sum of RGB (Red+Green+Blue) = 233+112+239=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #E970EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E970EF is #168F10. Grayscale: #A2A2A2. Windows color (decimal): -1478417 or 15692009. OLE color: 15692009.
HSL color Cylindrical-coordinate representation of color #E970EF: hue angle of 297.17º 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 #E970EF is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 112 | 239 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.06 |
| HSL | 297.17º | 0.8% | 0.69% | - |
| HSV(B) | 297.17º | 0.53% | 0.94% | - |
| XYZ | 54.98 | 35.14 | 85.55 | - |
| YUV | 162.66 | 171.09 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 239 | 0.03 | 0.53 | 0 | 0.06 | 297.17 | 0.8 | 0.69 |
| Hex | E9 | 70 | EF | 3 | 35 | 0 | 6 | 129 | 50 | 45 |
| Octal | 351 | 160 | 357 | 3 | 65 | 0 | 6 | 451 | 120 | 105 |
| Binary | 11101001 | 1110000 | 11101111 | 11 | 110101 | 0 | 110 | 100101001 | 1010000 | 1000101 |
Color Harmonies of #E970EF
Complementary color
Monochromatic Colors of #E970EF
Black with #E970EF
Text Example
Text Example
White with #E970EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E970EF; }
p { color: rgb(233,112,239); }
H1.HeaderClassName
{
color: #E970EF;
}
.AnyTagClassName
{
color: #E970EF;
}
</style>
background-color css
<style>
a { background-color: #E970EF; }
a { background-color: rgb(233,112,239); }
div.DivClassName
{
background-color: #E970EF;
}
.BgClassName
{
background-color: #E970EF;
}
</style>
border-color css
<style>
span { border-color: #E970EF; }
span { border-color: rgb(233,112,239); }
td.TdClassName
{
border-color: #E970EF;
}
.TagClassName
{
border-color: #E970EF;
}
</style>