Shades of Violet #EF80FF
Tints of Violet #EF80FF
RGB
CMYK
RGB Variations
Color information
#EF80FF (or 0xEF80FF) is known color: Violet. HEX triplet: EF, 80 and FF. RGB value is (239,128,255). Sum of RGB (Red+Green+Blue) = 239+128+255=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 128 (50.39% from 255 or 20.58% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF80FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF80FF is #107F00. Grayscale: #AFAFAF. Windows color (decimal): -1081089 or 16744687. OLE color: 16744687.
HSL color Cylindrical-coordinate representation of color #EF80FF: hue angle of 292.44º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF80FF is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 128 | 255 | - |
| CMYK | 0.06 | 0.50 | 0 | 0 |
| HSL | 292.44º | 1% | 0.75% | - |
| HSV(B) | 292.44º | 0.5% | 1% | - |
| XYZ | 61.37 | 41.01 | 99.29 | - |
| YUV | 175.67 | 172.77 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 255 | 0.06 | 0.50 | 0 | 0 | 292.44 | 1 | 0.75 |
| Hex | EF | 80 | FF | 6 | 32 | 0 | 0 | 124 | 64 | 4B |
| Octal | 357 | 200 | 377 | 6 | 62 | 0 | 0 | 444 | 144 | 113 |
| Binary | 11101111 | 10000000 | 11111111 | 110 | 110010 | 0 | 0 | 100100100 | 1100100 | 1001011 |
Color Harmonies of #EF80FF
Complementary color
Monochromatic Colors of #EF80FF
Black with #EF80FF
Text Example
Text Example
White with #EF80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80FF; }
p { color: rgb(239,128,255); }
H1.HeaderClassName
{
color: #EF80FF;
}
.AnyTagClassName
{
color: #EF80FF;
}
</style>
background-color css
<style>
a { background-color: #EF80FF; }
a { background-color: rgb(239,128,255); }
div.DivClassName
{
background-color: #EF80FF;
}
.BgClassName
{
background-color: #EF80FF;
}
</style>
border-color css
<style>
span { border-color: #EF80FF; }
span { border-color: rgb(239,128,255); }
td.TdClassName
{
border-color: #EF80FF;
}
.TagClassName
{
border-color: #EF80FF;
}
</style>