Shades of Flamingo #ED6350
Tints of Flamingo #ED6350
RGB
CMYK
RGB Variations
Color information
#ED6350 (or 0xED6350) is known color: Flamingo. HEX triplet: ED, 63 and 50. RGB value is (237,99,80). Sum of RGB (Red+Green+Blue) = 237+99+80=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6350 is #129CAF. Grayscale: #8A8A8A. Windows color (decimal): -1219760 or 5268461. OLE color: 5268461.
HSL color Cylindrical-coordinate representation of color #ED6350: hue angle of 7.26º 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 #ED6350 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 80 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.07 |
| HSL | 7.26º | 0.81% | 0.62% | - |
| HSV(B) | 7.26º | 0.66% | 0.93% | - |
| XYZ | 40.83 | 27.51 | 10.75 | - |
| YUV | 138.1 | 95.22 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 80 | 0 | 0.58 | 0.66 | 0.07 | 7.26 | 0.81 | 0.62 |
| Hex | ED | 63 | 50 | 0 | 3A | 42 | 7 | 7 | 51 | 3E |
| Octal | 355 | 143 | 120 | 0 | 72 | 102 | 7 | 7 | 121 | 76 |
| Binary | 11101101 | 1100011 | 1010000 | 0 | 111010 | 1000010 | 111 | 111 | 1010001 | 111110 |
Color Harmonies of #ED6350
Complementary color
Monochromatic Colors of #ED6350
Black with #ED6350
Text Example
Text Example
White with #ED6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6350; }
p { color: rgb(237,99,80); }
H1.HeaderClassName
{
color: #ED6350;
}
.AnyTagClassName
{
color: #ED6350;
}
</style>
background-color css
<style>
a { background-color: #ED6350; }
a { background-color: rgb(237,99,80); }
div.DivClassName
{
background-color: #ED6350;
}
.BgClassName
{
background-color: #ED6350;
}
</style>
border-color css
<style>
span { border-color: #ED6350; }
span { border-color: rgb(237,99,80); }
td.TdClassName
{
border-color: #ED6350;
}
.TagClassName
{
border-color: #ED6350;
}
</style>