Shades of Flamingo #E5674B
Tints of Flamingo #E5674B
RGB
CMYK
RGB Variations
Color information
#E5674B (or 0xE5674B) is known color: Flamingo. HEX triplet: E5, 67 and 4B. RGB value is (229,103,75). Sum of RGB (Red+Green+Blue) = 229+103+75=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5674B is #1A98B4. Grayscale: #898989. Windows color (decimal): -1743029 or 4941797. OLE color: 4941797.
HSL color Cylindrical-coordinate representation of color #E5674B: hue angle of 10.91º 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 #E5674B is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 75 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.10 |
| HSL | 10.91º | 0.75% | 0.6% | - |
| HSV(B) | 10.91º | 0.67% | 0.9% | - |
| XYZ | 38.43 | 26.87 | 9.82 | - |
| YUV | 137.48 | 92.74 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 75 | 0 | 0.55 | 0.67 | 0.10 | 10.91 | 0.75 | 0.6 |
| Hex | E5 | 67 | 4B | 0 | 37 | 43 | A | B | 4B | 3C |
| Octal | 345 | 147 | 113 | 0 | 67 | 103 | 12 | 13 | 113 | 74 |
| Binary | 11100101 | 1100111 | 1001011 | 0 | 110111 | 1000011 | 1010 | 1011 | 1001011 | 111100 |
Color Harmonies of #E5674B
Complementary color
Monochromatic Colors of #E5674B
Black with #E5674B
Text Example
Text Example
White with #E5674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5674B; }
p { color: rgb(229,103,75); }
H1.HeaderClassName
{
color: #E5674B;
}
.AnyTagClassName
{
color: #E5674B;
}
</style>
background-color css
<style>
a { background-color: #E5674B; }
a { background-color: rgb(229,103,75); }
div.DivClassName
{
background-color: #E5674B;
}
.BgClassName
{
background-color: #E5674B;
}
</style>
border-color css
<style>
span { border-color: #E5674B; }
span { border-color: rgb(229,103,75); }
td.TdClassName
{
border-color: #E5674B;
}
.TagClassName
{
border-color: #E5674B;
}
</style>