Shades of Flamingo #ED6450
Tints of Flamingo #ED6450
RGB
CMYK
RGB Variations
Color information
#ED6450 (or 0xED6450) is known color: Flamingo. HEX triplet: ED, 64 and 50. RGB value is (237,100,80). Sum of RGB (Red+Green+Blue) = 237+100+80=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6450 is #129BAF. Grayscale: #8A8A8A. Windows color (decimal): -1219504 or 5268717. OLE color: 5268717.
HSL color Cylindrical-coordinate representation of color #ED6450: hue angle of 7.64º 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 #ED6450 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 80 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.07 |
| HSL | 7.64º | 0.81% | 0.62% | - |
| HSV(B) | 7.64º | 0.66% | 0.93% | - |
| XYZ | 40.93 | 27.7 | 10.78 | - |
| YUV | 138.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 80 | 0 | 0.58 | 0.66 | 0.07 | 7.64 | 0.81 | 0.62 |
| Hex | ED | 64 | 50 | 0 | 3A | 42 | 7 | 8 | 51 | 3E |
| Octal | 355 | 144 | 120 | 0 | 72 | 102 | 7 | 10 | 121 | 76 |
| Binary | 11101101 | 1100100 | 1010000 | 0 | 111010 | 1000010 | 111 | 1000 | 1010001 | 111110 |
Color Harmonies of #ED6450
Complementary color
Monochromatic Colors of #ED6450
Black with #ED6450
Text Example
Text Example
White with #ED6450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6450; }
p { color: rgb(237,100,80); }
H1.HeaderClassName
{
color: #ED6450;
}
.AnyTagClassName
{
color: #ED6450;
}
</style>
background-color css
<style>
a { background-color: #ED6450; }
a { background-color: rgb(237,100,80); }
div.DivClassName
{
background-color: #ED6450;
}
.BgClassName
{
background-color: #ED6450;
}
</style>
border-color css
<style>
span { border-color: #ED6450; }
span { border-color: rgb(237,100,80); }
td.TdClassName
{
border-color: #ED6450;
}
.TagClassName
{
border-color: #ED6450;
}
</style>