Shades of Flamingo #ED6145
Tints of Flamingo #ED6145
RGB
CMYK
RGB Variations
Color information
#ED6145 (or 0xED6145) is known color: Flamingo. HEX triplet: ED, 61 and 45. RGB value is (237,97,69). Sum of RGB (Red+Green+Blue) = 237+97+69=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6145 is #129EBA. Grayscale: #878787. Windows color (decimal): -1220283 or 4547053. OLE color: 4547053.
HSL color Cylindrical-coordinate representation of color #ED6145: hue angle of 10º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED6145 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 69 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.07 |
| HSL | 10º | 0.82% | 0.6% | - |
| HSV(B) | 10º | 0.71% | 0.93% | - |
| XYZ | 40.27 | 26.98 | 8.72 | - |
| YUV | 135.67 | 90.38 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 69 | 0 | 0.59 | 0.71 | 0.07 | 10 | 0.82 | 0.6 |
| Hex | ED | 61 | 45 | 0 | 3B | 47 | 7 | A | 52 | 3C |
| Octal | 355 | 141 | 105 | 0 | 73 | 107 | 7 | 12 | 122 | 74 |
| Binary | 11101101 | 1100001 | 1000101 | 0 | 111011 | 1000111 | 111 | 1010 | 1010010 | 111100 |
Color Harmonies of #ED6145
Complementary color
Monochromatic Colors of #ED6145
Black with #ED6145
Text Example
Text Example
White with #ED6145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6145; }
p { color: rgb(237,97,69); }
H1.HeaderClassName
{
color: #ED6145;
}
.AnyTagClassName
{
color: #ED6145;
}
</style>
background-color css
<style>
a { background-color: #ED6145; }
a { background-color: rgb(237,97,69); }
div.DivClassName
{
background-color: #ED6145;
}
.BgClassName
{
background-color: #ED6145;
}
</style>
border-color css
<style>
span { border-color: #ED6145; }
span { border-color: rgb(237,97,69); }
td.TdClassName
{
border-color: #ED6145;
}
.TagClassName
{
border-color: #ED6145;
}
</style>