Shades of Flamingo #ED5D4A
Tints of Flamingo #ED5D4A
RGB
CMYK
RGB Variations
Color information
#ED5D4A (or 0xED5D4A) is known color: Flamingo. HEX triplet: ED, 5D and 4A. RGB value is (237,93,74). Sum of RGB (Red+Green+Blue) = 237+93+74=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5D4A is #12A2B5. Grayscale: #868686. Windows color (decimal): -1221302 or 4873709. OLE color: 4873709.
HSL color Cylindrical-coordinate representation of color #ED5D4A: hue angle of 6.99º 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 #ED5D4A is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 93 | 74 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.07 |
| HSL | 6.99º | 0.82% | 0.61% | - |
| HSV(B) | 6.99º | 0.69% | 0.93% | - |
| XYZ | 40.08 | 26.33 | 9.45 | - |
| YUV | 133.89 | 94.21 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 93 | 74 | 0 | 0.61 | 0.69 | 0.07 | 6.99 | 0.82 | 0.61 |
| Hex | ED | 5D | 4A | 0 | 3D | 45 | 7 | 7 | 52 | 3D |
| Octal | 355 | 135 | 112 | 0 | 75 | 105 | 7 | 7 | 122 | 75 |
| Binary | 11101101 | 1011101 | 1001010 | 0 | 111101 | 1000101 | 111 | 111 | 1010010 | 111101 |
Color Harmonies of #ED5D4A
Complementary color
Monochromatic Colors of #ED5D4A
Black with #ED5D4A
Text Example
Text Example
White with #ED5D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5D4A; }
p { color: rgb(237,93,74); }
H1.HeaderClassName
{
color: #ED5D4A;
}
.AnyTagClassName
{
color: #ED5D4A;
}
</style>
background-color css
<style>
a { background-color: #ED5D4A; }
a { background-color: rgb(237,93,74); }
div.DivClassName
{
background-color: #ED5D4A;
}
.BgClassName
{
background-color: #ED5D4A;
}
</style>
border-color css
<style>
span { border-color: #ED5D4A; }
span { border-color: rgb(237,93,74); }
td.TdClassName
{
border-color: #ED5D4A;
}
.TagClassName
{
border-color: #ED5D4A;
}
</style>