Shades of Violet #EF84F2
Tints of Violet #EF84F2
RGB
CMYK
RGB Variations
Color information
#EF84F2 (or 0xEF84F2) is known color: Violet. HEX triplet: EF, 84 and F2. RGB value is (239,132,242). Sum of RGB (Red+Green+Blue) = 239+132+242=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 132 (51.95% from 255 or 21.53% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF84F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF84F2 is #107B0D. Grayscale: #B0B0B0. Windows color (decimal): -1080078 or 15893743. OLE color: 15893743.
HSL color Cylindrical-coordinate representation of color #EF84F2: hue angle of 298.36º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF84F2 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 132 | 242 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.05 |
| HSL | 298.36º | 0.81% | 0.73% | - |
| HSV(B) | 298.36º | 0.45% | 0.95% | - |
| XYZ | 59.87 | 41.26 | 88.81 | - |
| YUV | 176.53 | 164.95 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 242 | 0.01 | 0.45 | 0 | 0.05 | 298.36 | 0.81 | 0.73 |
| Hex | EF | 84 | F2 | 1 | 2D | 0 | 5 | 12A | 51 | 49 |
| Octal | 357 | 204 | 362 | 1 | 55 | 0 | 5 | 452 | 121 | 111 |
| Binary | 11101111 | 10000100 | 11110010 | 1 | 101101 | 0 | 101 | 100101010 | 1010001 | 1001001 |
Color Harmonies of #EF84F2
Complementary color
Monochromatic Colors of #EF84F2
Black with #EF84F2
Text Example
Text Example
White with #EF84F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF84F2; }
p { color: rgb(239,132,242); }
H1.HeaderClassName
{
color: #EF84F2;
}
.AnyTagClassName
{
color: #EF84F2;
}
</style>
background-color css
<style>
a { background-color: #EF84F2; }
a { background-color: rgb(239,132,242); }
div.DivClassName
{
background-color: #EF84F2;
}
.BgClassName
{
background-color: #EF84F2;
}
</style>
border-color css
<style>
span { border-color: #EF84F2; }
span { border-color: rgb(239,132,242); }
td.TdClassName
{
border-color: #EF84F2;
}
.TagClassName
{
border-color: #EF84F2;
}
</style>