Shades of Violet #EF80F2
Tints of Violet #EF80F2
RGB
CMYK
RGB Variations
Color information
#EF80F2 (or 0xEF80F2) is known color: Violet. HEX triplet: EF, 80 and F2. RGB value is (239,128,242). Sum of RGB (Red+Green+Blue) = 239+128+242=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 128 (50.39% from 255 or 21.02% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF80F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF80F2 is #107F0D. Grayscale: #ADADAD. Windows color (decimal): -1081102 or 15892719. OLE color: 15892719.
HSL color Cylindrical-coordinate representation of color #EF80F2: hue angle of 298.42º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF80F2 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 128 | 242 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.05 |
| HSL | 298.42º | 0.81% | 0.73% | - |
| HSV(B) | 298.42º | 0.47% | 0.95% | - |
| XYZ | 59.34 | 40.2 | 88.64 | - |
| YUV | 174.19 | 166.27 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 242 | 0.01 | 0.47 | 0 | 0.05 | 298.42 | 0.81 | 0.73 |
| Hex | EF | 80 | F2 | 1 | 2F | 0 | 5 | 12A | 51 | 49 |
| Octal | 357 | 200 | 362 | 1 | 57 | 0 | 5 | 452 | 121 | 111 |
| Binary | 11101111 | 10000000 | 11110010 | 1 | 101111 | 0 | 101 | 100101010 | 1010001 | 1001001 |
Color Harmonies of #EF80F2
Complementary color
Monochromatic Colors of #EF80F2
Black with #EF80F2
Text Example
Text Example
White with #EF80F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80F2; }
p { color: rgb(239,128,242); }
H1.HeaderClassName
{
color: #EF80F2;
}
.AnyTagClassName
{
color: #EF80F2;
}
</style>
background-color css
<style>
a { background-color: #EF80F2; }
a { background-color: rgb(239,128,242); }
div.DivClassName
{
background-color: #EF80F2;
}
.BgClassName
{
background-color: #EF80F2;
}
</style>
border-color css
<style>
span { border-color: #EF80F2; }
span { border-color: rgb(239,128,242); }
td.TdClassName
{
border-color: #EF80F2;
}
.TagClassName
{
border-color: #EF80F2;
}
</style>