Shades of Violet #EF84F1
Tints of Violet #EF84F1
RGB
CMYK
RGB Variations
Color information
#EF84F1 (or 0xEF84F1) is known color: Violet. HEX triplet: EF, 84 and F1. RGB value is (239,132,241). Sum of RGB (Red+Green+Blue) = 239+132+241=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 132 (51.95% from 255 or 21.57% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF84F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF84F1 is #107B0E. Grayscale: #B0B0B0. Windows color (decimal): -1080079 or 15828207. OLE color: 15828207.
HSL color Cylindrical-coordinate representation of color #EF84F1: hue angle of 298.9º degrees, saturation: 0.8, 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 #EF84F1 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 132 | 241 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.05 |
| HSL | 298.9º | 0.8% | 0.73% | - |
| HSV(B) | 298.9º | 0.45% | 0.95% | - |
| XYZ | 59.73 | 41.2 | 88.02 | - |
| YUV | 176.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 241 | 0.01 | 0.45 | 0 | 0.05 | 298.9 | 0.8 | 0.73 |
| Hex | EF | 84 | F1 | 1 | 2D | 0 | 5 | 12B | 50 | 49 |
| Octal | 357 | 204 | 361 | 1 | 55 | 0 | 5 | 453 | 120 | 111 |
| Binary | 11101111 | 10000100 | 11110001 | 1 | 101101 | 0 | 101 | 100101011 | 1010000 | 1001001 |
Color Harmonies of #EF84F1
Complementary color
Monochromatic Colors of #EF84F1
Black with #EF84F1
Text Example
Text Example
White with #EF84F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF84F1; }
p { color: rgb(239,132,241); }
H1.HeaderClassName
{
color: #EF84F1;
}
.AnyTagClassName
{
color: #EF84F1;
}
</style>
background-color css
<style>
a { background-color: #EF84F1; }
a { background-color: rgb(239,132,241); }
div.DivClassName
{
background-color: #EF84F1;
}
.BgClassName
{
background-color: #EF84F1;
}
</style>
border-color css
<style>
span { border-color: #EF84F1; }
span { border-color: rgb(239,132,241); }
td.TdClassName
{
border-color: #EF84F1;
}
.TagClassName
{
border-color: #EF84F1;
}
</style>