Shades of Flamingo #ED6657
Tints of Flamingo #ED6657
RGB
CMYK
RGB Variations
Color information
#ED6657 (or 0xED6657) is known color: Flamingo. HEX triplet: ED, 66 and 57. RGB value is (237,102,87). Sum of RGB (Red+Green+Blue) = 237+102+87=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6657 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6657 is #1299A8. Grayscale: #8C8C8C. Windows color (decimal): -1218985 or 5727981. OLE color: 5727981.
HSL color Cylindrical-coordinate representation of color #ED6657: hue angle of 6º 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 #ED6657 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 87 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.07 |
| HSL | 6º | 0.81% | 0.64% | - |
| HSV(B) | 6º | 0.63% | 0.93% | - |
| XYZ | 41.4 | 28.2 | 12.28 | - |
| YUV | 140.66 | 97.73 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 87 | 0 | 0.57 | 0.63 | 0.07 | 6 | 0.81 | 0.64 |
| Hex | ED | 66 | 57 | 0 | 39 | 3F | 7 | 6 | 51 | 40 |
| Octal | 355 | 146 | 127 | 0 | 71 | 77 | 7 | 6 | 121 | 100 |
| Binary | 11101101 | 1100110 | 1010111 | 0 | 111001 | 111111 | 111 | 110 | 1010001 | 1000000 |
Color Harmonies of #ED6657
Complementary color
Monochromatic Colors of #ED6657
Black with #ED6657
Text Example
Text Example
White with #ED6657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6657; }
p { color: rgb(237,102,87); }
H1.HeaderClassName
{
color: #ED6657;
}
.AnyTagClassName
{
color: #ED6657;
}
</style>
background-color css
<style>
a { background-color: #ED6657; }
a { background-color: rgb(237,102,87); }
div.DivClassName
{
background-color: #ED6657;
}
.BgClassName
{
background-color: #ED6657;
}
</style>
border-color css
<style>
span { border-color: #ED6657; }
span { border-color: rgb(237,102,87); }
td.TdClassName
{
border-color: #ED6657;
}
.TagClassName
{
border-color: #ED6657;
}
</style>