Shades of Flamingo #EC564B
Tints of Flamingo #EC564B
RGB
CMYK
RGB Variations
Color information
#EC564B (or 0xEC564B) is known color: Flamingo. HEX triplet: EC, 56 and 4B. RGB value is (236,86,75). Sum of RGB (Red+Green+Blue) = 236+86+75=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC564B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC564B is #13A9B4. Grayscale: #818181. Windows color (decimal): -1288629 or 4937452. OLE color: 4937452.
HSL color Cylindrical-coordinate representation of color #EC564B: hue angle of 4.1º 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 #EC564B is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 75 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.07 |
| HSL | 4.1º | 0.81% | 0.61% | - |
| HSV(B) | 4.1º | 0.68% | 0.93% | - |
| XYZ | 39.19 | 25 | 9.42 | - |
| YUV | 129.6 | 97.2 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 75 | 0 | 0.64 | 0.68 | 0.07 | 4.1 | 0.81 | 0.61 |
| Hex | EC | 56 | 4B | 0 | 40 | 44 | 7 | 4 | 51 | 3D |
| Octal | 354 | 126 | 113 | 0 | 100 | 104 | 7 | 4 | 121 | 75 |
| Binary | 11101100 | 1010110 | 1001011 | 0 | 1000000 | 1000100 | 111 | 100 | 1010001 | 111101 |
Color Harmonies of #EC564B
Complementary color
Monochromatic Colors of #EC564B
Black with #EC564B
Text Example
Text Example
White with #EC564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC564B; }
p { color: rgb(236,86,75); }
H1.HeaderClassName
{
color: #EC564B;
}
.AnyTagClassName
{
color: #EC564B;
}
</style>
background-color css
<style>
a { background-color: #EC564B; }
a { background-color: rgb(236,86,75); }
div.DivClassName
{
background-color: #EC564B;
}
.BgClassName
{
background-color: #EC564B;
}
</style>
border-color css
<style>
span { border-color: #EC564B; }
span { border-color: rgb(236,86,75); }
td.TdClassName
{
border-color: #EC564B;
}
.TagClassName
{
border-color: #EC564B;
}
</style>