Shades of Flamingo #EC5F41
Tints of Flamingo #EC5F41
RGB
CMYK
RGB Variations
Color information
#EC5F41 (or 0xEC5F41) is known color: Flamingo. HEX triplet: EC, 5F and 41. RGB value is (236,95,65). Sum of RGB (Red+Green+Blue) = 236+95+65=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5F41 is #13A0BE. Grayscale: #868686. Windows color (decimal): -1286335 or 4284396. OLE color: 4284396.
HSL color Cylindrical-coordinate representation of color #EC5F41: hue angle of 10.53º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC5F41 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 65 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.07 |
| HSL | 10.53º | 0.82% | 0.59% | - |
| HSV(B) | 10.53º | 0.72% | 0.93% | - |
| XYZ | 39.64 | 26.4 | 8.01 | - |
| YUV | 133.74 | 89.21 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 65 | 0 | 0.60 | 0.72 | 0.07 | 10.53 | 0.82 | 0.59 |
| Hex | EC | 5F | 41 | 0 | 3C | 48 | 7 | B | 52 | 3B |
| Octal | 354 | 137 | 101 | 0 | 74 | 110 | 7 | 13 | 122 | 73 |
| Binary | 11101100 | 1011111 | 1000001 | 0 | 111100 | 1001000 | 111 | 1011 | 1010010 | 111011 |
Color Harmonies of #EC5F41
Complementary color
Monochromatic Colors of #EC5F41
Black with #EC5F41
Text Example
Text Example
White with #EC5F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F41; }
p { color: rgb(236,95,65); }
H1.HeaderClassName
{
color: #EC5F41;
}
.AnyTagClassName
{
color: #EC5F41;
}
</style>
background-color css
<style>
a { background-color: #EC5F41; }
a { background-color: rgb(236,95,65); }
div.DivClassName
{
background-color: #EC5F41;
}
.BgClassName
{
background-color: #EC5F41;
}
</style>
border-color css
<style>
span { border-color: #EC5F41; }
span { border-color: rgb(236,95,65); }
td.TdClassName
{
border-color: #EC5F41;
}
.TagClassName
{
border-color: #EC5F41;
}
</style>