Shades of Flamingo #ED544B
Tints of Flamingo #ED544B
RGB
CMYK
RGB Variations
Color information
#ED544B (or 0xED544B) is known color: Flamingo. HEX triplet: ED, 54 and 4B. RGB value is (237,84,75). Sum of RGB (Red+Green+Blue) = 237+84+75=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED544B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED544B is #12ABB4. Grayscale: #808080. Windows color (decimal): -1223605 or 4936941. OLE color: 4936941.
HSL color Cylindrical-coordinate representation of color #ED544B: hue angle of 3.33º 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 #ED544B is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 75 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.07 |
| HSL | 3.33º | 0.82% | 0.61% | - |
| HSV(B) | 3.33º | 0.68% | 0.93% | - |
| XYZ | 39.37 | 24.85 | 9.38 | - |
| YUV | 128.72 | 97.69 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 75 | 0 | 0.65 | 0.68 | 0.07 | 3.33 | 0.82 | 0.61 |
| Hex | ED | 54 | 4B | 0 | 41 | 44 | 7 | 3 | 52 | 3D |
| Octal | 355 | 124 | 113 | 0 | 101 | 104 | 7 | 3 | 122 | 75 |
| Binary | 11101101 | 1010100 | 1001011 | 0 | 1000001 | 1000100 | 111 | 11 | 1010010 | 111101 |
Color Harmonies of #ED544B
Complementary color
Monochromatic Colors of #ED544B
Black with #ED544B
Text Example
Text Example
White with #ED544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED544B; }
p { color: rgb(237,84,75); }
H1.HeaderClassName
{
color: #ED544B;
}
.AnyTagClassName
{
color: #ED544B;
}
</style>
background-color css
<style>
a { background-color: #ED544B; }
a { background-color: rgb(237,84,75); }
div.DivClassName
{
background-color: #ED544B;
}
.BgClassName
{
background-color: #ED544B;
}
</style>
border-color css
<style>
span { border-color: #ED544B; }
span { border-color: rgb(237,84,75); }
td.TdClassName
{
border-color: #ED544B;
}
.TagClassName
{
border-color: #ED544B;
}
</style>