Shades of Flamingo #ED5D51
Tints of Flamingo #ED5D51
RGB
CMYK
RGB Variations
Color information
#ED5D51 (or 0xED5D51) is known color: Flamingo. HEX triplet: ED, 5D and 51. RGB value is (237,93,81). Sum of RGB (Red+Green+Blue) = 237+93+81=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5D51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5D51 is #12A2AE. Grayscale: #868686. Windows color (decimal): -1221295 or 5332461. OLE color: 5332461.
HSL color Cylindrical-coordinate representation of color #ED5D51: hue angle of 4.62º 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 #ED5D51 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 93 | 81 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.07 |
| HSL | 4.62º | 0.81% | 0.62% | - |
| HSV(B) | 4.62º | 0.66% | 0.93% | - |
| XYZ | 40.32 | 26.43 | 10.76 | - |
| YUV | 134.69 | 97.71 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 93 | 81 | 0 | 0.61 | 0.66 | 0.07 | 4.62 | 0.81 | 0.62 |
| Hex | ED | 5D | 51 | 0 | 3D | 42 | 7 | 5 | 51 | 3E |
| Octal | 355 | 135 | 121 | 0 | 75 | 102 | 7 | 5 | 121 | 76 |
| Binary | 11101101 | 1011101 | 1010001 | 0 | 111101 | 1000010 | 111 | 101 | 1010001 | 111110 |
Color Harmonies of #ED5D51
Complementary color
Monochromatic Colors of #ED5D51
Black with #ED5D51
Text Example
Text Example
White with #ED5D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5D51; }
p { color: rgb(237,93,81); }
H1.HeaderClassName
{
color: #ED5D51;
}
.AnyTagClassName
{
color: #ED5D51;
}
</style>
background-color css
<style>
a { background-color: #ED5D51; }
a { background-color: rgb(237,93,81); }
div.DivClassName
{
background-color: #ED5D51;
}
.BgClassName
{
background-color: #ED5D51;
}
</style>
border-color css
<style>
span { border-color: #ED5D51; }
span { border-color: rgb(237,93,81); }
td.TdClassName
{
border-color: #ED5D51;
}
.TagClassName
{
border-color: #ED5D51;
}
</style>