Shades of Flamingo #EC674A
Tints of Flamingo #EC674A
RGB
CMYK
RGB Variations
Color information
#EC674A (or 0xEC674A) is known color: Flamingo. HEX triplet: EC, 67 and 4A. RGB value is (236,103,74). Sum of RGB (Red+Green+Blue) = 236+103+74=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC674A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC674A is #1398B5. Grayscale: #8B8B8B. Windows color (decimal): -1284278 or 4876268. OLE color: 4876268.
HSL color Cylindrical-coordinate representation of color #EC674A: hue angle of 10.74º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC674A is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 74 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.07 |
| HSL | 10.74º | 0.81% | 0.61% | - |
| HSV(B) | 10.74º | 0.69% | 0.93% | - |
| XYZ | 40.68 | 28.03 | 9.74 | - |
| YUV | 139.46 | 91.06 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 74 | 0 | 0.56 | 0.69 | 0.07 | 10.74 | 0.81 | 0.61 |
| Hex | EC | 67 | 4A | 0 | 38 | 45 | 7 | B | 51 | 3D |
| Octal | 354 | 147 | 112 | 0 | 70 | 105 | 7 | 13 | 121 | 75 |
| Binary | 11101100 | 1100111 | 1001010 | 0 | 111000 | 1000101 | 111 | 1011 | 1010001 | 111101 |
Color Harmonies of #EC674A
Complementary color
Monochromatic Colors of #EC674A
Black with #EC674A
Text Example
Text Example
White with #EC674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC674A; }
p { color: rgb(236,103,74); }
H1.HeaderClassName
{
color: #EC674A;
}
.AnyTagClassName
{
color: #EC674A;
}
</style>
background-color css
<style>
a { background-color: #EC674A; }
a { background-color: rgb(236,103,74); }
div.DivClassName
{
background-color: #EC674A;
}
.BgClassName
{
background-color: #EC674A;
}
</style>
border-color css
<style>
span { border-color: #EC674A; }
span { border-color: rgb(236,103,74); }
td.TdClassName
{
border-color: #EC674A;
}
.TagClassName
{
border-color: #EC674A;
}
</style>