Shades of Flamingo #ED5943
Tints of Flamingo #ED5943
RGB
CMYK
RGB Variations
Color information
#ED5943 (or 0xED5943) is known color: Flamingo. HEX triplet: ED, 59 and 43. RGB value is (237,89,67). Sum of RGB (Red+Green+Blue) = 237+89+67=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5943 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5943 is #12A6BC. Grayscale: #828282. Windows color (decimal): -1222333 or 4413933. OLE color: 4413933.
HSL color Cylindrical-coordinate representation of color #ED5943: hue angle of 7.76º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED5943 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 67 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.07 |
| HSL | 7.76º | 0.83% | 0.6% | - |
| HSV(B) | 7.76º | 0.72% | 0.93% | - |
| XYZ | 39.51 | 25.55 | 8.16 | - |
| YUV | 130.74 | 92.03 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 67 | 0 | 0.62 | 0.72 | 0.07 | 7.76 | 0.83 | 0.6 |
| Hex | ED | 59 | 43 | 0 | 3E | 48 | 7 | 8 | 53 | 3C |
| Octal | 355 | 131 | 103 | 0 | 76 | 110 | 7 | 10 | 123 | 74 |
| Binary | 11101101 | 1011001 | 1000011 | 0 | 111110 | 1001000 | 111 | 1000 | 1010011 | 111100 |
Color Harmonies of #ED5943
Complementary color
Monochromatic Colors of #ED5943
Black with #ED5943
Text Example
Text Example
White with #ED5943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5943; }
p { color: rgb(237,89,67); }
H1.HeaderClassName
{
color: #ED5943;
}
.AnyTagClassName
{
color: #ED5943;
}
</style>
background-color css
<style>
a { background-color: #ED5943; }
a { background-color: rgb(237,89,67); }
div.DivClassName
{
background-color: #ED5943;
}
.BgClassName
{
background-color: #ED5943;
}
</style>
border-color css
<style>
span { border-color: #ED5943; }
span { border-color: rgb(237,89,67); }
td.TdClassName
{
border-color: #ED5943;
}
.TagClassName
{
border-color: #ED5943;
}
</style>