Shades of Flamingo #ED6653
Tints of Flamingo #ED6653
RGB
CMYK
RGB Variations
Color information
#ED6653 (or 0xED6653) is known color: Flamingo. HEX triplet: ED, 66 and 53. RGB value is (237,102,83). Sum of RGB (Red+Green+Blue) = 237+102+83=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6653 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6653 is #1299AC. Grayscale: #8C8C8C. Windows color (decimal): -1218989 or 5465837. OLE color: 5465837.
HSL color Cylindrical-coordinate representation of color #ED6653: hue angle of 7.4º 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 #ED6653 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 83 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.07 |
| HSL | 7.4º | 0.81% | 0.63% | - |
| HSV(B) | 7.4º | 0.65% | 0.93% | - |
| XYZ | 41.24 | 28.13 | 11.44 | - |
| YUV | 140.2 | 95.73 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 83 | 0 | 0.57 | 0.65 | 0.07 | 7.4 | 0.81 | 0.63 |
| Hex | ED | 66 | 53 | 0 | 39 | 41 | 7 | 7 | 51 | 3F |
| Octal | 355 | 146 | 123 | 0 | 71 | 101 | 7 | 7 | 121 | 77 |
| Binary | 11101101 | 1100110 | 1010011 | 0 | 111001 | 1000001 | 111 | 111 | 1010001 | 111111 |
Color Harmonies of #ED6653
Complementary color
Monochromatic Colors of #ED6653
Black with #ED6653
Text Example
Text Example
White with #ED6653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6653; }
p { color: rgb(237,102,83); }
H1.HeaderClassName
{
color: #ED6653;
}
.AnyTagClassName
{
color: #ED6653;
}
</style>
background-color css
<style>
a { background-color: #ED6653; }
a { background-color: rgb(237,102,83); }
div.DivClassName
{
background-color: #ED6653;
}
.BgClassName
{
background-color: #ED6653;
}
</style>
border-color css
<style>
span { border-color: #ED6653; }
span { border-color: rgb(237,102,83); }
td.TdClassName
{
border-color: #ED6653;
}
.TagClassName
{
border-color: #ED6653;
}
</style>