Shades of Violet #EF84EF
Tints of Violet #EF84EF
RGB
CMYK
RGB Variations
Color information
#EF84EF (or 0xEF84EF) is known color: Violet. HEX triplet: EF, 84 and EF. RGB value is (239,132,239). Sum of RGB (Red+Green+Blue) = 239+132+239=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 132 (51.95% from 255 or 21.64% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF84EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF84EF is #107B10. Grayscale: #AFAFAF. Windows color (decimal): -1080081 or 15697135. OLE color: 15697135.
HSL color Cylindrical-coordinate representation of color #EF84EF: hue angle of 300º 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 #EF84EF is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 239 | - |
| CMYK | 0 | 0.45 | 0 | 0.06 |
| HSL | 300º | 0.77% | 0.73% | - |
| HSV(B) | 300º | 0.45% | 0.94% | - |
| XYZ | 59.43 | 41.09 | 86.46 | - |
| YUV | 176.19 | 163.45 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 239 | 0 | 0.45 | 0 | 0.06 | 300 | 0.77 | 0.73 |
| Hex | EF | 84 | EF | 0 | 2D | 0 | 6 | 12C | 4D | 49 |
| Octal | 357 | 204 | 357 | 0 | 55 | 0 | 6 | 454 | 115 | 111 |
| Binary | 11101111 | 10000100 | 11101111 | 0 | 101101 | 0 | 110 | 100101100 | 1001101 | 1001001 |
Color Harmonies of #EF84EF
Complementary color
Monochromatic Colors of #EF84EF
Black with #EF84EF
Text Example
Text Example
White with #EF84EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF84EF; }
p { color: rgb(239,132,239); }
H1.HeaderClassName
{
color: #EF84EF;
}
.AnyTagClassName
{
color: #EF84EF;
}
</style>
background-color css
<style>
a { background-color: #EF84EF; }
a { background-color: rgb(239,132,239); }
div.DivClassName
{
background-color: #EF84EF;
}
.BgClassName
{
background-color: #EF84EF;
}
</style>
border-color css
<style>
span { border-color: #EF84EF; }
span { border-color: rgb(239,132,239); }
td.TdClassName
{
border-color: #EF84EF;
}
.TagClassName
{
border-color: #EF84EF;
}
</style>