Shades of Violet #E974E7
Tints of Violet #E974E7
RGB
CMYK
RGB Variations
Color information
#E974E7 (or 0xE974E7) is known color: Violet. HEX triplet: E9, 74 and E7. RGB value is (233,116,231). Sum of RGB (Red+Green+Blue) = 233+116+231=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 116 (45.70% from 255 or 20% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E974E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E974E7 is #168B18. Grayscale: #A3A3A3. Windows color (decimal): -1477401 or 15168745. OLE color: 15168745.
HSL color Cylindrical-coordinate representation of color #E974E7: hue angle of 301.03º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E974E7 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 116 | 231 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.09 |
| HSL | 301.03º | 0.73% | 0.68% | - |
| HSV(B) | 301.03º | 0.5% | 0.91% | - |
| XYZ | 54.27 | 35.58 | 79.61 | - |
| YUV | 164.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 116 | 231 | 0 | 0.50 | 0.01 | 0.09 | 301.03 | 0.73 | 0.68 |
| Hex | E9 | 74 | E7 | 0 | 32 | 1 | 9 | 12D | 49 | 44 |
| Octal | 351 | 164 | 347 | 0 | 62 | 1 | 11 | 455 | 111 | 104 |
| Binary | 11101001 | 1110100 | 11100111 | 0 | 110010 | 1 | 1001 | 100101101 | 1001001 | 1000100 |
Color Harmonies of #E974E7
Complementary color
Monochromatic Colors of #E974E7
Black with #E974E7
Text Example
Text Example
White with #E974E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E974E7; }
p { color: rgb(233,116,231); }
H1.HeaderClassName
{
color: #E974E7;
}
.AnyTagClassName
{
color: #E974E7;
}
</style>
background-color css
<style>
a { background-color: #E974E7; }
a { background-color: rgb(233,116,231); }
div.DivClassName
{
background-color: #E974E7;
}
.BgClassName
{
background-color: #E974E7;
}
</style>
border-color css
<style>
span { border-color: #E974E7; }
span { border-color: rgb(233,116,231); }
td.TdClassName
{
border-color: #E974E7;
}
.TagClassName
{
border-color: #E974E7;
}
</style>