Shades of Flamingo #ED5C4D
Tints of Flamingo #ED5C4D
RGB
CMYK
RGB Variations
Color information
#ED5C4D (or 0xED5C4D) is known color: Flamingo. HEX triplet: ED, 5C and 4D. RGB value is (237,92,77). Sum of RGB (Red+Green+Blue) = 237+92+77=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5C4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5C4D is #12A3B2. Grayscale: #858585. Windows color (decimal): -1221555 or 5070061. OLE color: 5070061.
HSL color Cylindrical-coordinate representation of color #ED5C4D: hue angle of 5.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED5C4D is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 92 | 77 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.07 |
| HSL | 5.63º | 0.82% | 0.62% | - |
| HSV(B) | 5.63º | 0.68% | 0.93% | - |
| XYZ | 40.09 | 26.19 | 9.96 | - |
| YUV | 133.65 | 96.04 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 92 | 77 | 0 | 0.61 | 0.68 | 0.07 | 5.63 | 0.82 | 0.62 |
| Hex | ED | 5C | 4D | 0 | 3D | 44 | 7 | 6 | 52 | 3E |
| Octal | 355 | 134 | 115 | 0 | 75 | 104 | 7 | 6 | 122 | 76 |
| Binary | 11101101 | 1011100 | 1001101 | 0 | 111101 | 1000100 | 111 | 110 | 1010010 | 111110 |
Color Harmonies of #ED5C4D
Complementary color
Monochromatic Colors of #ED5C4D
Black with #ED5C4D
Text Example
Text Example
White with #ED5C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5C4D; }
p { color: rgb(237,92,77); }
H1.HeaderClassName
{
color: #ED5C4D;
}
.AnyTagClassName
{
color: #ED5C4D;
}
</style>
background-color css
<style>
a { background-color: #ED5C4D; }
a { background-color: rgb(237,92,77); }
div.DivClassName
{
background-color: #ED5C4D;
}
.BgClassName
{
background-color: #ED5C4D;
}
</style>
border-color css
<style>
span { border-color: #ED5C4D; }
span { border-color: rgb(237,92,77); }
td.TdClassName
{
border-color: #ED5C4D;
}
.TagClassName
{
border-color: #ED5C4D;
}
</style>