Shades of Flamingo #ED6554
Tints of Flamingo #ED6554
RGB
CMYK
RGB Variations
Color information
#ED6554 (or 0xED6554) is known color: Flamingo. HEX triplet: ED, 65 and 54. RGB value is (237,101,84). Sum of RGB (Red+Green+Blue) = 237+101+84=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6554 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6554 is #129AAB. Grayscale: #8B8B8B. Windows color (decimal): -1219244 or 5531117. OLE color: 5531117.
HSL color Cylindrical-coordinate representation of color #ED6554: hue angle of 6.67º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED6554 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 84 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.07 |
| HSL | 6.67º | 0.81% | 0.63% | - |
| HSV(B) | 6.67º | 0.65% | 0.93% | - |
| XYZ | 41.18 | 27.95 | 11.61 | - |
| YUV | 139.73 | 96.56 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 84 | 0 | 0.57 | 0.65 | 0.07 | 6.67 | 0.81 | 0.63 |
| Hex | ED | 65 | 54 | 0 | 39 | 41 | 7 | 7 | 51 | 3F |
| Octal | 355 | 145 | 124 | 0 | 71 | 101 | 7 | 7 | 121 | 77 |
| Binary | 11101101 | 1100101 | 1010100 | 0 | 111001 | 1000001 | 111 | 111 | 1010001 | 111111 |
Color Harmonies of #ED6554
Complementary color
Monochromatic Colors of #ED6554
Black with #ED6554
Text Example
Text Example
White with #ED6554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6554; }
p { color: rgb(237,101,84); }
H1.HeaderClassName
{
color: #ED6554;
}
.AnyTagClassName
{
color: #ED6554;
}
</style>
background-color css
<style>
a { background-color: #ED6554; }
a { background-color: rgb(237,101,84); }
div.DivClassName
{
background-color: #ED6554;
}
.BgClassName
{
background-color: #ED6554;
}
</style>
border-color css
<style>
span { border-color: #ED6554; }
span { border-color: rgb(237,101,84); }
td.TdClassName
{
border-color: #ED6554;
}
.TagClassName
{
border-color: #ED6554;
}
</style>