Shades of Flamingo #EC6551
Tints of Flamingo #EC6551
RGB
CMYK
RGB Variations
Color information
#EC6551 (or 0xEC6551) is known color: Flamingo. HEX triplet: EC, 65 and 51. RGB value is (236,101,81). Sum of RGB (Red+Green+Blue) = 236+101+81=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6551 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6551 is #139AAE. Grayscale: #8B8B8B. Windows color (decimal): -1284783 or 5334508. OLE color: 5334508.
HSL color Cylindrical-coordinate representation of color #EC6551: hue angle of 7.74º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC6551 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 81 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.07 |
| HSL | 7.74º | 0.8% | 0.62% | - |
| HSV(B) | 7.74º | 0.66% | 0.93% | - |
| XYZ | 40.73 | 27.73 | 10.99 | - |
| YUV | 139.09 | 95.23 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 81 | 0 | 0.57 | 0.66 | 0.07 | 7.74 | 0.8 | 0.62 |
| Hex | EC | 65 | 51 | 0 | 39 | 42 | 7 | 8 | 50 | 3E |
| Octal | 354 | 145 | 121 | 0 | 71 | 102 | 7 | 10 | 120 | 76 |
| Binary | 11101100 | 1100101 | 1010001 | 0 | 111001 | 1000010 | 111 | 1000 | 1010000 | 111110 |
Color Harmonies of #EC6551
Complementary color
Monochromatic Colors of #EC6551
Black with #EC6551
Text Example
Text Example
White with #EC6551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6551; }
p { color: rgb(236,101,81); }
H1.HeaderClassName
{
color: #EC6551;
}
.AnyTagClassName
{
color: #EC6551;
}
</style>
background-color css
<style>
a { background-color: #EC6551; }
a { background-color: rgb(236,101,81); }
div.DivClassName
{
background-color: #EC6551;
}
.BgClassName
{
background-color: #EC6551;
}
</style>
border-color css
<style>
span { border-color: #EC6551; }
span { border-color: rgb(236,101,81); }
td.TdClassName
{
border-color: #EC6551;
}
.TagClassName
{
border-color: #EC6551;
}
</style>