Shades of Flamingo #EC5B4B
Tints of Flamingo #EC5B4B
RGB
CMYK
RGB Variations
Color information
#EC5B4B (or 0xEC5B4B) is known color: Flamingo. HEX triplet: EC, 5B and 4B. RGB value is (236,91,75). Sum of RGB (Red+Green+Blue) = 236+91+75=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5B4B is #13A4B4. Grayscale: #848484. Windows color (decimal): -1287349 or 4938732. OLE color: 4938732.
HSL color Cylindrical-coordinate representation of color #EC5B4B: hue angle of 5.96º 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 #EC5B4B is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 75 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.07 |
| HSL | 5.96º | 0.81% | 0.61% | - |
| HSV(B) | 5.96º | 0.68% | 0.93% | - |
| XYZ | 39.6 | 25.82 | 9.55 | - |
| YUV | 132.53 | 95.54 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 75 | 0 | 0.61 | 0.68 | 0.07 | 5.96 | 0.81 | 0.61 |
| Hex | EC | 5B | 4B | 0 | 3D | 44 | 7 | 6 | 51 | 3D |
| Octal | 354 | 133 | 113 | 0 | 75 | 104 | 7 | 6 | 121 | 75 |
| Binary | 11101100 | 1011011 | 1001011 | 0 | 111101 | 1000100 | 111 | 110 | 1010001 | 111101 |
Color Harmonies of #EC5B4B
Complementary color
Monochromatic Colors of #EC5B4B
Black with #EC5B4B
Text Example
Text Example
White with #EC5B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5B4B; }
p { color: rgb(236,91,75); }
H1.HeaderClassName
{
color: #EC5B4B;
}
.AnyTagClassName
{
color: #EC5B4B;
}
</style>
background-color css
<style>
a { background-color: #EC5B4B; }
a { background-color: rgb(236,91,75); }
div.DivClassName
{
background-color: #EC5B4B;
}
.BgClassName
{
background-color: #EC5B4B;
}
</style>
border-color css
<style>
span { border-color: #EC5B4B; }
span { border-color: rgb(236,91,75); }
td.TdClassName
{
border-color: #EC5B4B;
}
.TagClassName
{
border-color: #EC5B4B;
}
</style>