Shades of Flamingo #ED544D
Tints of Flamingo #ED544D
RGB
CMYK
RGB Variations
Color information
#ED544D (or 0xED544D) is known color: Flamingo. HEX triplet: ED, 54 and 4D. RGB value is (237,84,77). Sum of RGB (Red+Green+Blue) = 237+84+77=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED544D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED544D is #12ABB2. Grayscale: #818181. Windows color (decimal): -1223603 or 5068013. OLE color: 5068013.
HSL color Cylindrical-coordinate representation of color #ED544D: hue angle of 2.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED544D is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 77 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.07 |
| HSL | 2.63º | 0.82% | 0.62% | - |
| HSV(B) | 2.63º | 0.68% | 0.93% | - |
| XYZ | 39.43 | 24.88 | 9.75 | - |
| YUV | 128.95 | 98.69 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 77 | 0 | 0.65 | 0.68 | 0.07 | 2.63 | 0.82 | 0.62 |
| Hex | ED | 54 | 4D | 0 | 41 | 44 | 7 | 3 | 52 | 3E |
| Octal | 355 | 124 | 115 | 0 | 101 | 104 | 7 | 3 | 122 | 76 |
| Binary | 11101101 | 1010100 | 1001101 | 0 | 1000001 | 1000100 | 111 | 11 | 1010010 | 111110 |
Color Harmonies of #ED544D
Complementary color
Monochromatic Colors of #ED544D
Black with #ED544D
Text Example
Text Example
White with #ED544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED544D; }
p { color: rgb(237,84,77); }
H1.HeaderClassName
{
color: #ED544D;
}
.AnyTagClassName
{
color: #ED544D;
}
</style>
background-color css
<style>
a { background-color: #ED544D; }
a { background-color: rgb(237,84,77); }
div.DivClassName
{
background-color: #ED544D;
}
.BgClassName
{
background-color: #ED544D;
}
</style>
border-color css
<style>
span { border-color: #ED544D; }
span { border-color: rgb(237,84,77); }
td.TdClassName
{
border-color: #ED544D;
}
.TagClassName
{
border-color: #ED544D;
}
</style>