Shades of Flamingo #ED5843
Tints of Flamingo #ED5843
RGB
CMYK
RGB Variations
Color information
#ED5843 (or 0xED5843) is known color: Flamingo. HEX triplet: ED, 58 and 43. RGB value is (237,88,67). Sum of RGB (Red+Green+Blue) = 237+88+67=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5843 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5843 is #12A7BC. Grayscale: #828282. Windows color (decimal): -1222589 or 4413677. OLE color: 4413677.
HSL color Cylindrical-coordinate representation of color #ED5843: hue angle of 7.41º 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 #ED5843 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 67 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.07 |
| HSL | 7.41º | 0.83% | 0.6% | - |
| HSV(B) | 7.41º | 0.72% | 0.93% | - |
| XYZ | 39.43 | 25.39 | 8.13 | - |
| YUV | 130.16 | 92.36 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 67 | 0 | 0.63 | 0.72 | 0.07 | 7.41 | 0.83 | 0.6 |
| Hex | ED | 58 | 43 | 0 | 3F | 48 | 7 | 7 | 53 | 3C |
| Octal | 355 | 130 | 103 | 0 | 77 | 110 | 7 | 7 | 123 | 74 |
| Binary | 11101101 | 1011000 | 1000011 | 0 | 111111 | 1001000 | 111 | 111 | 1010011 | 111100 |
Color Harmonies of #ED5843
Complementary color
Monochromatic Colors of #ED5843
Black with #ED5843
Text Example
Text Example
White with #ED5843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5843; }
p { color: rgb(237,88,67); }
H1.HeaderClassName
{
color: #ED5843;
}
.AnyTagClassName
{
color: #ED5843;
}
</style>
background-color css
<style>
a { background-color: #ED5843; }
a { background-color: rgb(237,88,67); }
div.DivClassName
{
background-color: #ED5843;
}
.BgClassName
{
background-color: #ED5843;
}
</style>
border-color css
<style>
span { border-color: #ED5843; }
span { border-color: rgb(237,88,67); }
td.TdClassName
{
border-color: #ED5843;
}
.TagClassName
{
border-color: #ED5843;
}
</style>