Shades of Violet #EE84EC
Tints of Violet #EE84EC
RGB
CMYK
RGB Variations
Color information
#EE84EC (or 0xEE84EC) is known color: Violet. HEX triplet: EE, 84 and EC. RGB value is (238,132,236). Sum of RGB (Red+Green+Blue) = 238+132+236=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 132 (51.95% from 255 or 21.78% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE84EC is #117B13. Grayscale: #AFAFAF. Windows color (decimal): -1145620 or 15500526. OLE color: 15500526.
HSL color Cylindrical-coordinate representation of color #EE84EC: hue angle of 301.13º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE84EC is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 236 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.07 |
| HSL | 301.13º | 0.76% | 0.73% | - |
| HSV(B) | 301.13º | 0.45% | 0.93% | - |
| XYZ | 58.65 | 40.74 | 84.13 | - |
| YUV | 175.55 | 162.12 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 236 | 0 | 0.45 | 0.01 | 0.07 | 301.13 | 0.76 | 0.73 |
| Hex | EE | 84 | EC | 0 | 2D | 1 | 7 | 12D | 4C | 49 |
| Octal | 356 | 204 | 354 | 0 | 55 | 1 | 7 | 455 | 114 | 111 |
| Binary | 11101110 | 10000100 | 11101100 | 0 | 101101 | 1 | 111 | 100101101 | 1001100 | 1001001 |
Color Harmonies of #EE84EC
Complementary color
Monochromatic Colors of #EE84EC
Black with #EE84EC
Text Example
Text Example
White with #EE84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE84EC; }
p { color: rgb(238,132,236); }
H1.HeaderClassName
{
color: #EE84EC;
}
.AnyTagClassName
{
color: #EE84EC;
}
</style>
background-color css
<style>
a { background-color: #EE84EC; }
a { background-color: rgb(238,132,236); }
div.DivClassName
{
background-color: #EE84EC;
}
.BgClassName
{
background-color: #EE84EC;
}
</style>
border-color css
<style>
span { border-color: #EE84EC; }
span { border-color: rgb(238,132,236); }
td.TdClassName
{
border-color: #EE84EC;
}
.TagClassName
{
border-color: #EE84EC;
}
</style>