Shades of Flamingo #ED684B
Tints of Flamingo #ED684B
RGB
CMYK
RGB Variations
Color information
#ED684B (or 0xED684B) is known color: Flamingo. HEX triplet: ED, 68 and 4B. RGB value is (237,104,75). Sum of RGB (Red+Green+Blue) = 237+104+75=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED684B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED684B is #1297B4. Grayscale: #8C8C8C. Windows color (decimal): -1218485 or 4942061. OLE color: 4942061.
HSL color Cylindrical-coordinate representation of color #ED684B: hue angle of 10.74º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED684B is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 75 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.07 |
| HSL | 10.74º | 0.82% | 0.61% | - |
| HSV(B) | 10.74º | 0.68% | 0.93% | - |
| XYZ | 41.15 | 28.41 | 9.97 | - |
| YUV | 140.46 | 91.06 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 75 | 0 | 0.56 | 0.68 | 0.07 | 10.74 | 0.82 | 0.61 |
| Hex | ED | 68 | 4B | 0 | 38 | 44 | 7 | B | 52 | 3D |
| Octal | 355 | 150 | 113 | 0 | 70 | 104 | 7 | 13 | 122 | 75 |
| Binary | 11101101 | 1101000 | 1001011 | 0 | 111000 | 1000100 | 111 | 1011 | 1010010 | 111101 |
Color Harmonies of #ED684B
Complementary color
Monochromatic Colors of #ED684B
Black with #ED684B
Text Example
Text Example
White with #ED684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED684B; }
p { color: rgb(237,104,75); }
H1.HeaderClassName
{
color: #ED684B;
}
.AnyTagClassName
{
color: #ED684B;
}
</style>
background-color css
<style>
a { background-color: #ED684B; }
a { background-color: rgb(237,104,75); }
div.DivClassName
{
background-color: #ED684B;
}
.BgClassName
{
background-color: #ED684B;
}
</style>
border-color css
<style>
span { border-color: #ED684B; }
span { border-color: rgb(237,104,75); }
td.TdClassName
{
border-color: #ED684B;
}
.TagClassName
{
border-color: #ED684B;
}
</style>