Shades of Violet #E976E7
Tints of Violet #E976E7
RGB
CMYK
RGB Variations
Color information
#E976E7 (or 0xE976E7) is known color: Violet. HEX triplet: E9, 76 and E7. RGB value is (233,118,231). Sum of RGB (Red+Green+Blue) = 233+118+231=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 118 (46.48% from 255 or 20.27% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 233 - color contains mainly: red. Hex color #E976E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E976E7 is #168918. Grayscale: #A4A4A4. Windows color (decimal): -1476889 or 15169257. OLE color: 15169257.
HSL color Cylindrical-coordinate representation of color #E976E7: hue angle of 301.04º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E976E7 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 231 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.09 |
| HSL | 301.04º | 0.72% | 0.69% | - |
| HSV(B) | 301.04º | 0.49% | 0.91% | - |
| XYZ | 54.51 | 36.05 | 79.69 | - |
| YUV | 165.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 231 | 0 | 0.49 | 0.01 | 0.09 | 301.04 | 0.72 | 0.69 |
| Hex | E9 | 76 | E7 | 0 | 31 | 1 | 9 | 12D | 48 | 45 |
| Octal | 351 | 166 | 347 | 0 | 61 | 1 | 11 | 455 | 110 | 105 |
| Binary | 11101001 | 1110110 | 11100111 | 0 | 110001 | 1 | 1001 | 100101101 | 1001000 | 1000101 |
Color Harmonies of #E976E7
Complementary color
Monochromatic Colors of #E976E7
Black with #E976E7
Text Example
Text Example
White with #E976E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E976E7; }
p { color: rgb(233,118,231); }
H1.HeaderClassName
{
color: #E976E7;
}
.AnyTagClassName
{
color: #E976E7;
}
</style>
background-color css
<style>
a { background-color: #E976E7; }
a { background-color: rgb(233,118,231); }
div.DivClassName
{
background-color: #E976E7;
}
.BgClassName
{
background-color: #E976E7;
}
</style>
border-color css
<style>
span { border-color: #E976E7; }
span { border-color: rgb(233,118,231); }
td.TdClassName
{
border-color: #E976E7;
}
.TagClassName
{
border-color: #E976E7;
}
</style>