Shades of Flamingo #EC6648
Tints of Flamingo #EC6648
RGB
CMYK
RGB Variations
Color information
#EC6648 (or 0xEC6648) is known color: Flamingo. HEX triplet: EC, 66 and 48. RGB value is (236,102,72). Sum of RGB (Red+Green+Blue) = 236+102+72=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6648 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6648 is #1399B7. Grayscale: #8A8A8A. Windows color (decimal): -1284536 or 4744940. OLE color: 4744940.
HSL color Cylindrical-coordinate representation of color #EC6648: hue angle of 10.98º 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 #EC6648 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 72 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.07 |
| HSL | 10.98º | 0.81% | 0.6% | - |
| HSV(B) | 10.98º | 0.69% | 0.93% | - |
| XYZ | 40.51 | 27.8 | 9.36 | - |
| YUV | 138.65 | 90.39 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 72 | 0 | 0.57 | 0.69 | 0.07 | 10.98 | 0.81 | 0.6 |
| Hex | EC | 66 | 48 | 0 | 39 | 45 | 7 | B | 51 | 3C |
| Octal | 354 | 146 | 110 | 0 | 71 | 105 | 7 | 13 | 121 | 74 |
| Binary | 11101100 | 1100110 | 1001000 | 0 | 111001 | 1000101 | 111 | 1011 | 1010001 | 111100 |
Color Harmonies of #EC6648
Complementary color
Monochromatic Colors of #EC6648
Black with #EC6648
Text Example
Text Example
White with #EC6648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6648; }
p { color: rgb(236,102,72); }
H1.HeaderClassName
{
color: #EC6648;
}
.AnyTagClassName
{
color: #EC6648;
}
</style>
background-color css
<style>
a { background-color: #EC6648; }
a { background-color: rgb(236,102,72); }
div.DivClassName
{
background-color: #EC6648;
}
.BgClassName
{
background-color: #EC6648;
}
</style>
border-color css
<style>
span { border-color: #EC6648; }
span { border-color: rgb(236,102,72); }
td.TdClassName
{
border-color: #EC6648;
}
.TagClassName
{
border-color: #EC6648;
}
</style>