Shades of Flamingo #ED6558
Tints of Flamingo #ED6558
RGB
CMYK
RGB Variations
Color information
#ED6558 (or 0xED6558) is known color: Flamingo. HEX triplet: ED, 65 and 58. RGB value is (237,101,88). Sum of RGB (Red+Green+Blue) = 237+101+88=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6558 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6558 is #129AA7. Grayscale: #8C8C8C. Windows color (decimal): -1219240 or 5793261. OLE color: 5793261.
HSL color Cylindrical-coordinate representation of color #ED6558: hue angle of 5.23º 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 #ED6558 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 88 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.07 |
| HSL | 5.23º | 0.81% | 0.64% | - |
| HSV(B) | 5.23º | 0.63% | 0.93% | - |
| XYZ | 41.34 | 28.02 | 12.46 | - |
| YUV | 140.18 | 98.56 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 88 | 0 | 0.57 | 0.63 | 0.07 | 5.23 | 0.81 | 0.64 |
| Hex | ED | 65 | 58 | 0 | 39 | 3F | 7 | 5 | 51 | 40 |
| Octal | 355 | 145 | 130 | 0 | 71 | 77 | 7 | 5 | 121 | 100 |
| Binary | 11101101 | 1100101 | 1011000 | 0 | 111001 | 111111 | 111 | 101 | 1010001 | 1000000 |
Color Harmonies of #ED6558
Complementary color
Monochromatic Colors of #ED6558
Black with #ED6558
Text Example
Text Example
White with #ED6558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6558; }
p { color: rgb(237,101,88); }
H1.HeaderClassName
{
color: #ED6558;
}
.AnyTagClassName
{
color: #ED6558;
}
</style>
background-color css
<style>
a { background-color: #ED6558; }
a { background-color: rgb(237,101,88); }
div.DivClassName
{
background-color: #ED6558;
}
.BgClassName
{
background-color: #ED6558;
}
</style>
border-color css
<style>
span { border-color: #ED6558; }
span { border-color: rgb(237,101,88); }
td.TdClassName
{
border-color: #ED6558;
}
.TagClassName
{
border-color: #ED6558;
}
</style>