Shades of Flamingo #E5674C
Tints of Flamingo #E5674C
RGB
CMYK
RGB Variations
Color information
#E5674C (or 0xE5674C) is known color: Flamingo. HEX triplet: E5, 67 and 4C. RGB value is (229,103,76). Sum of RGB (Red+Green+Blue) = 229+103+76=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E5674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5674C is #1A98B3. Grayscale: #898989. Windows color (decimal): -1743028 or 5007333. OLE color: 5007333.
HSL color Cylindrical-coordinate representation of color #E5674C: hue angle of 10.59º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5674C is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 76 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.10 |
| HSL | 10.59º | 0.75% | 0.6% | - |
| HSV(B) | 10.59º | 0.67% | 0.9% | - |
| XYZ | 38.47 | 26.88 | 10 | - |
| YUV | 137.6 | 93.24 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 76 | 0 | 0.55 | 0.67 | 0.10 | 10.59 | 0.75 | 0.6 |
| Hex | E5 | 67 | 4C | 0 | 37 | 43 | A | B | 4B | 3C |
| Octal | 345 | 147 | 114 | 0 | 67 | 103 | 12 | 13 | 113 | 74 |
| Binary | 11100101 | 1100111 | 1001100 | 0 | 110111 | 1000011 | 1010 | 1011 | 1001011 | 111100 |
Color Harmonies of #E5674C
Complementary color
Monochromatic Colors of #E5674C
Black with #E5674C
Text Example
Text Example
White with #E5674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5674C; }
p { color: rgb(229,103,76); }
H1.HeaderClassName
{
color: #E5674C;
}
.AnyTagClassName
{
color: #E5674C;
}
</style>
background-color css
<style>
a { background-color: #E5674C; }
a { background-color: rgb(229,103,76); }
div.DivClassName
{
background-color: #E5674C;
}
.BgClassName
{
background-color: #E5674C;
}
</style>
border-color css
<style>
span { border-color: #E5674C; }
span { border-color: rgb(229,103,76); }
td.TdClassName
{
border-color: #E5674C;
}
.TagClassName
{
border-color: #E5674C;
}
</style>