Shades of Flamingo #EC6350
Tints of Flamingo #EC6350
RGB
CMYK
RGB Variations
Color information
#EC6350 (or 0xEC6350) is known color: Flamingo. HEX triplet: EC, 63 and 50. RGB value is (236,99,80). Sum of RGB (Red+Green+Blue) = 236+99+80=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6350 is #139CAF. Grayscale: #8A8A8A. Windows color (decimal): -1285296 or 5268460. OLE color: 5268460.
HSL color Cylindrical-coordinate representation of color #EC6350: hue angle of 7.31º 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 #EC6350 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 80 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.07 |
| HSL | 7.31º | 0.8% | 0.62% | - |
| HSV(B) | 7.31º | 0.66% | 0.93% | - |
| XYZ | 40.5 | 27.34 | 10.73 | - |
| YUV | 137.8 | 95.39 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 80 | 0 | 0.58 | 0.66 | 0.07 | 7.31 | 0.8 | 0.62 |
| Hex | EC | 63 | 50 | 0 | 3A | 42 | 7 | 7 | 50 | 3E |
| Octal | 354 | 143 | 120 | 0 | 72 | 102 | 7 | 7 | 120 | 76 |
| Binary | 11101100 | 1100011 | 1010000 | 0 | 111010 | 1000010 | 111 | 111 | 1010000 | 111110 |
Color Harmonies of #EC6350
Complementary color
Monochromatic Colors of #EC6350
Black with #EC6350
Text Example
Text Example
White with #EC6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6350; }
p { color: rgb(236,99,80); }
H1.HeaderClassName
{
color: #EC6350;
}
.AnyTagClassName
{
color: #EC6350;
}
</style>
background-color css
<style>
a { background-color: #EC6350; }
a { background-color: rgb(236,99,80); }
div.DivClassName
{
background-color: #EC6350;
}
.BgClassName
{
background-color: #EC6350;
}
</style>
border-color css
<style>
span { border-color: #EC6350; }
span { border-color: rgb(236,99,80); }
td.TdClassName
{
border-color: #EC6350;
}
.TagClassName
{
border-color: #EC6350;
}
</style>