Shades of Flamingo #ED6257
Tints of Flamingo #ED6257
RGB
CMYK
RGB Variations
Color information
#ED6257 (or 0xED6257) is known color: Flamingo. HEX triplet: ED, 62 and 57. RGB value is (237,98,87). Sum of RGB (Red+Green+Blue) = 237+98+87=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6257 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6257 is #129DA8. Grayscale: #8A8A8A. Windows color (decimal): -1220009 or 5726957. OLE color: 5726957.
HSL color Cylindrical-coordinate representation of color #ED6257: hue angle of 4.4º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED6257 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 87 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.07 |
| HSL | 4.4º | 0.81% | 0.64% | - |
| HSV(B) | 4.4º | 0.63% | 0.93% | - |
| XYZ | 41.01 | 27.43 | 12.15 | - |
| YUV | 138.31 | 99.05 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 87 | 0 | 0.59 | 0.63 | 0.07 | 4.4 | 0.81 | 0.64 |
| Hex | ED | 62 | 57 | 0 | 3B | 3F | 7 | 4 | 51 | 40 |
| Octal | 355 | 142 | 127 | 0 | 73 | 77 | 7 | 4 | 121 | 100 |
| Binary | 11101101 | 1100010 | 1010111 | 0 | 111011 | 111111 | 111 | 100 | 1010001 | 1000000 |
Color Harmonies of #ED6257
Complementary color
Monochromatic Colors of #ED6257
Black with #ED6257
Text Example
Text Example
White with #ED6257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6257; }
p { color: rgb(237,98,87); }
H1.HeaderClassName
{
color: #ED6257;
}
.AnyTagClassName
{
color: #ED6257;
}
</style>
background-color css
<style>
a { background-color: #ED6257; }
a { background-color: rgb(237,98,87); }
div.DivClassName
{
background-color: #ED6257;
}
.BgClassName
{
background-color: #ED6257;
}
</style>
border-color css
<style>
span { border-color: #ED6257; }
span { border-color: rgb(237,98,87); }
td.TdClassName
{
border-color: #ED6257;
}
.TagClassName
{
border-color: #ED6257;
}
</style>