Shades of Flamingo #ED6053
Tints of Flamingo #ED6053
RGB
CMYK
RGB Variations
Color information
#ED6053 (or 0xED6053) is known color: Flamingo. HEX triplet: ED, 60 and 53. RGB value is (237,96,83). Sum of RGB (Red+Green+Blue) = 237+96+83=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6053 is #129FAC. Grayscale: #888888. Windows color (decimal): -1220525 or 5464301. OLE color: 5464301.
HSL color Cylindrical-coordinate representation of color #ED6053: hue angle of 5.06º 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 #ED6053 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 83 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.07 |
| HSL | 5.06º | 0.81% | 0.63% | - |
| HSV(B) | 5.06º | 0.65% | 0.93% | - |
| XYZ | 40.67 | 26.99 | 11.25 | - |
| YUV | 136.68 | 97.71 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 83 | 0 | 0.59 | 0.65 | 0.07 | 5.06 | 0.81 | 0.63 |
| Hex | ED | 60 | 53 | 0 | 3B | 41 | 7 | 5 | 51 | 3F |
| Octal | 355 | 140 | 123 | 0 | 73 | 101 | 7 | 5 | 121 | 77 |
| Binary | 11101101 | 1100000 | 1010011 | 0 | 111011 | 1000001 | 111 | 101 | 1010001 | 111111 |
Color Harmonies of #ED6053
Complementary color
Monochromatic Colors of #ED6053
Black with #ED6053
Text Example
Text Example
White with #ED6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6053; }
p { color: rgb(237,96,83); }
H1.HeaderClassName
{
color: #ED6053;
}
.AnyTagClassName
{
color: #ED6053;
}
</style>
background-color css
<style>
a { background-color: #ED6053; }
a { background-color: rgb(237,96,83); }
div.DivClassName
{
background-color: #ED6053;
}
.BgClassName
{
background-color: #ED6053;
}
</style>
border-color css
<style>
span { border-color: #ED6053; }
span { border-color: rgb(237,96,83); }
td.TdClassName
{
border-color: #ED6053;
}
.TagClassName
{
border-color: #ED6053;
}
</style>