Shades of Flamingo #EC5351
Tints of Flamingo #EC5351
RGB
CMYK
RGB Variations
Color information
#EC5351 (or 0xEC5351) is known color: Flamingo. HEX triplet: EC, 53 and 51. RGB value is (236,83,81). Sum of RGB (Red+Green+Blue) = 236+83+81=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5351 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5351 is #13ACAE. Grayscale: #808080. Windows color (decimal): -1289391 or 5329900. OLE color: 5329900.
HSL color Cylindrical-coordinate representation of color #EC5351: hue angle of 0.77º 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 #EC5351 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 81 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.07 |
| HSL | 0.77º | 0.8% | 0.62% | - |
| HSV(B) | 0.77º | 0.66% | 0.93% | - |
| XYZ | 39.17 | 24.61 | 10.47 | - |
| YUV | 128.52 | 101.19 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 81 | 0 | 0.65 | 0.66 | 0.07 | 0.77 | 0.8 | 0.62 |
| Hex | EC | 53 | 51 | 0 | 41 | 42 | 7 | 1 | 50 | 3E |
| Octal | 354 | 123 | 121 | 0 | 101 | 102 | 7 | 1 | 120 | 76 |
| Binary | 11101100 | 1010011 | 1010001 | 0 | 1000001 | 1000010 | 111 | 1 | 1010000 | 111110 |
Color Harmonies of #EC5351
Complementary color
Monochromatic Colors of #EC5351
Black with #EC5351
Text Example
Text Example
White with #EC5351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5351; }
p { color: rgb(236,83,81); }
H1.HeaderClassName
{
color: #EC5351;
}
.AnyTagClassName
{
color: #EC5351;
}
</style>
background-color css
<style>
a { background-color: #EC5351; }
a { background-color: rgb(236,83,81); }
div.DivClassName
{
background-color: #EC5351;
}
.BgClassName
{
background-color: #EC5351;
}
</style>
border-color css
<style>
span { border-color: #EC5351; }
span { border-color: rgb(236,83,81); }
td.TdClassName
{
border-color: #EC5351;
}
.TagClassName
{
border-color: #EC5351;
}
</style>