Shades of Violet #E974EE
Tints of Violet #E974EE
RGB
CMYK
RGB Variations
Color information
#E974EE (or 0xE974EE) is known color: Violet. HEX triplet: E9, 74 and EE. RGB value is (233,116,238). Sum of RGB (Red+Green+Blue) = 233+116+238=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 116 (45.70% from 255 or 19.76% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #E974EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E974EE is #168B11. Grayscale: #A4A4A4. Windows color (decimal): -1477394 or 15627497. OLE color: 15627497.
HSL color Cylindrical-coordinate representation of color #E974EE: hue angle of 297.54º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E974EE is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 116 | 238 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.07 |
| HSL | 297.54º | 0.78% | 0.69% | - |
| HSV(B) | 297.54º | 0.51% | 0.93% | - |
| XYZ | 55.28 | 35.99 | 84.92 | - |
| YUV | 164.89 | 169.26 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 116 | 238 | 0.02 | 0.51 | 0 | 0.07 | 297.54 | 0.78 | 0.69 |
| Hex | E9 | 74 | EE | 2 | 33 | 0 | 7 | 12A | 4E | 45 |
| Octal | 351 | 164 | 356 | 2 | 63 | 0 | 7 | 452 | 116 | 105 |
| Binary | 11101001 | 1110100 | 11101110 | 10 | 110011 | 0 | 111 | 100101010 | 1001110 | 1000101 |
Color Harmonies of #E974EE
Complementary color
Monochromatic Colors of #E974EE
Black with #E974EE
Text Example
Text Example
White with #E974EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E974EE; }
p { color: rgb(233,116,238); }
H1.HeaderClassName
{
color: #E974EE;
}
.AnyTagClassName
{
color: #E974EE;
}
</style>
background-color css
<style>
a { background-color: #E974EE; }
a { background-color: rgb(233,116,238); }
div.DivClassName
{
background-color: #E974EE;
}
.BgClassName
{
background-color: #E974EE;
}
</style>
border-color css
<style>
span { border-color: #E974EE; }
span { border-color: rgb(233,116,238); }
td.TdClassName
{
border-color: #E974EE;
}
.TagClassName
{
border-color: #E974EE;
}
</style>