Shades of Flamingo #EC6852
Tints of Flamingo #EC6852
RGB
CMYK
RGB Variations
Color information
#EC6852 (or 0xEC6852) is known color: Flamingo. HEX triplet: EC, 68 and 52. RGB value is (236,104,82). Sum of RGB (Red+Green+Blue) = 236+104+82=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6852 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6852 is #1397AD. Grayscale: #8D8D8D. Windows color (decimal): -1284014 or 5400812. OLE color: 5400812.
HSL color Cylindrical-coordinate representation of color #EC6852: hue angle of 8.57º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC6852 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 82 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.07 |
| HSL | 8.57º | 0.8% | 0.62% | - |
| HSV(B) | 8.57º | 0.65% | 0.93% | - |
| XYZ | 41.07 | 28.34 | 11.29 | - |
| YUV | 140.96 | 94.73 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 82 | 0 | 0.56 | 0.65 | 0.07 | 8.57 | 0.8 | 0.62 |
| Hex | EC | 68 | 52 | 0 | 38 | 41 | 7 | 9 | 50 | 3E |
| Octal | 354 | 150 | 122 | 0 | 70 | 101 | 7 | 11 | 120 | 76 |
| Binary | 11101100 | 1101000 | 1010010 | 0 | 111000 | 1000001 | 111 | 1001 | 1010000 | 111110 |
Color Harmonies of #EC6852
Complementary color
Monochromatic Colors of #EC6852
Black with #EC6852
Text Example
Text Example
White with #EC6852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6852; }
p { color: rgb(236,104,82); }
H1.HeaderClassName
{
color: #EC6852;
}
.AnyTagClassName
{
color: #EC6852;
}
</style>
background-color css
<style>
a { background-color: #EC6852; }
a { background-color: rgb(236,104,82); }
div.DivClassName
{
background-color: #EC6852;
}
.BgClassName
{
background-color: #EC6852;
}
</style>
border-color css
<style>
span { border-color: #EC6852; }
span { border-color: rgb(236,104,82); }
td.TdClassName
{
border-color: #EC6852;
}
.TagClassName
{
border-color: #EC6852;
}
</style>