Shades of Flamingo #ED655B
Tints of Flamingo #ED655B
RGB
CMYK
RGB Variations
Color information
#ED655B (or 0xED655B) is known color: Flamingo. HEX triplet: ED, 65 and 5B. RGB value is (237,101,91). Sum of RGB (Red+Green+Blue) = 237+101+91=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED655B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED655B is #129AA4. Grayscale: #8C8C8C. Windows color (decimal): -1219237 or 5989869. OLE color: 5989869.
HSL color Cylindrical-coordinate representation of color #ED655B: hue angle of 4.11º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED655B is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 91 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.07 |
| HSL | 4.11º | 0.8% | 0.64% | - |
| HSV(B) | 4.11º | 0.62% | 0.93% | - |
| XYZ | 41.47 | 28.07 | 13.13 | - |
| YUV | 140.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 91 | 0 | 0.57 | 0.62 | 0.07 | 4.11 | 0.8 | 0.64 |
| Hex | ED | 65 | 5B | 0 | 39 | 3E | 7 | 4 | 50 | 40 |
| Octal | 355 | 145 | 133 | 0 | 71 | 76 | 7 | 4 | 120 | 100 |
| Binary | 11101101 | 1100101 | 1011011 | 0 | 111001 | 111110 | 111 | 100 | 1010000 | 1000000 |
Color Harmonies of #ED655B
Complementary color
Monochromatic Colors of #ED655B
Black with #ED655B
Text Example
Text Example
White with #ED655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED655B; }
p { color: rgb(237,101,91); }
H1.HeaderClassName
{
color: #ED655B;
}
.AnyTagClassName
{
color: #ED655B;
}
</style>
background-color css
<style>
a { background-color: #ED655B; }
a { background-color: rgb(237,101,91); }
div.DivClassName
{
background-color: #ED655B;
}
.BgClassName
{
background-color: #ED655B;
}
</style>
border-color css
<style>
span { border-color: #ED655B; }
span { border-color: rgb(237,101,91); }
td.TdClassName
{
border-color: #ED655B;
}
.TagClassName
{
border-color: #ED655B;
}
</style>