Shades of Flamingo #EC674B
Tints of Flamingo #EC674B
RGB
CMYK
RGB Variations
Color information
#EC674B (or 0xEC674B) is known color: Flamingo. HEX triplet: EC, 67 and 4B. RGB value is (236,103,75). Sum of RGB (Red+Green+Blue) = 236+103+75=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC674B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC674B is #1398B4. Grayscale: #8B8B8B. Windows color (decimal): -1284277 or 4941804. OLE color: 4941804.
HSL color Cylindrical-coordinate representation of color #EC674B: hue angle of 10.43º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC674B is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 75 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.07 |
| HSL | 10.43º | 0.81% | 0.61% | - |
| HSV(B) | 10.43º | 0.68% | 0.93% | - |
| XYZ | 40.71 | 28.04 | 9.92 | - |
| YUV | 139.58 | 91.56 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 75 | 0 | 0.56 | 0.68 | 0.07 | 10.43 | 0.81 | 0.61 |
| Hex | EC | 67 | 4B | 0 | 38 | 44 | 7 | A | 51 | 3D |
| Octal | 354 | 147 | 113 | 0 | 70 | 104 | 7 | 12 | 121 | 75 |
| Binary | 11101100 | 1100111 | 1001011 | 0 | 111000 | 1000100 | 111 | 1010 | 1010001 | 111101 |
Color Harmonies of #EC674B
Complementary color
Monochromatic Colors of #EC674B
Black with #EC674B
Text Example
Text Example
White with #EC674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC674B; }
p { color: rgb(236,103,75); }
H1.HeaderClassName
{
color: #EC674B;
}
.AnyTagClassName
{
color: #EC674B;
}
</style>
background-color css
<style>
a { background-color: #EC674B; }
a { background-color: rgb(236,103,75); }
div.DivClassName
{
background-color: #EC674B;
}
.BgClassName
{
background-color: #EC674B;
}
</style>
border-color css
<style>
span { border-color: #EC674B; }
span { border-color: rgb(236,103,75); }
td.TdClassName
{
border-color: #EC674B;
}
.TagClassName
{
border-color: #EC674B;
}
</style>