Shades of Violet #EF83F3
Tints of Violet #EF83F3
RGB
CMYK
RGB Variations
Color information
#EF83F3 (or 0xEF83F3) is known color: Violet. HEX triplet: EF, 83 and F3. RGB value is (239,131,243). Sum of RGB (Red+Green+Blue) = 239+131+243=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 131 (51.56% from 255 or 21.37% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF83F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF83F3 is #107C0C. Grayscale: #AFAFAF. Windows color (decimal): -1080333 or 15959023. OLE color: 15959023.
HSL color Cylindrical-coordinate representation of color #EF83F3: hue angle of 297.86º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF83F3 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 131 | 243 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.05 |
| HSL | 297.86º | 0.82% | 0.73% | - |
| HSV(B) | 297.86º | 0.46% | 0.95% | - |
| XYZ | 59.89 | 41.05 | 89.56 | - |
| YUV | 176.06 | 165.78 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 243 | 0.02 | 0.46 | 0 | 0.05 | 297.86 | 0.82 | 0.73 |
| Hex | EF | 83 | F3 | 2 | 2E | 0 | 5 | 12A | 52 | 49 |
| Octal | 357 | 203 | 363 | 2 | 56 | 0 | 5 | 452 | 122 | 111 |
| Binary | 11101111 | 10000011 | 11110011 | 10 | 101110 | 0 | 101 | 100101010 | 1010010 | 1001001 |
Color Harmonies of #EF83F3
Complementary color
Monochromatic Colors of #EF83F3
Black with #EF83F3
Text Example
Text Example
White with #EF83F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF83F3; }
p { color: rgb(239,131,243); }
H1.HeaderClassName
{
color: #EF83F3;
}
.AnyTagClassName
{
color: #EF83F3;
}
</style>
background-color css
<style>
a { background-color: #EF83F3; }
a { background-color: rgb(239,131,243); }
div.DivClassName
{
background-color: #EF83F3;
}
.BgClassName
{
background-color: #EF83F3;
}
</style>
border-color css
<style>
span { border-color: #EF83F3; }
span { border-color: rgb(239,131,243); }
td.TdClassName
{
border-color: #EF83F3;
}
.TagClassName
{
border-color: #EF83F3;
}
</style>