Shades of Flamingo #EB6749
Tints of Flamingo #EB6749
RGB
CMYK
RGB Variations
Color information
#EB6749 (or 0xEB6749) is known color: Flamingo. HEX triplet: EB, 67 and 49. RGB value is (235,103,73). Sum of RGB (Red+Green+Blue) = 235+103+73=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6749 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6749 is #1498B6. Grayscale: #8B8B8B. Windows color (decimal): -1349815 or 4810731. OLE color: 4810731.
HSL color Cylindrical-coordinate representation of color #EB6749: hue angle of 11.11º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB6749 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 103 | 73 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.08 |
| HSL | 11.11º | 0.8% | 0.6% | - |
| HSV(B) | 11.11º | 0.69% | 0.92% | - |
| XYZ | 40.31 | 27.84 | 9.55 | - |
| YUV | 139.05 | 90.73 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 103 | 73 | 0 | 0.56 | 0.69 | 0.08 | 11.11 | 0.8 | 0.6 |
| Hex | EB | 67 | 49 | 0 | 38 | 45 | 8 | B | 50 | 3C |
| Octal | 353 | 147 | 111 | 0 | 70 | 105 | 10 | 13 | 120 | 74 |
| Binary | 11101011 | 1100111 | 1001001 | 0 | 111000 | 1000101 | 1000 | 1011 | 1010000 | 111100 |
Color Harmonies of #EB6749
Complementary color
Monochromatic Colors of #EB6749
Black with #EB6749
Text Example
Text Example
White with #EB6749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6749; }
p { color: rgb(235,103,73); }
H1.HeaderClassName
{
color: #EB6749;
}
.AnyTagClassName
{
color: #EB6749;
}
</style>
background-color css
<style>
a { background-color: #EB6749; }
a { background-color: rgb(235,103,73); }
div.DivClassName
{
background-color: #EB6749;
}
.BgClassName
{
background-color: #EB6749;
}
</style>
border-color css
<style>
span { border-color: #EB6749; }
span { border-color: rgb(235,103,73); }
td.TdClassName
{
border-color: #EB6749;
}
.TagClassName
{
border-color: #EB6749;
}
</style>