Shades of Violet #E970E7
Tints of Violet #E970E7
RGB
CMYK
RGB Variations
Color information
#E970E7 (or 0xE970E7) is known color: Violet. HEX triplet: E9, 70 and E7. RGB value is (233,112,231). Sum of RGB (Red+Green+Blue) = 233+112+231=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E970E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E970E7 is #168F18. Grayscale: #A1A1A1. Windows color (decimal): -1478425 or 15167721. OLE color: 15167721.
HSL color Cylindrical-coordinate representation of color #E970E7: hue angle of 300.99º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E970E7 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 231 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.09 |
| HSL | 300.99º | 0.73% | 0.68% | - |
| HSV(B) | 300.99º | 0.52% | 0.91% | - |
| XYZ | 53.82 | 34.68 | 79.46 | - |
| YUV | 161.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 231 | 0 | 0.52 | 0.01 | 0.09 | 300.99 | 0.73 | 0.68 |
| Hex | E9 | 70 | E7 | 0 | 34 | 1 | 9 | 12D | 49 | 44 |
| Octal | 351 | 160 | 347 | 0 | 64 | 1 | 11 | 455 | 111 | 104 |
| Binary | 11101001 | 1110000 | 11100111 | 0 | 110100 | 1 | 1001 | 100101101 | 1001001 | 1000100 |
Color Harmonies of #E970E7
Complementary color
Monochromatic Colors of #E970E7
Black with #E970E7
Text Example
Text Example
White with #E970E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E970E7; }
p { color: rgb(233,112,231); }
H1.HeaderClassName
{
color: #E970E7;
}
.AnyTagClassName
{
color: #E970E7;
}
</style>
background-color css
<style>
a { background-color: #E970E7; }
a { background-color: rgb(233,112,231); }
div.DivClassName
{
background-color: #E970E7;
}
.BgClassName
{
background-color: #E970E7;
}
</style>
border-color css
<style>
span { border-color: #E970E7; }
span { border-color: rgb(233,112,231); }
td.TdClassName
{
border-color: #E970E7;
}
.TagClassName
{
border-color: #E970E7;
}
</style>