Shades of Flamingo #ED5D50
Tints of Flamingo #ED5D50
RGB
CMYK
RGB Variations
Color information
#ED5D50 (or 0xED5D50) is known color: Flamingo. HEX triplet: ED, 5D and 50. RGB value is (237,93,80). Sum of RGB (Red+Green+Blue) = 237+93+80=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5D50 is #12A2AF. Grayscale: #868686. Windows color (decimal): -1221296 or 5266925. OLE color: 5266925.
HSL color Cylindrical-coordinate representation of color #ED5D50: hue angle of 4.97º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED5D50 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 93 | 80 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.07 |
| HSL | 4.97º | 0.81% | 0.62% | - |
| HSV(B) | 4.97º | 0.66% | 0.93% | - |
| XYZ | 40.29 | 26.41 | 10.56 | - |
| YUV | 134.57 | 97.21 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 93 | 80 | 0 | 0.61 | 0.66 | 0.07 | 4.97 | 0.81 | 0.62 |
| Hex | ED | 5D | 50 | 0 | 3D | 42 | 7 | 5 | 51 | 3E |
| Octal | 355 | 135 | 120 | 0 | 75 | 102 | 7 | 5 | 121 | 76 |
| Binary | 11101101 | 1011101 | 1010000 | 0 | 111101 | 1000010 | 111 | 101 | 1010001 | 111110 |
Color Harmonies of #ED5D50
Complementary color
Monochromatic Colors of #ED5D50
Black with #ED5D50
Text Example
Text Example
White with #ED5D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5D50; }
p { color: rgb(237,93,80); }
H1.HeaderClassName
{
color: #ED5D50;
}
.AnyTagClassName
{
color: #ED5D50;
}
</style>
background-color css
<style>
a { background-color: #ED5D50; }
a { background-color: rgb(237,93,80); }
div.DivClassName
{
background-color: #ED5D50;
}
.BgClassName
{
background-color: #ED5D50;
}
</style>
border-color css
<style>
span { border-color: #ED5D50; }
span { border-color: rgb(237,93,80); }
td.TdClassName
{
border-color: #ED5D50;
}
.TagClassName
{
border-color: #ED5D50;
}
</style>