Shades of Violet #E970ED
Tints of Violet #E970ED
RGB
CMYK
RGB Variations
Color information
#E970ED (or 0xE970ED) is known color: Violet. HEX triplet: E9, 70 and ED. RGB value is (233,112,237). Sum of RGB (Red+Green+Blue) = 233+112+237=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 112 (44.14% from 255 or 19.24% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #E970ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E970ED is #168F12. Grayscale: #A2A2A2. Windows color (decimal): -1478419 or 15560937. OLE color: 15560937.
HSL color Cylindrical-coordinate representation of color #E970ED: hue angle of 298.08º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E970ED is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 112 | 237 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.07 |
| HSL | 298.08º | 0.78% | 0.68% | - |
| HSV(B) | 298.08º | 0.53% | 0.93% | - |
| XYZ | 54.68 | 35.03 | 84 | - |
| YUV | 162.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 237 | 0.02 | 0.53 | 0 | 0.07 | 298.08 | 0.78 | 0.68 |
| Hex | E9 | 70 | ED | 2 | 35 | 0 | 7 | 12A | 4E | 44 |
| Octal | 351 | 160 | 355 | 2 | 65 | 0 | 7 | 452 | 116 | 104 |
| Binary | 11101001 | 1110000 | 11101101 | 10 | 110101 | 0 | 111 | 100101010 | 1001110 | 1000100 |
Color Harmonies of #E970ED
Complementary color
Monochromatic Colors of #E970ED
Black with #E970ED
Text Example
Text Example
White with #E970ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E970ED; }
p { color: rgb(233,112,237); }
H1.HeaderClassName
{
color: #E970ED;
}
.AnyTagClassName
{
color: #E970ED;
}
</style>
background-color css
<style>
a { background-color: #E970ED; }
a { background-color: rgb(233,112,237); }
div.DivClassName
{
background-color: #E970ED;
}
.BgClassName
{
background-color: #E970ED;
}
</style>
border-color css
<style>
span { border-color: #E970ED; }
span { border-color: rgb(233,112,237); }
td.TdClassName
{
border-color: #E970ED;
}
.TagClassName
{
border-color: #E970ED;
}
</style>