Shades of Violet #E976E5
Tints of Violet #E976E5
RGB
CMYK
RGB Variations
Color information
#E976E5 (or 0xE976E5) is known color: Violet. HEX triplet: E9, 76 and E5. RGB value is (233,118,229). Sum of RGB (Red+Green+Blue) = 233+118+229=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E976E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976E5 is #16891A. Grayscale: #A4A4A4. Windows color (decimal): -1476891 or 15038185. OLE color: 15038185.
HSL color Cylindrical-coordinate representation of color #E976E5: hue angle of 302.09º 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 #E976E5 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 229 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.09 |
| HSL | 302.09º | 0.72% | 0.69% | - |
| HSV(B) | 302.09º | 0.49% | 0.91% | - |
| XYZ | 54.23 | 35.94 | 78.21 | - |
| YUV | 165.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 229 | 0 | 0.49 | 0.02 | 0.09 | 302.09 | 0.72 | 0.69 |
| Hex | E9 | 76 | E5 | 0 | 31 | 2 | 9 | 12E | 48 | 45 |
| Octal | 351 | 166 | 345 | 0 | 61 | 2 | 11 | 456 | 110 | 105 |
| Binary | 11101001 | 1110110 | 11100101 | 0 | 110001 | 10 | 1001 | 100101110 | 1001000 | 1000101 |
Color Harmonies of #E976E5
Complementary color
Monochromatic Colors of #E976E5
Black with #E976E5
Text Example
Text Example
White with #E976E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E976E5; }
p { color: rgb(233,118,229); }
H1.HeaderClassName
{
color: #E976E5;
}
.AnyTagClassName
{
color: #E976E5;
}
</style>
background-color css
<style>
a { background-color: #E976E5; }
a { background-color: rgb(233,118,229); }
div.DivClassName
{
background-color: #E976E5;
}
.BgClassName
{
background-color: #E976E5;
}
</style>
border-color css
<style>
span { border-color: #E976E5; }
span { border-color: rgb(233,118,229); }
td.TdClassName
{
border-color: #E976E5;
}
.TagClassName
{
border-color: #E976E5;
}
</style>