Shades of Flamingo #ED584A
Tints of Flamingo #ED584A
RGB
CMYK
RGB Variations
Color information
#ED584A (or 0xED584A) is known color: Flamingo. HEX triplet: ED, 58 and 4A. RGB value is (237,88,74). Sum of RGB (Red+Green+Blue) = 237+88+74=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED584A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED584A is #12A7B5. Grayscale: #838383. Windows color (decimal): -1222582 or 4872429. OLE color: 4872429.
HSL color Cylindrical-coordinate representation of color #ED584A: hue angle of 5.15º 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 #ED584A is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 74 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.07 |
| HSL | 5.15º | 0.82% | 0.61% | - |
| HSV(B) | 5.15º | 0.69% | 0.93% | - |
| XYZ | 39.65 | 25.48 | 9.31 | - |
| YUV | 130.96 | 95.86 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 74 | 0 | 0.63 | 0.69 | 0.07 | 5.15 | 0.82 | 0.61 |
| Hex | ED | 58 | 4A | 0 | 3F | 45 | 7 | 5 | 52 | 3D |
| Octal | 355 | 130 | 112 | 0 | 77 | 105 | 7 | 5 | 122 | 75 |
| Binary | 11101101 | 1011000 | 1001010 | 0 | 111111 | 1000101 | 111 | 101 | 1010010 | 111101 |
Color Harmonies of #ED584A
Complementary color
Monochromatic Colors of #ED584A
Black with #ED584A
Text Example
Text Example
White with #ED584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED584A; }
p { color: rgb(237,88,74); }
H1.HeaderClassName
{
color: #ED584A;
}
.AnyTagClassName
{
color: #ED584A;
}
</style>
background-color css
<style>
a { background-color: #ED584A; }
a { background-color: rgb(237,88,74); }
div.DivClassName
{
background-color: #ED584A;
}
.BgClassName
{
background-color: #ED584A;
}
</style>
border-color css
<style>
span { border-color: #ED584A; }
span { border-color: rgb(237,88,74); }
td.TdClassName
{
border-color: #ED584A;
}
.TagClassName
{
border-color: #ED584A;
}
</style>