#E31F63 (or 0xE31F63) is unknown color: approx Ruby. HEX triplet: E3, 1F and 63. RGB value is (227,31,99). Sum of RGB (Red+Green+Blue) = 227+31+99=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E31F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E31F63 is #1CE09C. Grayscale: #616161. Windows color (decimal): -1892509 or 6496227. OLE color: 6496227.
HSL color Cylindrical-coordinate representation of color #E31F63: hue angle of 339.18º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E31F63 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.11.
<style> p { color: #e31f63; } p { color: rgb(227,31,99); } H1.HeaderClassName { color: #e31f63; } .AnyTagClassName { color: #e31f63; } </style>
<style> a { background-color: #e31f63; } a { background-color: rgb(227,31,99); } div.DivClassName { background-color: #e31f63; } .BgClassName { background-color: #e31f63; } </style>
<style> span { border-color: #e31f63; } span { border-color: rgb(227,31,99); } td.TdClassName { border-color: #e31f63; } .TagClassName { border-color: #e31f63; } </style>