Shades of Flamingo #ED6753
Tints of Flamingo #ED6753
RGB
CMYK
RGB Variations
Color information
#ED6753 (or 0xED6753) is known color: Flamingo. HEX triplet: ED, 67 and 53. RGB value is (237,103,83). Sum of RGB (Red+Green+Blue) = 237+103+83=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6753 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6753 is #1298AC. Grayscale: #8D8D8D. Windows color (decimal): -1218733 or 5466093. OLE color: 5466093.
HSL color Cylindrical-coordinate representation of color #ED6753: hue angle of 7.79º 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 #ED6753 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 83 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.07 |
| HSL | 7.79º | 0.81% | 0.63% | - |
| HSV(B) | 7.79º | 0.65% | 0.93% | - |
| XYZ | 41.34 | 28.33 | 11.47 | - |
| YUV | 140.79 | 95.39 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 83 | 0 | 0.57 | 0.65 | 0.07 | 7.79 | 0.81 | 0.63 |
| Hex | ED | 67 | 53 | 0 | 39 | 41 | 7 | 8 | 51 | 3F |
| Octal | 355 | 147 | 123 | 0 | 71 | 101 | 7 | 10 | 121 | 77 |
| Binary | 11101101 | 1100111 | 1010011 | 0 | 111001 | 1000001 | 111 | 1000 | 1010001 | 111111 |
Color Harmonies of #ED6753
Complementary color
Monochromatic Colors of #ED6753
Black with #ED6753
Text Example
Text Example
White with #ED6753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6753; }
p { color: rgb(237,103,83); }
H1.HeaderClassName
{
color: #ED6753;
}
.AnyTagClassName
{
color: #ED6753;
}
</style>
background-color css
<style>
a { background-color: #ED6753; }
a { background-color: rgb(237,103,83); }
div.DivClassName
{
background-color: #ED6753;
}
.BgClassName
{
background-color: #ED6753;
}
</style>
border-color css
<style>
span { border-color: #ED6753; }
span { border-color: rgb(237,103,83); }
td.TdClassName
{
border-color: #ED6753;
}
.TagClassName
{
border-color: #ED6753;
}
</style>