Shades of Flamingo #ED655C
Tints of Flamingo #ED655C
RGB
CMYK
RGB Variations
Color information
#ED655C (or 0xED655C) is known color: Flamingo. HEX triplet: ED, 65 and 5C. RGB value is (237,101,92). Sum of RGB (Red+Green+Blue) = 237+101+92=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED655C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED655C is #129AA3. Grayscale: #8C8C8C. Windows color (decimal): -1219236 or 6055405. OLE color: 6055405.
HSL color Cylindrical-coordinate representation of color #ED655C: hue angle of 3.72º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED655C is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 92 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.07 |
| HSL | 3.72º | 0.8% | 0.65% | - |
| HSV(B) | 3.72º | 0.61% | 0.93% | - |
| XYZ | 41.51 | 28.08 | 13.36 | - |
| YUV | 140.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 92 | 0 | 0.57 | 0.61 | 0.07 | 3.72 | 0.8 | 0.65 |
| Hex | ED | 65 | 5C | 0 | 39 | 3D | 7 | 4 | 50 | 41 |
| Octal | 355 | 145 | 134 | 0 | 71 | 75 | 7 | 4 | 120 | 101 |
| Binary | 11101101 | 1100101 | 1011100 | 0 | 111001 | 111101 | 111 | 100 | 1010000 | 1000001 |
Color Harmonies of #ED655C
Complementary color
Monochromatic Colors of #ED655C
Black with #ED655C
Text Example
Text Example
White with #ED655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED655C; }
p { color: rgb(237,101,92); }
H1.HeaderClassName
{
color: #ED655C;
}
.AnyTagClassName
{
color: #ED655C;
}
</style>
background-color css
<style>
a { background-color: #ED655C; }
a { background-color: rgb(237,101,92); }
div.DivClassName
{
background-color: #ED655C;
}
.BgClassName
{
background-color: #ED655C;
}
</style>
border-color css
<style>
span { border-color: #ED655C; }
span { border-color: rgb(237,101,92); }
td.TdClassName
{
border-color: #ED655C;
}
.TagClassName
{
border-color: #ED655C;
}
</style>