Shades of Flamingo #EC6748
Tints of Flamingo #EC6748
RGB
CMYK
RGB Variations
Color information
#EC6748 (or 0xEC6748) is known color: Flamingo. HEX triplet: EC, 67 and 48. RGB value is (236,103,72). Sum of RGB (Red+Green+Blue) = 236+103+72=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6748 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6748 is #1398B7. Grayscale: #8B8B8B. Windows color (decimal): -1284280 or 4745196. OLE color: 4745196.
HSL color Cylindrical-coordinate representation of color #EC6748: hue angle of 11.34º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC6748 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 72 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.07 |
| HSL | 11.34º | 0.81% | 0.6% | - |
| HSV(B) | 11.34º | 0.69% | 0.93% | - |
| XYZ | 40.61 | 28 | 9.4 | - |
| YUV | 139.23 | 90.06 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 72 | 0 | 0.56 | 0.69 | 0.07 | 11.34 | 0.81 | 0.6 |
| Hex | EC | 67 | 48 | 0 | 38 | 45 | 7 | B | 51 | 3C |
| Octal | 354 | 147 | 110 | 0 | 70 | 105 | 7 | 13 | 121 | 74 |
| Binary | 11101100 | 1100111 | 1001000 | 0 | 111000 | 1000101 | 111 | 1011 | 1010001 | 111100 |
Color Harmonies of #EC6748
Complementary color
Monochromatic Colors of #EC6748
Black with #EC6748
Text Example
Text Example
White with #EC6748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6748; }
p { color: rgb(236,103,72); }
H1.HeaderClassName
{
color: #EC6748;
}
.AnyTagClassName
{
color: #EC6748;
}
</style>
background-color css
<style>
a { background-color: #EC6748; }
a { background-color: rgb(236,103,72); }
div.DivClassName
{
background-color: #EC6748;
}
.BgClassName
{
background-color: #EC6748;
}
</style>
border-color css
<style>
span { border-color: #EC6748; }
span { border-color: rgb(236,103,72); }
td.TdClassName
{
border-color: #EC6748;
}
.TagClassName
{
border-color: #EC6748;
}
</style>