Shades of Flamingo #ED6357
Tints of Flamingo #ED6357
RGB
CMYK
RGB Variations
Color information
#ED6357 (or 0xED6357) is known color: Flamingo. HEX triplet: ED, 63 and 57. RGB value is (237,99,87). Sum of RGB (Red+Green+Blue) = 237+99+87=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6357 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6357 is #129CA8. Grayscale: #8B8B8B. Windows color (decimal): -1219753 or 5727213. OLE color: 5727213.
HSL color Cylindrical-coordinate representation of color #ED6357: hue angle of 4.8º 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 #ED6357 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 87 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.07 |
| HSL | 4.8º | 0.81% | 0.64% | - |
| HSV(B) | 4.8º | 0.63% | 0.93% | - |
| XYZ | 41.11 | 27.62 | 12.18 | - |
| YUV | 138.89 | 98.72 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 87 | 0 | 0.58 | 0.63 | 0.07 | 4.8 | 0.81 | 0.64 |
| Hex | ED | 63 | 57 | 0 | 3A | 3F | 7 | 5 | 51 | 40 |
| Octal | 355 | 143 | 127 | 0 | 72 | 77 | 7 | 5 | 121 | 100 |
| Binary | 11101101 | 1100011 | 1010111 | 0 | 111010 | 111111 | 111 | 101 | 1010001 | 1000000 |
Color Harmonies of #ED6357
Complementary color
Monochromatic Colors of #ED6357
Black with #ED6357
Text Example
Text Example
White with #ED6357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6357; }
p { color: rgb(237,99,87); }
H1.HeaderClassName
{
color: #ED6357;
}
.AnyTagClassName
{
color: #ED6357;
}
</style>
background-color css
<style>
a { background-color: #ED6357; }
a { background-color: rgb(237,99,87); }
div.DivClassName
{
background-color: #ED6357;
}
.BgClassName
{
background-color: #ED6357;
}
</style>
border-color css
<style>
span { border-color: #ED6357; }
span { border-color: rgb(237,99,87); }
td.TdClassName
{
border-color: #ED6357;
}
.TagClassName
{
border-color: #ED6357;
}
</style>