Shades of Flamingo #ED674B
Tints of Flamingo #ED674B
RGB
CMYK
RGB Variations
Color information
#ED674B (or 0xED674B) is known color: Flamingo. HEX triplet: ED, 67 and 4B. RGB value is (237,103,75). Sum of RGB (Red+Green+Blue) = 237+103+75=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED674B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED674B is #1298B4. Grayscale: #8C8C8C. Windows color (decimal): -1218741 or 4941805. OLE color: 4941805.
HSL color Cylindrical-coordinate representation of color #ED674B: hue angle of 10.37º 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 #ED674B is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 75 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.07 |
| HSL | 10.37º | 0.82% | 0.61% | - |
| HSV(B) | 10.37º | 0.68% | 0.93% | - |
| XYZ | 41.05 | 28.21 | 9.94 | - |
| YUV | 139.87 | 91.39 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 75 | 0 | 0.57 | 0.68 | 0.07 | 10.37 | 0.82 | 0.61 |
| Hex | ED | 67 | 4B | 0 | 39 | 44 | 7 | A | 52 | 3D |
| Octal | 355 | 147 | 113 | 0 | 71 | 104 | 7 | 12 | 122 | 75 |
| Binary | 11101101 | 1100111 | 1001011 | 0 | 111001 | 1000100 | 111 | 1010 | 1010010 | 111101 |
Color Harmonies of #ED674B
Complementary color
Monochromatic Colors of #ED674B
Black with #ED674B
Text Example
Text Example
White with #ED674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED674B; }
p { color: rgb(237,103,75); }
H1.HeaderClassName
{
color: #ED674B;
}
.AnyTagClassName
{
color: #ED674B;
}
</style>
background-color css
<style>
a { background-color: #ED674B; }
a { background-color: rgb(237,103,75); }
div.DivClassName
{
background-color: #ED674B;
}
.BgClassName
{
background-color: #ED674B;
}
</style>
border-color css
<style>
span { border-color: #ED674B; }
span { border-color: rgb(237,103,75); }
td.TdClassName
{
border-color: #ED674B;
}
.TagClassName
{
border-color: #ED674B;
}
</style>