Shades of Flamingo #ED5251
Tints of Flamingo #ED5251
RGB
CMYK
RGB Variations
Color information
#ED5251 (or 0xED5251) is known color: Flamingo. HEX triplet: ED, 52 and 51. RGB value is (237,82,81). Sum of RGB (Red+Green+Blue) = 237+82+81=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5251 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5251 is #12ADAE. Grayscale: #808080. Windows color (decimal): -1224111 or 5329645. OLE color: 5329645.
HSL color Cylindrical-coordinate representation of color #ED5251: hue angle of 0.38º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED5251 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 81 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.07 |
| HSL | 0.38º | 0.81% | 0.62% | - |
| HSV(B) | 0.38º | 0.66% | 0.93% | - |
| XYZ | 39.43 | 24.63 | 10.46 | - |
| YUV | 128.23 | 101.35 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 81 | 0 | 0.65 | 0.66 | 0.07 | 0.38 | 0.81 | 0.62 |
| Hex | ED | 52 | 51 | 0 | 41 | 42 | 7 | 0 | 51 | 3E |
| Octal | 355 | 122 | 121 | 0 | 101 | 102 | 7 | 0 | 121 | 76 |
| Binary | 11101101 | 1010010 | 1010001 | 0 | 1000001 | 1000010 | 111 | 0 | 1010001 | 111110 |
Color Harmonies of #ED5251
Complementary color
Monochromatic Colors of #ED5251
Black with #ED5251
Text Example
Text Example
White with #ED5251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5251; }
p { color: rgb(237,82,81); }
H1.HeaderClassName
{
color: #ED5251;
}
.AnyTagClassName
{
color: #ED5251;
}
</style>
background-color css
<style>
a { background-color: #ED5251; }
a { background-color: rgb(237,82,81); }
div.DivClassName
{
background-color: #ED5251;
}
.BgClassName
{
background-color: #ED5251;
}
</style>
border-color css
<style>
span { border-color: #ED5251; }
span { border-color: rgb(237,82,81); }
td.TdClassName
{
border-color: #ED5251;
}
.TagClassName
{
border-color: #ED5251;
}
</style>