Shades of Flamingo #ED6256
Tints of Flamingo #ED6256
RGB
CMYK
RGB Variations
Color information
#ED6256 (or 0xED6256) is known color: Flamingo. HEX triplet: ED, 62 and 56. RGB value is (237,98,86). Sum of RGB (Red+Green+Blue) = 237+98+86=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6256 is #129DA9. Grayscale: #8A8A8A. Windows color (decimal): -1220010 or 5661421. OLE color: 5661421.
HSL color Cylindrical-coordinate representation of color #ED6256: hue angle of 4.77º 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 #ED6256 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 86 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.07 |
| HSL | 4.77º | 0.81% | 0.63% | - |
| HSV(B) | 4.77º | 0.64% | 0.93% | - |
| XYZ | 40.97 | 27.41 | 11.94 | - |
| YUV | 138.19 | 98.55 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 86 | 0 | 0.59 | 0.64 | 0.07 | 4.77 | 0.81 | 0.63 |
| Hex | ED | 62 | 56 | 0 | 3B | 40 | 7 | 5 | 51 | 3F |
| Octal | 355 | 142 | 126 | 0 | 73 | 100 | 7 | 5 | 121 | 77 |
| Binary | 11101101 | 1100010 | 1010110 | 0 | 111011 | 1000000 | 111 | 101 | 1010001 | 111111 |
Color Harmonies of #ED6256
Complementary color
Monochromatic Colors of #ED6256
Black with #ED6256
Text Example
Text Example
White with #ED6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6256; }
p { color: rgb(237,98,86); }
H1.HeaderClassName
{
color: #ED6256;
}
.AnyTagClassName
{
color: #ED6256;
}
</style>
background-color css
<style>
a { background-color: #ED6256; }
a { background-color: rgb(237,98,86); }
div.DivClassName
{
background-color: #ED6256;
}
.BgClassName
{
background-color: #ED6256;
}
</style>
border-color css
<style>
span { border-color: #ED6256; }
span { border-color: rgb(237,98,86); }
td.TdClassName
{
border-color: #ED6256;
}
.TagClassName
{
border-color: #ED6256;
}
</style>