Shades of Flamingo #EB6544
Tints of Flamingo #EB6544
RGB
CMYK
RGB Variations
Color information
#EB6544 (or 0xEB6544) is known color: Flamingo. HEX triplet: EB, 65 and 44. RGB value is (235,101,68). Sum of RGB (Red+Green+Blue) = 235+101+68=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6544 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6544 is #149ABB. Grayscale: #898989. Windows color (decimal): -1350332 or 4482539. OLE color: 4482539.
HSL color Cylindrical-coordinate representation of color #EB6544: hue angle of 11.86º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB6544 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 101 | 68 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.08 |
| HSL | 11.86º | 0.81% | 0.59% | - |
| HSV(B) | 11.86º | 0.71% | 0.92% | - |
| XYZ | 39.96 | 27.39 | 8.65 | - |
| YUV | 137.3 | 88.89 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 68 | 0 | 0.57 | 0.71 | 0.08 | 11.86 | 0.81 | 0.59 |
| Hex | EB | 65 | 44 | 0 | 39 | 47 | 8 | C | 51 | 3B |
| Octal | 353 | 145 | 104 | 0 | 71 | 107 | 10 | 14 | 121 | 73 |
| Binary | 11101011 | 1100101 | 1000100 | 0 | 111001 | 1000111 | 1000 | 1100 | 1010001 | 111011 |
Color Harmonies of #EB6544
Complementary color
Monochromatic Colors of #EB6544
Black with #EB6544
Text Example
Text Example
White with #EB6544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6544; }
p { color: rgb(235,101,68); }
H1.HeaderClassName
{
color: #EB6544;
}
.AnyTagClassName
{
color: #EB6544;
}
</style>
background-color css
<style>
a { background-color: #EB6544; }
a { background-color: rgb(235,101,68); }
div.DivClassName
{
background-color: #EB6544;
}
.BgClassName
{
background-color: #EB6544;
}
</style>
border-color css
<style>
span { border-color: #EB6544; }
span { border-color: rgb(235,101,68); }
td.TdClassName
{
border-color: #EB6544;
}
.TagClassName
{
border-color: #EB6544;
}
</style>