Shades of Flamingo #ED674C
Tints of Flamingo #ED674C
RGB
CMYK
RGB Variations
Color information
#ED674C (or 0xED674C) is known color: Flamingo. HEX triplet: ED, 67 and 4C. RGB value is (237,103,76). Sum of RGB (Red+Green+Blue) = 237+103+76=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED674C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED674C is #1298B3. Grayscale: #8C8C8C. Windows color (decimal): -1218740 or 5007341. OLE color: 5007341.
HSL color Cylindrical-coordinate representation of color #ED674C: hue angle of 10.06º 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 #ED674C is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 76 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.07 |
| HSL | 10.06º | 0.82% | 0.61% | - |
| HSV(B) | 10.06º | 0.68% | 0.93% | - |
| XYZ | 41.08 | 28.23 | 10.12 | - |
| YUV | 139.99 | 91.89 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 76 | 0 | 0.57 | 0.68 | 0.07 | 10.06 | 0.82 | 0.61 |
| Hex | ED | 67 | 4C | 0 | 39 | 44 | 7 | A | 52 | 3D |
| Octal | 355 | 147 | 114 | 0 | 71 | 104 | 7 | 12 | 122 | 75 |
| Binary | 11101101 | 1100111 | 1001100 | 0 | 111001 | 1000100 | 111 | 1010 | 1010010 | 111101 |
Color Harmonies of #ED674C
Complementary color
Monochromatic Colors of #ED674C
Black with #ED674C
Text Example
Text Example
White with #ED674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED674C; }
p { color: rgb(237,103,76); }
H1.HeaderClassName
{
color: #ED674C;
}
.AnyTagClassName
{
color: #ED674C;
}
</style>
background-color css
<style>
a { background-color: #ED674C; }
a { background-color: rgb(237,103,76); }
div.DivClassName
{
background-color: #ED674C;
}
.BgClassName
{
background-color: #ED674C;
}
</style>
border-color css
<style>
span { border-color: #ED674C; }
span { border-color: rgb(237,103,76); }
td.TdClassName
{
border-color: #ED674C;
}
.TagClassName
{
border-color: #ED674C;
}
</style>