#EB2064 (or 0xEB2064) is unknown color: approx Ruby. HEX triplet: EB, 20 and 64. RGB value is (235,32,100). Sum of RGB (Red+Green+Blue) = 235+32+100=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2064 is #14DF9B. Grayscale: #646464. Windows color (decimal): -1367964 or 6562027. OLE color: 6562027.
HSL color Cylindrical-coordinate representation of color #EB2064: hue angle of 339.9º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2064 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.08.
<style> p { color: #EB2064; } p { color: rgb(235,32,100); } H1.HeaderClassName { color: #EB2064; } .AnyTagClassName { color: #EB2064; } </style>
<style> a { background-color: #EB2064; } a { background-color: rgb(235,32,100); } div.DivClassName { background-color: #EB2064; } .BgClassName { background-color: #EB2064; } </style>
<style> span { border-color: #EB2064; } span { border-color: rgb(235,32,100); } td.TdClassName { border-color: #EB2064; } .TagClassName { border-color: #EB2064; } </style>