Shades of Flamingo #ED5952
Tints of Flamingo #ED5952
RGB
CMYK
RGB Variations
Color information
#ED5952 (or 0xED5952) is known color: Flamingo. HEX triplet: ED, 59 and 52. RGB value is (237,89,82). Sum of RGB (Red+Green+Blue) = 237+89+82=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5952 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5952 is #12A6AD. Grayscale: #848484. Windows color (decimal): -1222318 or 5396973. OLE color: 5396973.
HSL color Cylindrical-coordinate representation of color #ED5952: hue angle of 2.71º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED5952 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 82 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.07 |
| HSL | 2.71º | 0.81% | 0.63% | - |
| HSV(B) | 2.71º | 0.65% | 0.93% | - |
| XYZ | 40.02 | 25.76 | 10.85 | - |
| YUV | 132.45 | 99.53 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 82 | 0 | 0.62 | 0.65 | 0.07 | 2.71 | 0.81 | 0.63 |
| Hex | ED | 59 | 52 | 0 | 3E | 41 | 7 | 3 | 51 | 3F |
| Octal | 355 | 131 | 122 | 0 | 76 | 101 | 7 | 3 | 121 | 77 |
| Binary | 11101101 | 1011001 | 1010010 | 0 | 111110 | 1000001 | 111 | 11 | 1010001 | 111111 |
Color Harmonies of #ED5952
Complementary color
Monochromatic Colors of #ED5952
Black with #ED5952
Text Example
Text Example
White with #ED5952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5952; }
p { color: rgb(237,89,82); }
H1.HeaderClassName
{
color: #ED5952;
}
.AnyTagClassName
{
color: #ED5952;
}
</style>
background-color css
<style>
a { background-color: #ED5952; }
a { background-color: rgb(237,89,82); }
div.DivClassName
{
background-color: #ED5952;
}
.BgClassName
{
background-color: #ED5952;
}
</style>
border-color css
<style>
span { border-color: #ED5952; }
span { border-color: rgb(237,89,82); }
td.TdClassName
{
border-color: #ED5952;
}
.TagClassName
{
border-color: #ED5952;
}
</style>