Shades of Violet #EF84FA
Tints of Violet #EF84FA
RGB
CMYK
RGB Variations
Color information
#EF84FA (or 0xEF84FA) is known color: Violet. HEX triplet: EF, 84 and FA. RGB value is (239,132,250). Sum of RGB (Red+Green+Blue) = 239+132+250=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 132 (51.95% from 255 or 21.26% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF84FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF84FA is #107B05. Grayscale: #B1B1B1. Windows color (decimal): -1080070 or 16418031. OLE color: 16418031.
HSL color Cylindrical-coordinate representation of color #EF84FA: hue angle of 294.41º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF84FA is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 132 | 250 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.02 |
| HSL | 294.41º | 0.92% | 0.75% | - |
| HSV(B) | 294.41º | 0.47% | 0.98% | - |
| XYZ | 61.1 | 41.76 | 95.28 | - |
| YUV | 177.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 250 | 0.04 | 0.47 | 0 | 0.02 | 294.41 | 0.92 | 0.75 |
| Hex | EF | 84 | FA | 4 | 2F | 0 | 2 | 126 | 5C | 4B |
| Octal | 357 | 204 | 372 | 4 | 57 | 0 | 2 | 446 | 134 | 113 |
| Binary | 11101111 | 10000100 | 11111010 | 100 | 101111 | 0 | 10 | 100100110 | 1011100 | 1001011 |
Color Harmonies of #EF84FA
Complementary color
Monochromatic Colors of #EF84FA
Black with #EF84FA
Text Example
Text Example
White with #EF84FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF84FA; }
p { color: rgb(239,132,250); }
H1.HeaderClassName
{
color: #EF84FA;
}
.AnyTagClassName
{
color: #EF84FA;
}
</style>
background-color css
<style>
a { background-color: #EF84FA; }
a { background-color: rgb(239,132,250); }
div.DivClassName
{
background-color: #EF84FA;
}
.BgClassName
{
background-color: #EF84FA;
}
</style>
border-color css
<style>
span { border-color: #EF84FA; }
span { border-color: rgb(239,132,250); }
td.TdClassName
{
border-color: #EF84FA;
}
.TagClassName
{
border-color: #EF84FA;
}
</style>