Shades of Flamingo #EC6751
Tints of Flamingo #EC6751
RGB
CMYK
RGB Variations
Color information
#EC6751 (or 0xEC6751) is known color: Flamingo. HEX triplet: EC, 67 and 51. RGB value is (236,103,81). Sum of RGB (Red+Green+Blue) = 236+103+81=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6751 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6751 is #1398AE. Grayscale: #8C8C8C. Windows color (decimal): -1284271 or 5335020. OLE color: 5335020.
HSL color Cylindrical-coordinate representation of color #EC6751: hue angle of 8.52º 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 #EC6751 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 81 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.07 |
| HSL | 8.52º | 0.8% | 0.62% | - |
| HSV(B) | 8.52º | 0.66% | 0.93% | - |
| XYZ | 40.93 | 28.13 | 11.06 | - |
| YUV | 140.26 | 94.56 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 81 | 0 | 0.56 | 0.66 | 0.07 | 8.52 | 0.8 | 0.62 |
| Hex | EC | 67 | 51 | 0 | 38 | 42 | 7 | 9 | 50 | 3E |
| Octal | 354 | 147 | 121 | 0 | 70 | 102 | 7 | 11 | 120 | 76 |
| Binary | 11101100 | 1100111 | 1010001 | 0 | 111000 | 1000010 | 111 | 1001 | 1010000 | 111110 |
Color Harmonies of #EC6751
Complementary color
Monochromatic Colors of #EC6751
Black with #EC6751
Text Example
Text Example
White with #EC6751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6751; }
p { color: rgb(236,103,81); }
H1.HeaderClassName
{
color: #EC6751;
}
.AnyTagClassName
{
color: #EC6751;
}
</style>
background-color css
<style>
a { background-color: #EC6751; }
a { background-color: rgb(236,103,81); }
div.DivClassName
{
background-color: #EC6751;
}
.BgClassName
{
background-color: #EC6751;
}
</style>
border-color css
<style>
span { border-color: #EC6751; }
span { border-color: rgb(236,103,81); }
td.TdClassName
{
border-color: #EC6751;
}
.TagClassName
{
border-color: #EC6751;
}
</style>