Shades of Flamingo #ED654F
Tints of Flamingo #ED654F
RGB
CMYK
RGB Variations
Color information
#ED654F (or 0xED654F) is known color: Flamingo. HEX triplet: ED, 65 and 4F. RGB value is (237,101,79). Sum of RGB (Red+Green+Blue) = 237+101+79=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED654F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED654F is #129AB0. Grayscale: #8B8B8B. Windows color (decimal): -1219249 or 5203437. OLE color: 5203437.
HSL color Cylindrical-coordinate representation of color #ED654F: hue angle of 8.35º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED654F is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 79 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.07 |
| HSL | 8.35º | 0.81% | 0.62% | - |
| HSV(B) | 8.35º | 0.67% | 0.93% | - |
| XYZ | 40.99 | 27.88 | 10.62 | - |
| YUV | 139.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 79 | 0 | 0.57 | 0.67 | 0.07 | 8.35 | 0.81 | 0.62 |
| Hex | ED | 65 | 4F | 0 | 39 | 43 | 7 | 8 | 51 | 3E |
| Octal | 355 | 145 | 117 | 0 | 71 | 103 | 7 | 10 | 121 | 76 |
| Binary | 11101101 | 1100101 | 1001111 | 0 | 111001 | 1000011 | 111 | 1000 | 1010001 | 111110 |
Color Harmonies of #ED654F
Complementary color
Monochromatic Colors of #ED654F
Black with #ED654F
Text Example
Text Example
White with #ED654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED654F; }
p { color: rgb(237,101,79); }
H1.HeaderClassName
{
color: #ED654F;
}
.AnyTagClassName
{
color: #ED654F;
}
</style>
background-color css
<style>
a { background-color: #ED654F; }
a { background-color: rgb(237,101,79); }
div.DivClassName
{
background-color: #ED654F;
}
.BgClassName
{
background-color: #ED654F;
}
</style>
border-color css
<style>
span { border-color: #ED654F; }
span { border-color: rgb(237,101,79); }
td.TdClassName
{
border-color: #ED654F;
}
.TagClassName
{
border-color: #ED654F;
}
</style>