Shades of Flamingo #E15C40
Tints of Flamingo #E15C40
RGB
CMYK
RGB Variations
Color information
#E15C40 (or 0xE15C40) is known color: Flamingo. HEX triplet: E1, 5C and 40. RGB value is (225,92,64). Sum of RGB (Red+Green+Blue) = 225+92+64=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15C40 is #1EA3BF. Grayscale: #808080. Windows color (decimal): -2008000 or 4218081. OLE color: 4218081.
HSL color Cylindrical-coordinate representation of color #E15C40: hue angle of 10.43º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E15C40 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 64 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.12 |
| HSL | 10.43º | 0.73% | 0.57% | - |
| HSV(B) | 10.43º | 0.72% | 0.88% | - |
| XYZ | 35.8 | 24.03 | 7.6 | - |
| YUV | 128.58 | 91.56 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 64 | 0 | 0.59 | 0.72 | 0.12 | 10.43 | 0.73 | 0.57 |
| Hex | E1 | 5C | 40 | 0 | 3B | 48 | C | A | 49 | 39 |
| Octal | 341 | 134 | 100 | 0 | 73 | 110 | 14 | 12 | 111 | 71 |
| Binary | 11100001 | 1011100 | 1000000 | 0 | 111011 | 1001000 | 1100 | 1010 | 1001001 | 111001 |
Color Harmonies of #E15C40
Complementary color
Monochromatic Colors of #E15C40
Black with #E15C40
Text Example
Text Example
White with #E15C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C40; }
p { color: rgb(225,92,64); }
H1.HeaderClassName
{
color: #E15C40;
}
.AnyTagClassName
{
color: #E15C40;
}
</style>
background-color css
<style>
a { background-color: #E15C40; }
a { background-color: rgb(225,92,64); }
div.DivClassName
{
background-color: #E15C40;
}
.BgClassName
{
background-color: #E15C40;
}
</style>
border-color css
<style>
span { border-color: #E15C40; }
span { border-color: rgb(225,92,64); }
td.TdClassName
{
border-color: #E15C40;
}
.TagClassName
{
border-color: #E15C40;
}
</style>