#EF7FFF (or 0xEF7FFF) is unknown color: approx Violet. HEX triplet: EF, 7F and FF. RGB value is (239,127,255). Sum of RGB (Red+Green+Blue) = 239+127+255=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 127 (50% from 255 or 20.45% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF7FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7FFF is #108000. Grayscale: #AEAEAE. Windows color (decimal): -1081345 or 16744431. OLE color: 16744431.
HSL color Cylindrical-coordinate representation of color #EF7FFF: hue angle of 292.5º 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 #EF7FFF is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #ef7fff; } p { color: rgb(239,127,255); } H1.HeaderClassName { color: #ef7fff; } .AnyTagClassName { color: #ef7fff; } </style>
<style> a { background-color: #ef7fff; } a { background-color: rgb(239,127,255); } div.DivClassName { background-color: #ef7fff; } .BgClassName { background-color: #ef7fff; } </style>
<style> span { border-color: #ef7fff; } span { border-color: rgb(239,127,255); } td.TdClassName { border-color: #ef7fff; } .TagClassName { border-color: #ef7fff; } </style>