Shades of Violet #EF84F5
Tints of Violet #EF84F5
RGB
CMYK
RGB Variations
Color information
#EF84F5 (or 0xEF84F5) is known color: Violet. HEX triplet: EF, 84 and F5. RGB value is (239,132,245). Sum of RGB (Red+Green+Blue) = 239+132+245=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 132 (51.95% from 255 or 21.43% from 616); Blue value is 245 (96.09% from 255 or 39.77% from 616); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF84F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF84F5 is #107B0A. Grayscale: #B0B0B0. Windows color (decimal): -1080075 or 16090351. OLE color: 16090351.
HSL color Cylindrical-coordinate representation of color #EF84F5: hue angle of 296.81º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF84F5 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 132 | 245 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.04 |
| HSL | 296.81º | 0.85% | 0.74% | - |
| HSV(B) | 296.81º | 0.46% | 0.96% | - |
| XYZ | 60.33 | 41.45 | 91.21 | - |
| YUV | 176.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 245 | 0.02 | 0.46 | 0 | 0.04 | 296.81 | 0.85 | 0.74 |
| Hex | EF | 84 | F5 | 2 | 2E | 0 | 4 | 129 | 55 | 4A |
| Octal | 357 | 204 | 365 | 2 | 56 | 0 | 4 | 451 | 125 | 112 |
| Binary | 11101111 | 10000100 | 11110101 | 10 | 101110 | 0 | 100 | 100101001 | 1010101 | 1001010 |
Color Harmonies of #EF84F5
Complementary color
Monochromatic Colors of #EF84F5
Black with #EF84F5
Text Example
Text Example
White with #EF84F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF84F5; }
p { color: rgb(239,132,245); }
H1.HeaderClassName
{
color: #EF84F5;
}
.AnyTagClassName
{
color: #EF84F5;
}
</style>
background-color css
<style>
a { background-color: #EF84F5; }
a { background-color: rgb(239,132,245); }
div.DivClassName
{
background-color: #EF84F5;
}
.BgClassName
{
background-color: #EF84F5;
}
</style>
border-color css
<style>
span { border-color: #EF84F5; }
span { border-color: rgb(239,132,245); }
td.TdClassName
{
border-color: #EF84F5;
}
.TagClassName
{
border-color: #EF84F5;
}
</style>