Shades of Flamingo #ED6646
Tints of Flamingo #ED6646
RGB
CMYK
RGB Variations
Color information
#ED6646 (or 0xED6646) is known color: Flamingo. HEX triplet: ED, 66 and 46. RGB value is (237,102,70). Sum of RGB (Red+Green+Blue) = 237+102+70=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6646 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6646 is #1299B9. Grayscale: #8A8A8A. Windows color (decimal): -1219002 or 4613869. OLE color: 4613869.
HSL color Cylindrical-coordinate representation of color #ED6646: hue angle of 11.5º 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 #ED6646 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 70 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.07 |
| HSL | 11.5º | 0.82% | 0.6% | - |
| HSV(B) | 11.5º | 0.7% | 0.93% | - |
| XYZ | 40.78 | 27.95 | 9.04 | - |
| YUV | 138.72 | 89.23 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 70 | 0 | 0.57 | 0.70 | 0.07 | 11.5 | 0.82 | 0.6 |
| Hex | ED | 66 | 46 | 0 | 39 | 46 | 7 | B | 52 | 3C |
| Octal | 355 | 146 | 106 | 0 | 71 | 106 | 7 | 13 | 122 | 74 |
| Binary | 11101101 | 1100110 | 1000110 | 0 | 111001 | 1000110 | 111 | 1011 | 1010010 | 111100 |
Color Harmonies of #ED6646
Complementary color
Monochromatic Colors of #ED6646
Black with #ED6646
Text Example
Text Example
White with #ED6646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6646; }
p { color: rgb(237,102,70); }
H1.HeaderClassName
{
color: #ED6646;
}
.AnyTagClassName
{
color: #ED6646;
}
</style>
background-color css
<style>
a { background-color: #ED6646; }
a { background-color: rgb(237,102,70); }
div.DivClassName
{
background-color: #ED6646;
}
.BgClassName
{
background-color: #ED6646;
}
</style>
border-color css
<style>
span { border-color: #ED6646; }
span { border-color: rgb(237,102,70); }
td.TdClassName
{
border-color: #ED6646;
}
.TagClassName
{
border-color: #ED6646;
}
</style>