#EF0F6F (or 0xEF0F6F) is unknown color: approx Ruby. HEX triplet: EF, 0F and 6F. RGB value is (239,15,111). Sum of RGB (Red+Green+Blue) = 239+15+111=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0F6F is #10F090. Grayscale: #5C5C5C. Windows color (decimal): -1110161 or 7278575. OLE color: 7278575.
HSL color Cylindrical-coordinate representation of color #EF0F6F: hue angle of 334.29º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0F6F is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.06.
<style> p { color: #EF0F6F; } p { color: rgb(239,15,111); } H1.HeaderClassName { color: #EF0F6F; } .AnyTagClassName { color: #EF0F6F; } </style>
<style> a { background-color: #EF0F6F; } a { background-color: rgb(239,15,111); } div.DivClassName { background-color: #EF0F6F; } .BgClassName { background-color: #EF0F6F; } </style>
<style> span { border-color: #EF0F6F; } span { border-color: rgb(239,15,111); } td.TdClassName { border-color: #EF0F6F; } .TagClassName { border-color: #EF0F6F; } </style>