Shades of Flamingo #ED644C
Tints of Flamingo #ED644C
RGB
CMYK
RGB Variations
Color information
#ED644C (or 0xED644C) is known color: Flamingo. HEX triplet: ED, 64 and 4C. RGB value is (237,100,76). Sum of RGB (Red+Green+Blue) = 237+100+76=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED644C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED644C is #129BB3. Grayscale: #8A8A8A. Windows color (decimal): -1219508 or 5006573. OLE color: 5006573.
HSL color Cylindrical-coordinate representation of color #ED644C: hue angle of 8.94º 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 #ED644C is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 76 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.07 |
| HSL | 8.94º | 0.82% | 0.61% | - |
| HSV(B) | 8.94º | 0.68% | 0.93% | - |
| XYZ | 40.79 | 27.64 | 10.02 | - |
| YUV | 138.23 | 92.89 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 76 | 0 | 0.58 | 0.68 | 0.07 | 8.94 | 0.82 | 0.61 |
| Hex | ED | 64 | 4C | 0 | 3A | 44 | 7 | 9 | 52 | 3D |
| Octal | 355 | 144 | 114 | 0 | 72 | 104 | 7 | 11 | 122 | 75 |
| Binary | 11101101 | 1100100 | 1001100 | 0 | 111010 | 1000100 | 111 | 1001 | 1010010 | 111101 |
Color Harmonies of #ED644C
Complementary color
Monochromatic Colors of #ED644C
Black with #ED644C
Text Example
Text Example
White with #ED644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED644C; }
p { color: rgb(237,100,76); }
H1.HeaderClassName
{
color: #ED644C;
}
.AnyTagClassName
{
color: #ED644C;
}
</style>
background-color css
<style>
a { background-color: #ED644C; }
a { background-color: rgb(237,100,76); }
div.DivClassName
{
background-color: #ED644C;
}
.BgClassName
{
background-color: #ED644C;
}
</style>
border-color css
<style>
span { border-color: #ED644C; }
span { border-color: rgb(237,100,76); }
td.TdClassName
{
border-color: #ED644C;
}
.TagClassName
{
border-color: #ED644C;
}
</style>