Shades of Violet #E984ED
Tints of Violet #E984ED
RGB
CMYK
RGB Variations
Color information
#E984ED (or 0xE984ED) is known color: Violet. HEX triplet: E9, 84 and ED. RGB value is (233,132,237). Sum of RGB (Red+Green+Blue) = 233+132+237=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 132 (51.95% from 255 or 21.93% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #E984ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E984ED is #167B12. Grayscale: #ADADAD. Windows color (decimal): -1473299 or 15566057. OLE color: 15566057.
HSL color Cylindrical-coordinate representation of color #E984ED: hue angle of 297.71º degrees, saturation: 0.74, 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 #E984ED is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 132 | 237 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.07 |
| HSL | 297.71º | 0.74% | 0.72% | - |
| HSV(B) | 297.71º | 0.44% | 0.93% | - |
| XYZ | 57.14 | 39.94 | 84.82 | - |
| YUV | 174.17 | 163.46 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 132 | 237 | 0.02 | 0.44 | 0 | 0.07 | 297.71 | 0.74 | 0.72 |
| Hex | E9 | 84 | ED | 2 | 2C | 0 | 7 | 12A | 4A | 48 |
| Octal | 351 | 204 | 355 | 2 | 54 | 0 | 7 | 452 | 112 | 110 |
| Binary | 11101001 | 10000100 | 11101101 | 10 | 101100 | 0 | 111 | 100101010 | 1001010 | 1001000 |
Color Harmonies of #E984ED
Complementary color
Monochromatic Colors of #E984ED
Black with #E984ED
Text Example
Text Example
White with #E984ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E984ED; }
p { color: rgb(233,132,237); }
H1.HeaderClassName
{
color: #E984ED;
}
.AnyTagClassName
{
color: #E984ED;
}
</style>
background-color css
<style>
a { background-color: #E984ED; }
a { background-color: rgb(233,132,237); }
div.DivClassName
{
background-color: #E984ED;
}
.BgClassName
{
background-color: #E984ED;
}
</style>
border-color css
<style>
span { border-color: #E984ED; }
span { border-color: rgb(233,132,237); }
td.TdClassName
{
border-color: #E984ED;
}
.TagClassName
{
border-color: #E984ED;
}
</style>