Shades of Flamingo #ED5753
Tints of Flamingo #ED5753
RGB
CMYK
RGB Variations
Color information
#ED5753 (or 0xED5753) is known color: Flamingo. HEX triplet: ED, 57 and 53. RGB value is (237,87,83). Sum of RGB (Red+Green+Blue) = 237+87+83=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5753 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5753 is #12A8AC. Grayscale: #838383. Windows color (decimal): -1222829 or 5461997. OLE color: 5461997.
HSL color Cylindrical-coordinate representation of color #ED5753: hue angle of 1.56º 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 #ED5753 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 83 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.07 |
| HSL | 1.56º | 0.81% | 0.63% | - |
| HSV(B) | 1.56º | 0.65% | 0.93% | - |
| XYZ | 39.89 | 25.45 | 10.99 | - |
| YUV | 131.39 | 100.7 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 83 | 0 | 0.63 | 0.65 | 0.07 | 1.56 | 0.81 | 0.63 |
| Hex | ED | 57 | 53 | 0 | 3F | 41 | 7 | 2 | 51 | 3F |
| Octal | 355 | 127 | 123 | 0 | 77 | 101 | 7 | 2 | 121 | 77 |
| Binary | 11101101 | 1010111 | 1010011 | 0 | 111111 | 1000001 | 111 | 10 | 1010001 | 111111 |
Color Harmonies of #ED5753
Complementary color
Monochromatic Colors of #ED5753
Black with #ED5753
Text Example
Text Example
White with #ED5753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5753; }
p { color: rgb(237,87,83); }
H1.HeaderClassName
{
color: #ED5753;
}
.AnyTagClassName
{
color: #ED5753;
}
</style>
background-color css
<style>
a { background-color: #ED5753; }
a { background-color: rgb(237,87,83); }
div.DivClassName
{
background-color: #ED5753;
}
.BgClassName
{
background-color: #ED5753;
}
</style>
border-color css
<style>
span { border-color: #ED5753; }
span { border-color: rgb(237,87,83); }
td.TdClassName
{
border-color: #ED5753;
}
.TagClassName
{
border-color: #ED5753;
}
</style>