Shades of Flamingo #ED5C4E
Tints of Flamingo #ED5C4E
RGB
CMYK
RGB Variations
Color information
#ED5C4E (or 0xED5C4E) is known color: Flamingo. HEX triplet: ED, 5C and 4E. RGB value is (237,92,78). Sum of RGB (Red+Green+Blue) = 237+92+78=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5C4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5C4E is #12A3B1. Grayscale: #858585. Windows color (decimal): -1221554 or 5135597. OLE color: 5135597.
HSL color Cylindrical-coordinate representation of color #ED5C4E: hue angle of 5.28º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED5C4E is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 92 | 78 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.07 |
| HSL | 5.28º | 0.82% | 0.62% | - |
| HSV(B) | 5.28º | 0.67% | 0.93% | - |
| XYZ | 40.13 | 26.21 | 10.15 | - |
| YUV | 133.76 | 96.54 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 92 | 78 | 0 | 0.61 | 0.67 | 0.07 | 5.28 | 0.82 | 0.62 |
| Hex | ED | 5C | 4E | 0 | 3D | 43 | 7 | 5 | 52 | 3E |
| Octal | 355 | 134 | 116 | 0 | 75 | 103 | 7 | 5 | 122 | 76 |
| Binary | 11101101 | 1011100 | 1001110 | 0 | 111101 | 1000011 | 111 | 101 | 1010010 | 111110 |
Color Harmonies of #ED5C4E
Complementary color
Monochromatic Colors of #ED5C4E
Black with #ED5C4E
Text Example
Text Example
White with #ED5C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5C4E; }
p { color: rgb(237,92,78); }
H1.HeaderClassName
{
color: #ED5C4E;
}
.AnyTagClassName
{
color: #ED5C4E;
}
</style>
background-color css
<style>
a { background-color: #ED5C4E; }
a { background-color: rgb(237,92,78); }
div.DivClassName
{
background-color: #ED5C4E;
}
.BgClassName
{
background-color: #ED5C4E;
}
</style>
border-color css
<style>
span { border-color: #ED5C4E; }
span { border-color: rgb(237,92,78); }
td.TdClassName
{
border-color: #ED5C4E;
}
.TagClassName
{
border-color: #ED5C4E;
}
</style>