Shades of Flamingo #ED5250
Tints of Flamingo #ED5250
RGB
CMYK
RGB Variations
Color information
#ED5250 (or 0xED5250) is known color: Flamingo. HEX triplet: ED, 52 and 50. RGB value is (237,82,80). Sum of RGB (Red+Green+Blue) = 237+82+80=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5250 is #12ADAF. Grayscale: #808080. Windows color (decimal): -1224112 or 5264109. OLE color: 5264109.
HSL color Cylindrical-coordinate representation of color #ED5250: hue angle of 0.76º 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 #ED5250 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 80 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.07 |
| HSL | 0.76º | 0.81% | 0.62% | - |
| HSV(B) | 0.76º | 0.66% | 0.93% | - |
| XYZ | 39.39 | 24.62 | 10.27 | - |
| YUV | 128.12 | 100.85 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 80 | 0 | 0.65 | 0.66 | 0.07 | 0.76 | 0.81 | 0.62 |
| Hex | ED | 52 | 50 | 0 | 41 | 42 | 7 | 1 | 51 | 3E |
| Octal | 355 | 122 | 120 | 0 | 101 | 102 | 7 | 1 | 121 | 76 |
| Binary | 11101101 | 1010010 | 1010000 | 0 | 1000001 | 1000010 | 111 | 1 | 1010001 | 111110 |
Color Harmonies of #ED5250
Complementary color
Monochromatic Colors of #ED5250
Black with #ED5250
Text Example
Text Example
White with #ED5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5250; }
p { color: rgb(237,82,80); }
H1.HeaderClassName
{
color: #ED5250;
}
.AnyTagClassName
{
color: #ED5250;
}
</style>
background-color css
<style>
a { background-color: #ED5250; }
a { background-color: rgb(237,82,80); }
div.DivClassName
{
background-color: #ED5250;
}
.BgClassName
{
background-color: #ED5250;
}
</style>
border-color css
<style>
span { border-color: #ED5250; }
span { border-color: rgb(237,82,80); }
td.TdClassName
{
border-color: #ED5250;
}
.TagClassName
{
border-color: #ED5250;
}
</style>