Shades of Flamingo #EC524D
Tints of Flamingo #EC524D
RGB
CMYK
RGB Variations
Color information
#EC524D (or 0xEC524D) is known color: Flamingo. HEX triplet: EC, 52 and 4D. RGB value is (236,82,77). Sum of RGB (Red+Green+Blue) = 236+82+77=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC524D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC524D is #13ADB2. Grayscale: #7F7F7F. Windows color (decimal): -1289651 or 5067500. OLE color: 5067500.
HSL color Cylindrical-coordinate representation of color #EC524D: hue angle of 1.89º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC524D is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 77 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.07 |
| HSL | 1.89º | 0.81% | 0.61% | - |
| HSV(B) | 1.89º | 0.67% | 0.93% | - |
| XYZ | 38.95 | 24.4 | 9.68 | - |
| YUV | 127.48 | 99.52 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 77 | 0 | 0.65 | 0.67 | 0.07 | 1.89 | 0.81 | 0.61 |
| Hex | EC | 52 | 4D | 0 | 41 | 43 | 7 | 2 | 51 | 3D |
| Octal | 354 | 122 | 115 | 0 | 101 | 103 | 7 | 2 | 121 | 75 |
| Binary | 11101100 | 1010010 | 1001101 | 0 | 1000001 | 1000011 | 111 | 10 | 1010001 | 111101 |
Color Harmonies of #EC524D
Complementary color
Monochromatic Colors of #EC524D
Black with #EC524D
Text Example
Text Example
White with #EC524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC524D; }
p { color: rgb(236,82,77); }
H1.HeaderClassName
{
color: #EC524D;
}
.AnyTagClassName
{
color: #EC524D;
}
</style>
background-color css
<style>
a { background-color: #EC524D; }
a { background-color: rgb(236,82,77); }
div.DivClassName
{
background-color: #EC524D;
}
.BgClassName
{
background-color: #EC524D;
}
</style>
border-color css
<style>
span { border-color: #EC524D; }
span { border-color: rgb(236,82,77); }
td.TdClassName
{
border-color: #EC524D;
}
.TagClassName
{
border-color: #EC524D;
}
</style>