Shades of Flamingo #ED6356
Tints of Flamingo #ED6356
RGB
CMYK
RGB Variations
Color information
#ED6356 (or 0xED6356) is known color: Flamingo. HEX triplet: ED, 63 and 56. RGB value is (237,99,86). Sum of RGB (Red+Green+Blue) = 237+99+86=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6356 is #129CA9. Grayscale: #8A8A8A. Windows color (decimal): -1219754 or 5661677. OLE color: 5661677.
HSL color Cylindrical-coordinate representation of color #ED6356: hue angle of 5.17º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED6356 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 86 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.07 |
| HSL | 5.17º | 0.81% | 0.63% | - |
| HSV(B) | 5.17º | 0.64% | 0.93% | - |
| XYZ | 41.07 | 27.6 | 11.97 | - |
| YUV | 138.78 | 98.22 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 86 | 0 | 0.58 | 0.64 | 0.07 | 5.17 | 0.81 | 0.63 |
| Hex | ED | 63 | 56 | 0 | 3A | 40 | 7 | 5 | 51 | 3F |
| Octal | 355 | 143 | 126 | 0 | 72 | 100 | 7 | 5 | 121 | 77 |
| Binary | 11101101 | 1100011 | 1010110 | 0 | 111010 | 1000000 | 111 | 101 | 1010001 | 111111 |
Color Harmonies of #ED6356
Complementary color
Monochromatic Colors of #ED6356
Black with #ED6356
Text Example
Text Example
White with #ED6356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6356; }
p { color: rgb(237,99,86); }
H1.HeaderClassName
{
color: #ED6356;
}
.AnyTagClassName
{
color: #ED6356;
}
</style>
background-color css
<style>
a { background-color: #ED6356; }
a { background-color: rgb(237,99,86); }
div.DivClassName
{
background-color: #ED6356;
}
.BgClassName
{
background-color: #ED6356;
}
</style>
border-color css
<style>
span { border-color: #ED6356; }
span { border-color: rgb(237,99,86); }
td.TdClassName
{
border-color: #ED6356;
}
.TagClassName
{
border-color: #ED6356;
}
</style>