Shades of Flamingo #ED5A43
Tints of Flamingo #ED5A43
RGB
CMYK
RGB Variations
Color information
#ED5A43 (or 0xED5A43) is known color: Flamingo. HEX triplet: ED, 5A and 43. RGB value is (237,90,67). Sum of RGB (Red+Green+Blue) = 237+90+67=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5A43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5A43 is #12A5BC. Grayscale: #838383. Windows color (decimal): -1222077 or 4414189. OLE color: 4414189.
HSL color Cylindrical-coordinate representation of color #ED5A43: hue angle of 8.12º 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 #ED5A43 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 67 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.07 |
| HSL | 8.12º | 0.83% | 0.6% | - |
| HSV(B) | 8.12º | 0.72% | 0.93% | - |
| XYZ | 39.59 | 25.72 | 8.19 | - |
| YUV | 131.33 | 91.7 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 67 | 0 | 0.62 | 0.72 | 0.07 | 8.12 | 0.83 | 0.6 |
| Hex | ED | 5A | 43 | 0 | 3E | 48 | 7 | 8 | 53 | 3C |
| Octal | 355 | 132 | 103 | 0 | 76 | 110 | 7 | 10 | 123 | 74 |
| Binary | 11101101 | 1011010 | 1000011 | 0 | 111110 | 1001000 | 111 | 1000 | 1010011 | 111100 |
Color Harmonies of #ED5A43
Complementary color
Monochromatic Colors of #ED5A43
Black with #ED5A43
Text Example
Text Example
White with #ED5A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5A43; }
p { color: rgb(237,90,67); }
H1.HeaderClassName
{
color: #ED5A43;
}
.AnyTagClassName
{
color: #ED5A43;
}
</style>
background-color css
<style>
a { background-color: #ED5A43; }
a { background-color: rgb(237,90,67); }
div.DivClassName
{
background-color: #ED5A43;
}
.BgClassName
{
background-color: #ED5A43;
}
</style>
border-color css
<style>
span { border-color: #ED5A43; }
span { border-color: rgb(237,90,67); }
td.TdClassName
{
border-color: #ED5A43;
}
.TagClassName
{
border-color: #ED5A43;
}
</style>