Shades of Flamingo #E15C44
Tints of Flamingo #E15C44
RGB
CMYK
RGB Variations
Color information
#E15C44 (or 0xE15C44) is known color: Flamingo. HEX triplet: E1, 5C and 44. RGB value is (225,92,68). Sum of RGB (Red+Green+Blue) = 225+92+68=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15C44 is #1EA3BB. Grayscale: #818181. Windows color (decimal): -2007996 or 4480225. OLE color: 4480225.
HSL color Cylindrical-coordinate representation of color #E15C44: hue angle of 9.17º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E15C44 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 68 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.12 |
| HSL | 9.17º | 0.72% | 0.57% | - |
| HSV(B) | 9.17º | 0.7% | 0.88% | - |
| XYZ | 35.92 | 24.08 | 8.22 | - |
| YUV | 129.03 | 93.56 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 68 | 0 | 0.59 | 0.70 | 0.12 | 9.17 | 0.72 | 0.57 |
| Hex | E1 | 5C | 44 | 0 | 3B | 46 | C | 9 | 48 | 39 |
| Octal | 341 | 134 | 104 | 0 | 73 | 106 | 14 | 11 | 110 | 71 |
| Binary | 11100001 | 1011100 | 1000100 | 0 | 111011 | 1000110 | 1100 | 1001 | 1001000 | 111001 |
Color Harmonies of #E15C44
Complementary color
Monochromatic Colors of #E15C44
Black with #E15C44
Text Example
Text Example
White with #E15C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C44; }
p { color: rgb(225,92,68); }
H1.HeaderClassName
{
color: #E15C44;
}
.AnyTagClassName
{
color: #E15C44;
}
</style>
background-color css
<style>
a { background-color: #E15C44; }
a { background-color: rgb(225,92,68); }
div.DivClassName
{
background-color: #E15C44;
}
.BgClassName
{
background-color: #E15C44;
}
</style>
border-color css
<style>
span { border-color: #E15C44; }
span { border-color: rgb(225,92,68); }
td.TdClassName
{
border-color: #E15C44;
}
.TagClassName
{
border-color: #E15C44;
}
</style>