Shades of Flamingo #ED594A
Tints of Flamingo #ED594A
RGB
CMYK
RGB Variations
Color information
#ED594A (or 0xED594A) is known color: Flamingo. HEX triplet: ED, 59 and 4A. RGB value is (237,89,74). Sum of RGB (Red+Green+Blue) = 237+89+74=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED594A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED594A is #12A6B5. Grayscale: #838383. Windows color (decimal): -1222326 or 4872685. OLE color: 4872685.
HSL color Cylindrical-coordinate representation of color #ED594A: hue angle of 5.52º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED594A is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 74 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.07 |
| HSL | 5.52º | 0.82% | 0.61% | - |
| HSV(B) | 5.52º | 0.69% | 0.93% | - |
| XYZ | 39.73 | 25.64 | 9.33 | - |
| YUV | 131.54 | 95.53 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 74 | 0 | 0.62 | 0.69 | 0.07 | 5.52 | 0.82 | 0.61 |
| Hex | ED | 59 | 4A | 0 | 3E | 45 | 7 | 6 | 52 | 3D |
| Octal | 355 | 131 | 112 | 0 | 76 | 105 | 7 | 6 | 122 | 75 |
| Binary | 11101101 | 1011001 | 1001010 | 0 | 111110 | 1000101 | 111 | 110 | 1010010 | 111101 |
Color Harmonies of #ED594A
Complementary color
Monochromatic Colors of #ED594A
Black with #ED594A
Text Example
Text Example
White with #ED594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED594A; }
p { color: rgb(237,89,74); }
H1.HeaderClassName
{
color: #ED594A;
}
.AnyTagClassName
{
color: #ED594A;
}
</style>
background-color css
<style>
a { background-color: #ED594A; }
a { background-color: rgb(237,89,74); }
div.DivClassName
{
background-color: #ED594A;
}
.BgClassName
{
background-color: #ED594A;
}
</style>
border-color css
<style>
span { border-color: #ED594A; }
span { border-color: rgb(237,89,74); }
td.TdClassName
{
border-color: #ED594A;
}
.TagClassName
{
border-color: #ED594A;
}
</style>