Shades of Flamingo #ED5C4C
Tints of Flamingo #ED5C4C
RGB
CMYK
RGB Variations
Color information
#ED5C4C (or 0xED5C4C) is known color: Flamingo. HEX triplet: ED, 5C and 4C. RGB value is (237,92,76). Sum of RGB (Red+Green+Blue) = 237+92+76=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5C4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5C4C is #12A3B3. Grayscale: #858585. Windows color (decimal): -1221556 or 5004525. OLE color: 5004525.
HSL color Cylindrical-coordinate representation of color #ED5C4C: hue angle of 5.96º degrees, saturation: 0.82, 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 #ED5C4C is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 92 | 76 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.07 |
| HSL | 5.96º | 0.82% | 0.61% | - |
| HSV(B) | 5.96º | 0.68% | 0.93% | - |
| XYZ | 40.06 | 26.18 | 9.78 | - |
| YUV | 133.53 | 95.54 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 92 | 76 | 0 | 0.61 | 0.68 | 0.07 | 5.96 | 0.82 | 0.61 |
| Hex | ED | 5C | 4C | 0 | 3D | 44 | 7 | 6 | 52 | 3D |
| Octal | 355 | 134 | 114 | 0 | 75 | 104 | 7 | 6 | 122 | 75 |
| Binary | 11101101 | 1011100 | 1001100 | 0 | 111101 | 1000100 | 111 | 110 | 1010010 | 111101 |
Color Harmonies of #ED5C4C
Complementary color
Monochromatic Colors of #ED5C4C
Black with #ED5C4C
Text Example
Text Example
White with #ED5C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5C4C; }
p { color: rgb(237,92,76); }
H1.HeaderClassName
{
color: #ED5C4C;
}
.AnyTagClassName
{
color: #ED5C4C;
}
</style>
background-color css
<style>
a { background-color: #ED5C4C; }
a { background-color: rgb(237,92,76); }
div.DivClassName
{
background-color: #ED5C4C;
}
.BgClassName
{
background-color: #ED5C4C;
}
</style>
border-color css
<style>
span { border-color: #ED5C4C; }
span { border-color: rgb(237,92,76); }
td.TdClassName
{
border-color: #ED5C4C;
}
.TagClassName
{
border-color: #ED5C4C;
}
</style>