#E0206E (or 0xE0206E) is unknown color: approx Ruby. HEX triplet: E0, 20 and 6E. RGB value is (224,32,110). Sum of RGB (Red+Green+Blue) = 224+32+110=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E0206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0206E is #1FDF91. Grayscale: #626262. Windows color (decimal): -2088850 or 7217376. OLE color: 7217376.
HSL color Cylindrical-coordinate representation of color #E0206E: hue angle of 335.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0206E is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.12.
<style> p { color: #E0206E; } p { color: rgb(224,32,110); } H1.HeaderClassName { color: #E0206E; } .AnyTagClassName { color: #E0206E; } </style>
<style> a { background-color: #E0206E; } a { background-color: rgb(224,32,110); } div.DivClassName { background-color: #E0206E; } .BgClassName { background-color: #E0206E; } </style>
<style> span { border-color: #E0206E; } span { border-color: rgb(224,32,110); } td.TdClassName { border-color: #E0206E; } .TagClassName { border-color: #E0206E; } </style>