Shades of Flamingo #ED5452
Tints of Flamingo #ED5452
RGB
CMYK
RGB Variations
Color information
#ED5452 (or 0xED5452) is known color: Flamingo. HEX triplet: ED, 54 and 52. RGB value is (237,84,82). Sum of RGB (Red+Green+Blue) = 237+84+82=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5452 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5452 is #12ABAD. Grayscale: #818181. Windows color (decimal): -1223598 or 5395693. OLE color: 5395693.
HSL color Cylindrical-coordinate representation of color #ED5452: hue angle of 0.77º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED5452 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 82 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.07 |
| HSL | 0.77º | 0.81% | 0.63% | - |
| HSV(B) | 0.77º | 0.65% | 0.93% | - |
| XYZ | 39.62 | 24.95 | 10.71 | - |
| YUV | 129.52 | 101.19 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 82 | 0 | 0.65 | 0.65 | 0.07 | 0.77 | 0.81 | 0.63 |
| Hex | ED | 54 | 52 | 0 | 41 | 41 | 7 | 1 | 51 | 3F |
| Octal | 355 | 124 | 122 | 0 | 101 | 101 | 7 | 1 | 121 | 77 |
| Binary | 11101101 | 1010100 | 1010010 | 0 | 1000001 | 1000001 | 111 | 1 | 1010001 | 111111 |
Color Harmonies of #ED5452
Complementary color
Monochromatic Colors of #ED5452
Black with #ED5452
Text Example
Text Example
White with #ED5452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5452; }
p { color: rgb(237,84,82); }
H1.HeaderClassName
{
color: #ED5452;
}
.AnyTagClassName
{
color: #ED5452;
}
</style>
background-color css
<style>
a { background-color: #ED5452; }
a { background-color: rgb(237,84,82); }
div.DivClassName
{
background-color: #ED5452;
}
.BgClassName
{
background-color: #ED5452;
}
</style>
border-color css
<style>
span { border-color: #ED5452; }
span { border-color: rgb(237,84,82); }
td.TdClassName
{
border-color: #ED5452;
}
.TagClassName
{
border-color: #ED5452;
}
</style>