Shades of Flamingo #ED664C
Tints of Flamingo #ED664C
RGB
CMYK
RGB Variations
Color information
#ED664C (or 0xED664C) is known color: Flamingo. HEX triplet: ED, 66 and 4C. RGB value is (237,102,76). Sum of RGB (Red+Green+Blue) = 237+102+76=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED664C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED664C is #1299B3. Grayscale: #8B8B8B. Windows color (decimal): -1218996 or 5007085. OLE color: 5007085.
HSL color Cylindrical-coordinate representation of color #ED664C: hue angle of 9.69º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED664C is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 76 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.07 |
| HSL | 9.69º | 0.82% | 0.61% | - |
| HSV(B) | 9.69º | 0.68% | 0.93% | - |
| XYZ | 40.98 | 28.03 | 10.09 | - |
| YUV | 139.4 | 92.23 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 76 | 0 | 0.57 | 0.68 | 0.07 | 9.69 | 0.82 | 0.61 |
| Hex | ED | 66 | 4C | 0 | 39 | 44 | 7 | A | 52 | 3D |
| Octal | 355 | 146 | 114 | 0 | 71 | 104 | 7 | 12 | 122 | 75 |
| Binary | 11101101 | 1100110 | 1001100 | 0 | 111001 | 1000100 | 111 | 1010 | 1010010 | 111101 |
Color Harmonies of #ED664C
Complementary color
Monochromatic Colors of #ED664C
Black with #ED664C
Text Example
Text Example
White with #ED664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED664C; }
p { color: rgb(237,102,76); }
H1.HeaderClassName
{
color: #ED664C;
}
.AnyTagClassName
{
color: #ED664C;
}
</style>
background-color css
<style>
a { background-color: #ED664C; }
a { background-color: rgb(237,102,76); }
div.DivClassName
{
background-color: #ED664C;
}
.BgClassName
{
background-color: #ED664C;
}
</style>
border-color css
<style>
span { border-color: #ED664C; }
span { border-color: rgb(237,102,76); }
td.TdClassName
{
border-color: #ED664C;
}
.TagClassName
{
border-color: #ED664C;
}
</style>