Shades of Flamingo #ED6141
Tints of Flamingo #ED6141
RGB
CMYK
RGB Variations
Color information
#ED6141 (or 0xED6141) is known color: Flamingo. HEX triplet: ED, 61 and 41. RGB value is (237,97,65). Sum of RGB (Red+Green+Blue) = 237+97+65=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6141 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6141 is #129EBE. Grayscale: #878787. Windows color (decimal): -1220287 or 4284909. OLE color: 4284909.
HSL color Cylindrical-coordinate representation of color #ED6141: hue angle of 11.16º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED6141 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 65 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.07 |
| HSL | 11.16º | 0.83% | 0.59% | - |
| HSV(B) | 11.16º | 0.73% | 0.93% | - |
| XYZ | 40.15 | 26.94 | 8.08 | - |
| YUV | 135.21 | 88.38 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 65 | 0 | 0.59 | 0.73 | 0.07 | 11.16 | 0.83 | 0.59 |
| Hex | ED | 61 | 41 | 0 | 3B | 49 | 7 | B | 53 | 3B |
| Octal | 355 | 141 | 101 | 0 | 73 | 111 | 7 | 13 | 123 | 73 |
| Binary | 11101101 | 1100001 | 1000001 | 0 | 111011 | 1001001 | 111 | 1011 | 1010011 | 111011 |
Color Harmonies of #ED6141
Complementary color
Monochromatic Colors of #ED6141
Black with #ED6141
Text Example
Text Example
White with #ED6141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6141; }
p { color: rgb(237,97,65); }
H1.HeaderClassName
{
color: #ED6141;
}
.AnyTagClassName
{
color: #ED6141;
}
</style>
background-color css
<style>
a { background-color: #ED6141; }
a { background-color: rgb(237,97,65); }
div.DivClassName
{
background-color: #ED6141;
}
.BgClassName
{
background-color: #ED6141;
}
</style>
border-color css
<style>
span { border-color: #ED6141; }
span { border-color: rgb(237,97,65); }
td.TdClassName
{
border-color: #ED6141;
}
.TagClassName
{
border-color: #ED6141;
}
</style>