Shades of Flamingo #EB5C40
Tints of Flamingo #EB5C40
RGB
CMYK
RGB Variations
Color information
#EB5C40 (or 0xEB5C40) is known color: Flamingo. HEX triplet: EB, 5C and 40. RGB value is (235,92,64). Sum of RGB (Red+Green+Blue) = 235+92+64=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5C40 is #14A3BF. Grayscale: #838383. Windows color (decimal): -1352640 or 4218091. OLE color: 4218091.
HSL color Cylindrical-coordinate representation of color #EB5C40: hue angle of 9.82º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB5C40 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 92 | 64 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.08 |
| HSL | 9.82º | 0.81% | 0.59% | - |
| HSV(B) | 9.82º | 0.73% | 0.92% | - |
| XYZ | 39.01 | 25.69 | 7.75 | - |
| YUV | 131.57 | 89.88 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 92 | 64 | 0 | 0.61 | 0.73 | 0.08 | 9.82 | 0.81 | 0.59 |
| Hex | EB | 5C | 40 | 0 | 3D | 49 | 8 | A | 51 | 3B |
| Octal | 353 | 134 | 100 | 0 | 75 | 111 | 10 | 12 | 121 | 73 |
| Binary | 11101011 | 1011100 | 1000000 | 0 | 111101 | 1001001 | 1000 | 1010 | 1010001 | 111011 |
Color Harmonies of #EB5C40
Complementary color
Monochromatic Colors of #EB5C40
Black with #EB5C40
Text Example
Text Example
White with #EB5C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5C40; }
p { color: rgb(235,92,64); }
H1.HeaderClassName
{
color: #EB5C40;
}
.AnyTagClassName
{
color: #EB5C40;
}
</style>
background-color css
<style>
a { background-color: #EB5C40; }
a { background-color: rgb(235,92,64); }
div.DivClassName
{
background-color: #EB5C40;
}
.BgClassName
{
background-color: #EB5C40;
}
</style>
border-color css
<style>
span { border-color: #EB5C40; }
span { border-color: rgb(235,92,64); }
td.TdClassName
{
border-color: #EB5C40;
}
.TagClassName
{
border-color: #EB5C40;
}
</style>