#E50A7D (or 0xE50A7D) is unknown color: approx Ruby. HEX triplet: E5, 0A and 7D. RGB value is (229,10,125). Sum of RGB (Red+Green+Blue) = 229+10+125=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50A7D is #1AF582. Grayscale: #585858. Windows color (decimal): -1766787 or 8194789. OLE color: 8194789.
HSL color Cylindrical-coordinate representation of color #E50A7D: hue angle of 328.49º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50A7D is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.10.
<style> p { color: #e50a7d; } p { color: rgb(229,10,125); } H1.HeaderClassName { color: #e50a7d; } .AnyTagClassName { color: #e50a7d; } </style>
<style> a { background-color: #e50a7d; } a { background-color: rgb(229,10,125); } div.DivClassName { background-color: #e50a7d; } .BgClassName { background-color: #e50a7d; } </style>
<style> span { border-color: #e50a7d; } span { border-color: rgb(229,10,125); } td.TdClassName { border-color: #e50a7d; } .TagClassName { border-color: #e50a7d; } </style>