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