Shades of Violet #E984EC
Tints of Violet #E984EC
RGB
CMYK
RGB Variations
Color information
#E984EC (or 0xE984EC) is known color: Violet. HEX triplet: E9, 84 and EC. RGB value is (233,132,236). Sum of RGB (Red+Green+Blue) = 233+132+236=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 132 (51.95% from 255 or 21.96% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #E984EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E984EC is #167B13. Grayscale: #ADADAD. Windows color (decimal): -1473300 or 15500521. OLE color: 15500521.
HSL color Cylindrical-coordinate representation of color #E984EC: hue angle of 298.27º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E984EC is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 132 | 236 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.07 |
| HSL | 298.27º | 0.73% | 0.72% | - |
| HSV(B) | 298.27º | 0.44% | 0.93% | - |
| XYZ | 57 | 39.88 | 84.05 | - |
| YUV | 174.06 | 162.96 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 132 | 236 | 0.01 | 0.44 | 0 | 0.07 | 298.27 | 0.73 | 0.72 |
| Hex | E9 | 84 | EC | 1 | 2C | 0 | 7 | 12A | 49 | 48 |
| Octal | 351 | 204 | 354 | 1 | 54 | 0 | 7 | 452 | 111 | 110 |
| Binary | 11101001 | 10000100 | 11101100 | 1 | 101100 | 0 | 111 | 100101010 | 1001001 | 1001000 |
Color Harmonies of #E984EC
Complementary color
Monochromatic Colors of #E984EC
Black with #E984EC
Text Example
Text Example
White with #E984EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E984EC; }
p { color: rgb(233,132,236); }
H1.HeaderClassName
{
color: #E984EC;
}
.AnyTagClassName
{
color: #E984EC;
}
</style>
background-color css
<style>
a { background-color: #E984EC; }
a { background-color: rgb(233,132,236); }
div.DivClassName
{
background-color: #E984EC;
}
.BgClassName
{
background-color: #E984EC;
}
</style>
border-color css
<style>
span { border-color: #E984EC; }
span { border-color: rgb(233,132,236); }
td.TdClassName
{
border-color: #E984EC;
}
.TagClassName
{
border-color: #E984EC;
}
</style>