Shades of Flamingo #ED5E5B
Tints of Flamingo #ED5E5B
RGB
CMYK
RGB Variations
Color information
#ED5E5B (or 0xED5E5B) is known color: Flamingo. HEX triplet: ED, 5E and 5B. RGB value is (237,94,91). Sum of RGB (Red+Green+Blue) = 237+94+91=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5E5B is #12A1A4. Grayscale: #888888. Windows color (decimal): -1221029 or 5988077. OLE color: 5988077.
HSL color Cylindrical-coordinate representation of color #ED5E5B: hue angle of 1.23º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5E5B is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 94 | 91 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.07 |
| HSL | 1.23º | 0.8% | 0.64% | - |
| HSV(B) | 1.23º | 0.62% | 0.93% | - |
| XYZ | 40.82 | 26.77 | 12.91 | - |
| YUV | 136.42 | 102.38 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 94 | 91 | 0 | 0.60 | 0.62 | 0.07 | 1.23 | 0.8 | 0.64 |
| Hex | ED | 5E | 5B | 0 | 3C | 3E | 7 | 1 | 50 | 40 |
| Octal | 355 | 136 | 133 | 0 | 74 | 76 | 7 | 1 | 120 | 100 |
| Binary | 11101101 | 1011110 | 1011011 | 0 | 111100 | 111110 | 111 | 1 | 1010000 | 1000000 |
Color Harmonies of #ED5E5B
Complementary color
Monochromatic Colors of #ED5E5B
Black with #ED5E5B
Text Example
Text Example
White with #ED5E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5E5B; }
p { color: rgb(237,94,91); }
H1.HeaderClassName
{
color: #ED5E5B;
}
.AnyTagClassName
{
color: #ED5E5B;
}
</style>
background-color css
<style>
a { background-color: #ED5E5B; }
a { background-color: rgb(237,94,91); }
div.DivClassName
{
background-color: #ED5E5B;
}
.BgClassName
{
background-color: #ED5E5B;
}
</style>
border-color css
<style>
span { border-color: #ED5E5B; }
span { border-color: rgb(237,94,91); }
td.TdClassName
{
border-color: #ED5E5B;
}
.TagClassName
{
border-color: #ED5E5B;
}
</style>