Shades of Violet #E973EE
Tints of Violet #E973EE
RGB
CMYK
RGB Variations
Color information
#E973EE (or 0xE973EE) is known color: Violet. HEX triplet: E9, 73 and EE. RGB value is (233,115,238). Sum of RGB (Red+Green+Blue) = 233+115+238=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 115 (45.31% from 255 or 19.62% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #E973EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E973EE is #168C11. Grayscale: #A3A3A3. Windows color (decimal): -1477650 or 15627241. OLE color: 15627241.
HSL color Cylindrical-coordinate representation of color #E973EE: hue angle of 297.56º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E973EE is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 115 | 238 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.07 |
| HSL | 297.56º | 0.78% | 0.69% | - |
| HSV(B) | 297.56º | 0.52% | 0.93% | - |
| XYZ | 55.17 | 35.76 | 84.88 | - |
| YUV | 164.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 238 | 0.02 | 0.52 | 0 | 0.07 | 297.56 | 0.78 | 0.69 |
| Hex | E9 | 73 | EE | 2 | 34 | 0 | 7 | 12A | 4E | 45 |
| Octal | 351 | 163 | 356 | 2 | 64 | 0 | 7 | 452 | 116 | 105 |
| Binary | 11101001 | 1110011 | 11101110 | 10 | 110100 | 0 | 111 | 100101010 | 1001110 | 1000101 |
Color Harmonies of #E973EE
Complementary color
Monochromatic Colors of #E973EE
Black with #E973EE
Text Example
Text Example
White with #E973EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973EE; }
p { color: rgb(233,115,238); }
H1.HeaderClassName
{
color: #E973EE;
}
.AnyTagClassName
{
color: #E973EE;
}
</style>
background-color css
<style>
a { background-color: #E973EE; }
a { background-color: rgb(233,115,238); }
div.DivClassName
{
background-color: #E973EE;
}
.BgClassName
{
background-color: #E973EE;
}
</style>
border-color css
<style>
span { border-color: #E973EE; }
span { border-color: rgb(233,115,238); }
td.TdClassName
{
border-color: #E973EE;
}
.TagClassName
{
border-color: #E973EE;
}
</style>