Shades of Violet #EF84EC
Tints of Violet #EF84EC
RGB
CMYK
RGB Variations
Color information
#EF84EC (or 0xEF84EC) is known color: Violet. HEX triplet: EF, 84 and EC. RGB value is (239,132,236). Sum of RGB (Red+Green+Blue) = 239+132+236=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 132 (51.95% from 255 or 21.75% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF84EC is #107B13. Grayscale: #AFAFAF. Windows color (decimal): -1080084 or 15500527. OLE color: 15500527.
HSL color Cylindrical-coordinate representation of color #EF84EC: hue angle of 301.68º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF84EC is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 236 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.06 |
| HSL | 301.68º | 0.77% | 0.73% | - |
| HSV(B) | 301.68º | 0.45% | 0.94% | - |
| XYZ | 58.99 | 40.91 | 84.14 | - |
| YUV | 175.85 | 161.95 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 236 | 0 | 0.45 | 0.01 | 0.06 | 301.68 | 0.77 | 0.73 |
| Hex | EF | 84 | EC | 0 | 2D | 1 | 6 | 12E | 4D | 49 |
| Octal | 357 | 204 | 354 | 0 | 55 | 1 | 6 | 456 | 115 | 111 |
| Binary | 11101111 | 10000100 | 11101100 | 0 | 101101 | 1 | 110 | 100101110 | 1001101 | 1001001 |
Color Harmonies of #EF84EC
Complementary color
Monochromatic Colors of #EF84EC
Black with #EF84EC
Text Example
Text Example
White with #EF84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF84EC; }
p { color: rgb(239,132,236); }
H1.HeaderClassName
{
color: #EF84EC;
}
.AnyTagClassName
{
color: #EF84EC;
}
</style>
background-color css
<style>
a { background-color: #EF84EC; }
a { background-color: rgb(239,132,236); }
div.DivClassName
{
background-color: #EF84EC;
}
.BgClassName
{
background-color: #EF84EC;
}
</style>
border-color css
<style>
span { border-color: #EF84EC; }
span { border-color: rgb(239,132,236); }
td.TdClassName
{
border-color: #EF84EC;
}
.TagClassName
{
border-color: #EF84EC;
}
</style>