Shades of Flamingo #ED6346
Tints of Flamingo #ED6346
RGB
CMYK
RGB Variations
Color information
#ED6346 (or 0xED6346) is known color: Flamingo. HEX triplet: ED, 63 and 46. RGB value is (237,99,70). Sum of RGB (Red+Green+Blue) = 237+99+70=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6346 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6346 is #129CB9. Grayscale: #898989. Windows color (decimal): -1219770 or 4613101. OLE color: 4613101.
HSL color Cylindrical-coordinate representation of color #ED6346: hue angle of 10.42º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED6346 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 70 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.07 |
| HSL | 10.42º | 0.82% | 0.6% | - |
| HSV(B) | 10.42º | 0.7% | 0.93% | - |
| XYZ | 40.49 | 27.37 | 8.94 | - |
| YUV | 136.96 | 90.22 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 70 | 0 | 0.58 | 0.70 | 0.07 | 10.42 | 0.82 | 0.6 |
| Hex | ED | 63 | 46 | 0 | 3A | 46 | 7 | A | 52 | 3C |
| Octal | 355 | 143 | 106 | 0 | 72 | 106 | 7 | 12 | 122 | 74 |
| Binary | 11101101 | 1100011 | 1000110 | 0 | 111010 | 1000110 | 111 | 1010 | 1010010 | 111100 |
Color Harmonies of #ED6346
Complementary color
Monochromatic Colors of #ED6346
Black with #ED6346
Text Example
Text Example
White with #ED6346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6346; }
p { color: rgb(237,99,70); }
H1.HeaderClassName
{
color: #ED6346;
}
.AnyTagClassName
{
color: #ED6346;
}
</style>
background-color css
<style>
a { background-color: #ED6346; }
a { background-color: rgb(237,99,70); }
div.DivClassName
{
background-color: #ED6346;
}
.BgClassName
{
background-color: #ED6346;
}
</style>
border-color css
<style>
span { border-color: #ED6346; }
span { border-color: rgb(237,99,70); }
td.TdClassName
{
border-color: #ED6346;
}
.TagClassName
{
border-color: #ED6346;
}
</style>