Shades of Flamingo #ED6344
Tints of Flamingo #ED6344
RGB
CMYK
RGB Variations
Color information
#ED6344 (or 0xED6344) is known color: Flamingo. HEX triplet: ED, 63 and 44. RGB value is (237,99,68). Sum of RGB (Red+Green+Blue) = 237+99+68=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6344 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6344 is #129CBB. Grayscale: #888888. Windows color (decimal): -1219772 or 4482029. OLE color: 4482029.
HSL color Cylindrical-coordinate representation of color #ED6344: hue angle of 11.01º 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 #ED6344 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 68 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.07 |
| HSL | 11.01º | 0.82% | 0.6% | - |
| HSV(B) | 11.01º | 0.71% | 0.93% | - |
| XYZ | 40.43 | 27.35 | 8.62 | - |
| YUV | 136.73 | 89.22 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 68 | 0 | 0.58 | 0.71 | 0.07 | 11.01 | 0.82 | 0.6 |
| Hex | ED | 63 | 44 | 0 | 3A | 47 | 7 | B | 52 | 3C |
| Octal | 355 | 143 | 104 | 0 | 72 | 107 | 7 | 13 | 122 | 74 |
| Binary | 11101101 | 1100011 | 1000100 | 0 | 111010 | 1000111 | 111 | 1011 | 1010010 | 111100 |
Color Harmonies of #ED6344
Complementary color
Monochromatic Colors of #ED6344
Black with #ED6344
Text Example
Text Example
White with #ED6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6344; }
p { color: rgb(237,99,68); }
H1.HeaderClassName
{
color: #ED6344;
}
.AnyTagClassName
{
color: #ED6344;
}
</style>
background-color css
<style>
a { background-color: #ED6344; }
a { background-color: rgb(237,99,68); }
div.DivClassName
{
background-color: #ED6344;
}
.BgClassName
{
background-color: #ED6344;
}
</style>
border-color css
<style>
span { border-color: #ED6344; }
span { border-color: rgb(237,99,68); }
td.TdClassName
{
border-color: #ED6344;
}
.TagClassName
{
border-color: #ED6344;
}
</style>