Shades of Violet #EF80F9
Tints of Violet #EF80F9
RGB
CMYK
RGB Variations
Color information
#EF80F9 (or 0xEF80F9) is known color: Violet. HEX triplet: EF, 80 and F9. RGB value is (239,128,249). Sum of RGB (Red+Green+Blue) = 239+128+249=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 128 (50.39% from 255 or 20.78% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF80F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF80F9 is #107F06. Grayscale: #AEAEAE. Windows color (decimal): -1081095 or 16351471. OLE color: 16351471.
HSL color Cylindrical-coordinate representation of color #EF80F9: hue angle of 295.04º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF80F9 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 128 | 249 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.02 |
| HSL | 295.04º | 0.91% | 0.74% | - |
| HSV(B) | 295.04º | 0.49% | 0.98% | - |
| XYZ | 60.41 | 40.63 | 94.28 | - |
| YUV | 174.98 | 169.77 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 249 | 0.04 | 0.49 | 0 | 0.02 | 295.04 | 0.91 | 0.74 |
| Hex | EF | 80 | F9 | 4 | 31 | 0 | 2 | 127 | 5B | 4A |
| Octal | 357 | 200 | 371 | 4 | 61 | 0 | 2 | 447 | 133 | 112 |
| Binary | 11101111 | 10000000 | 11111001 | 100 | 110001 | 0 | 10 | 100100111 | 1011011 | 1001010 |
Color Harmonies of #EF80F9
Complementary color
Monochromatic Colors of #EF80F9
Black with #EF80F9
Text Example
Text Example
White with #EF80F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80F9; }
p { color: rgb(239,128,249); }
H1.HeaderClassName
{
color: #EF80F9;
}
.AnyTagClassName
{
color: #EF80F9;
}
</style>
background-color css
<style>
a { background-color: #EF80F9; }
a { background-color: rgb(239,128,249); }
div.DivClassName
{
background-color: #EF80F9;
}
.BgClassName
{
background-color: #EF80F9;
}
</style>
border-color css
<style>
span { border-color: #EF80F9; }
span { border-color: rgb(239,128,249); }
td.TdClassName
{
border-color: #EF80F9;
}
.TagClassName
{
border-color: #EF80F9;
}
</style>