Shades of Flamingo #EC574B
Tints of Flamingo #EC574B
RGB
CMYK
RGB Variations
Color information
#EC574B (or 0xEC574B) is known color: Flamingo. HEX triplet: EC, 57 and 4B. RGB value is (236,87,75). Sum of RGB (Red+Green+Blue) = 236+87+75=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC574B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC574B is #13A8B4. Grayscale: #828282. Windows color (decimal): -1288373 or 4937708. OLE color: 4937708.
HSL color Cylindrical-coordinate representation of color #EC574B: hue angle of 4.47º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC574B is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 75 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.07 |
| HSL | 4.47º | 0.81% | 0.61% | - |
| HSV(B) | 4.47º | 0.68% | 0.93% | - |
| XYZ | 39.27 | 25.16 | 9.44 | - |
| YUV | 130.18 | 96.86 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 75 | 0 | 0.63 | 0.68 | 0.07 | 4.47 | 0.81 | 0.61 |
| Hex | EC | 57 | 4B | 0 | 3F | 44 | 7 | 4 | 51 | 3D |
| Octal | 354 | 127 | 113 | 0 | 77 | 104 | 7 | 4 | 121 | 75 |
| Binary | 11101100 | 1010111 | 1001011 | 0 | 111111 | 1000100 | 111 | 100 | 1010001 | 111101 |
Color Harmonies of #EC574B
Complementary color
Monochromatic Colors of #EC574B
Black with #EC574B
Text Example
Text Example
White with #EC574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC574B; }
p { color: rgb(236,87,75); }
H1.HeaderClassName
{
color: #EC574B;
}
.AnyTagClassName
{
color: #EC574B;
}
</style>
background-color css
<style>
a { background-color: #EC574B; }
a { background-color: rgb(236,87,75); }
div.DivClassName
{
background-color: #EC574B;
}
.BgClassName
{
background-color: #EC574B;
}
</style>
border-color css
<style>
span { border-color: #EC574B; }
span { border-color: rgb(236,87,75); }
td.TdClassName
{
border-color: #EC574B;
}
.TagClassName
{
border-color: #EC574B;
}
</style>