Shades of Flamingo #ED6446
Tints of Flamingo #ED6446
RGB
CMYK
RGB Variations
Color information
#ED6446 (or 0xED6446) is known color: Flamingo. HEX triplet: ED, 64 and 46. RGB value is (237,100,70). Sum of RGB (Red+Green+Blue) = 237+100+70=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6446 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6446 is #129BB9. Grayscale: #898989. Windows color (decimal): -1219514 or 4613357. OLE color: 4613357.
HSL color Cylindrical-coordinate representation of color #ED6446: hue angle of 10.78º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED6446 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 70 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.07 |
| HSL | 10.78º | 0.82% | 0.6% | - |
| HSV(B) | 10.78º | 0.7% | 0.93% | - |
| XYZ | 40.59 | 27.56 | 8.97 | - |
| YUV | 137.54 | 89.89 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 70 | 0 | 0.58 | 0.70 | 0.07 | 10.78 | 0.82 | 0.6 |
| Hex | ED | 64 | 46 | 0 | 3A | 46 | 7 | B | 52 | 3C |
| Octal | 355 | 144 | 106 | 0 | 72 | 106 | 7 | 13 | 122 | 74 |
| Binary | 11101101 | 1100100 | 1000110 | 0 | 111010 | 1000110 | 111 | 1011 | 1010010 | 111100 |
Color Harmonies of #ED6446
Complementary color
Monochromatic Colors of #ED6446
Black with #ED6446
Text Example
Text Example
White with #ED6446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6446; }
p { color: rgb(237,100,70); }
H1.HeaderClassName
{
color: #ED6446;
}
.AnyTagClassName
{
color: #ED6446;
}
</style>
background-color css
<style>
a { background-color: #ED6446; }
a { background-color: rgb(237,100,70); }
div.DivClassName
{
background-color: #ED6446;
}
.BgClassName
{
background-color: #ED6446;
}
</style>
border-color css
<style>
span { border-color: #ED6446; }
span { border-color: rgb(237,100,70); }
td.TdClassName
{
border-color: #ED6446;
}
.TagClassName
{
border-color: #ED6446;
}
</style>