#E00700 (or 0xE00700) is unknown color: approx Red. HEX triplet: E0, 07 and 00. RGB value is (224,7,0). Sum of RGB (Red+Green+Blue) = 224+7+0=231 (30% of max value = 765). Red value is 224 (87.89% from 255 or 96.97% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 224 - color contains mainly: red. Hex color #E00700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00700 is #1FF8FF. Grayscale: #474747. Windows color (decimal): -2095360 or 2016. OLE color: 2016.
HSL color Cylindrical-coordinate representation of color #E00700: hue angle of 1.88º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00700 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.12.
<style> p { color: #E00700; } p { color: rgb(224,7,0); } H1.HeaderClassName { color: #E00700; } .AnyTagClassName { color: #E00700; } </style>
<style> a { background-color: #E00700; } a { background-color: rgb(224,7,0); } div.DivClassName { background-color: #E00700; } .BgClassName { background-color: #E00700; } </style>
<style> span { border-color: #E00700; } span { border-color: rgb(224,7,0); } td.TdClassName { border-color: #E00700; } .TagClassName { border-color: #E00700; } </style>