Shades of Flamingo #ED6550
Tints of Flamingo #ED6550
RGB
CMYK
RGB Variations
Color information
#ED6550 (or 0xED6550) is known color: Flamingo. HEX triplet: ED, 65 and 50. RGB value is (237,101,80). Sum of RGB (Red+Green+Blue) = 237+101+80=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6550 is #129AAF. Grayscale: #8B8B8B. Windows color (decimal): -1219248 or 5268973. OLE color: 5268973.
HSL color Cylindrical-coordinate representation of color #ED6550: hue angle of 8.03º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED6550 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 80 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.07 |
| HSL | 8.03º | 0.81% | 0.62% | - |
| HSV(B) | 8.03º | 0.66% | 0.93% | - |
| XYZ | 41.03 | 27.89 | 10.81 | - |
| YUV | 139.27 | 94.56 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 80 | 0 | 0.57 | 0.66 | 0.07 | 8.03 | 0.81 | 0.62 |
| Hex | ED | 65 | 50 | 0 | 39 | 42 | 7 | 8 | 51 | 3E |
| Octal | 355 | 145 | 120 | 0 | 71 | 102 | 7 | 10 | 121 | 76 |
| Binary | 11101101 | 1100101 | 1010000 | 0 | 111001 | 1000010 | 111 | 1000 | 1010001 | 111110 |
Color Harmonies of #ED6550
Complementary color
Monochromatic Colors of #ED6550
Black with #ED6550
Text Example
Text Example
White with #ED6550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6550; }
p { color: rgb(237,101,80); }
H1.HeaderClassName
{
color: #ED6550;
}
.AnyTagClassName
{
color: #ED6550;
}
</style>
background-color css
<style>
a { background-color: #ED6550; }
a { background-color: rgb(237,101,80); }
div.DivClassName
{
background-color: #ED6550;
}
.BgClassName
{
background-color: #ED6550;
}
</style>
border-color css
<style>
span { border-color: #ED6550; }
span { border-color: rgb(237,101,80); }
td.TdClassName
{
border-color: #ED6550;
}
.TagClassName
{
border-color: #ED6550;
}
</style>