Shades of Flamingo #EC5250
Tints of Flamingo #EC5250
RGB
CMYK
RGB Variations
Color information
#EC5250 (or 0xEC5250) is known color: Flamingo. HEX triplet: EC, 52 and 50. RGB value is (236,82,80). Sum of RGB (Red+Green+Blue) = 236+82+80=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5250 is #13ADAF. Grayscale: #7F7F7F. Windows color (decimal): -1289648 or 5264108. OLE color: 5264108.
HSL color Cylindrical-coordinate representation of color #EC5250: 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 #EC5250 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 80 | - |
| 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.06 | 24.45 | 10.25 | - |
| YUV | 127.82 | 101.02 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 80 | 0 | 0.65 | 0.66 | 0.07 | 0.77 | 0.8 | 0.62 |
| Hex | EC | 52 | 50 | 0 | 41 | 42 | 7 | 1 | 50 | 3E |
| Octal | 354 | 122 | 120 | 0 | 101 | 102 | 7 | 1 | 120 | 76 |
| Binary | 11101100 | 1010010 | 1010000 | 0 | 1000001 | 1000010 | 111 | 1 | 1010000 | 111110 |
Color Harmonies of #EC5250
Complementary color
Monochromatic Colors of #EC5250
Black with #EC5250
Text Example
Text Example
White with #EC5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5250; }
p { color: rgb(236,82,80); }
H1.HeaderClassName
{
color: #EC5250;
}
.AnyTagClassName
{
color: #EC5250;
}
</style>
background-color css
<style>
a { background-color: #EC5250; }
a { background-color: rgb(236,82,80); }
div.DivClassName
{
background-color: #EC5250;
}
.BgClassName
{
background-color: #EC5250;
}
</style>
border-color css
<style>
span { border-color: #EC5250; }
span { border-color: rgb(236,82,80); }
td.TdClassName
{
border-color: #EC5250;
}
.TagClassName
{
border-color: #EC5250;
}
</style>