Shades of Flamingo #EC5F5A
Tints of Flamingo #EC5F5A
RGB
CMYK
RGB Variations
Color information
#EC5F5A (or 0xEC5F5A) is known color: Flamingo. HEX triplet: EC, 5F and 5A. RGB value is (236,95,90). Sum of RGB (Red+Green+Blue) = 236+95+90=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F5A is #13A0A5. Grayscale: #888888. Windows color (decimal): -1286310 or 5922796. OLE color: 5922796.
HSL color Cylindrical-coordinate representation of color #EC5F5A: hue angle of 2.05º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5F5A is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 90 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.07 |
| HSL | 2.05º | 0.79% | 0.64% | - |
| HSV(B) | 2.05º | 0.62% | 0.93% | - |
| XYZ | 40.53 | 26.76 | 12.7 | - |
| YUV | 136.59 | 101.71 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 90 | 0 | 0.60 | 0.62 | 0.07 | 2.05 | 0.79 | 0.64 |
| Hex | EC | 5F | 5A | 0 | 3C | 3E | 7 | 2 | 4F | 40 |
| Octal | 354 | 137 | 132 | 0 | 74 | 76 | 7 | 2 | 117 | 100 |
| Binary | 11101100 | 1011111 | 1011010 | 0 | 111100 | 111110 | 111 | 10 | 1001111 | 1000000 |
Color Harmonies of #EC5F5A
Complementary color
Monochromatic Colors of #EC5F5A
Black with #EC5F5A
Text Example
Text Example
White with #EC5F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F5A; }
p { color: rgb(236,95,90); }
H1.HeaderClassName
{
color: #EC5F5A;
}
.AnyTagClassName
{
color: #EC5F5A;
}
</style>
background-color css
<style>
a { background-color: #EC5F5A; }
a { background-color: rgb(236,95,90); }
div.DivClassName
{
background-color: #EC5F5A;
}
.BgClassName
{
background-color: #EC5F5A;
}
</style>
border-color css
<style>
span { border-color: #EC5F5A; }
span { border-color: rgb(236,95,90); }
td.TdClassName
{
border-color: #EC5F5A;
}
.TagClassName
{
border-color: #EC5F5A;
}
</style>