Shades of Flamingo #EC665B
Tints of Flamingo #EC665B
RGB
CMYK
RGB Variations
Color information
#EC665B (or 0xEC665B) is known color: Flamingo. HEX triplet: EC, 66 and 5B. RGB value is (236,102,91). Sum of RGB (Red+Green+Blue) = 236+102+91=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC665B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC665B is #1399A4. Grayscale: #8C8C8C. Windows color (decimal): -1284517 or 5990124. OLE color: 5990124.
HSL color Cylindrical-coordinate representation of color #EC665B: hue angle of 4.55º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC665B is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 91 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.07 |
| HSL | 4.55º | 0.79% | 0.64% | - |
| HSV(B) | 4.55º | 0.61% | 0.93% | - |
| XYZ | 41.23 | 28.09 | 13.15 | - |
| YUV | 140.81 | 99.89 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 91 | 0 | 0.57 | 0.61 | 0.07 | 4.55 | 0.79 | 0.64 |
| Hex | EC | 66 | 5B | 0 | 39 | 3D | 7 | 5 | 4F | 40 |
| Octal | 354 | 146 | 133 | 0 | 71 | 75 | 7 | 5 | 117 | 100 |
| Binary | 11101100 | 1100110 | 1011011 | 0 | 111001 | 111101 | 111 | 101 | 1001111 | 1000000 |
Color Harmonies of #EC665B
Complementary color
Monochromatic Colors of #EC665B
Black with #EC665B
Text Example
Text Example
White with #EC665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC665B; }
p { color: rgb(236,102,91); }
H1.HeaderClassName
{
color: #EC665B;
}
.AnyTagClassName
{
color: #EC665B;
}
</style>
background-color css
<style>
a { background-color: #EC665B; }
a { background-color: rgb(236,102,91); }
div.DivClassName
{
background-color: #EC665B;
}
.BgClassName
{
background-color: #EC665B;
}
</style>
border-color css
<style>
span { border-color: #EC665B; }
span { border-color: rgb(236,102,91); }
td.TdClassName
{
border-color: #EC665B;
}
.TagClassName
{
border-color: #EC665B;
}
</style>