Shades of Flamingo #E25C49
Tints of Flamingo #E25C49
RGB
CMYK
RGB Variations
Color information
#E25C49 (or 0xE25C49) is known color: Flamingo. HEX triplet: E2, 5C and 49. RGB value is (226,92,73). Sum of RGB (Red+Green+Blue) = 226+92+73=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25C49 is #1DA3B6. Grayscale: #828282. Windows color (decimal): -1942455 or 4807906. OLE color: 4807906.
HSL color Cylindrical-coordinate representation of color #E25C49: hue angle of 7.45º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E25C49 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 73 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.11 |
| HSL | 7.45º | 0.73% | 0.59% | - |
| HSV(B) | 7.45º | 0.68% | 0.89% | - |
| XYZ | 36.39 | 24.3 | 9.08 | - |
| YUV | 129.9 | 95.89 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 73 | 0 | 0.59 | 0.68 | 0.11 | 7.45 | 0.73 | 0.59 |
| Hex | E2 | 5C | 49 | 0 | 3B | 44 | B | 7 | 49 | 3B |
| Octal | 342 | 134 | 111 | 0 | 73 | 104 | 13 | 7 | 111 | 73 |
| Binary | 11100010 | 1011100 | 1001001 | 0 | 111011 | 1000100 | 1011 | 111 | 1001001 | 111011 |
Color Harmonies of #E25C49
Complementary color
Monochromatic Colors of #E25C49
Black with #E25C49
Text Example
Text Example
White with #E25C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25C49; }
p { color: rgb(226,92,73); }
H1.HeaderClassName
{
color: #E25C49;
}
.AnyTagClassName
{
color: #E25C49;
}
</style>
background-color css
<style>
a { background-color: #E25C49; }
a { background-color: rgb(226,92,73); }
div.DivClassName
{
background-color: #E25C49;
}
.BgClassName
{
background-color: #E25C49;
}
</style>
border-color css
<style>
span { border-color: #E25C49; }
span { border-color: rgb(226,92,73); }
td.TdClassName
{
border-color: #E25C49;
}
.TagClassName
{
border-color: #E25C49;
}
</style>