Shades of Flamingo #E7564C
Tints of Flamingo #E7564C
RGB
CMYK
RGB Variations
Color information
#E7564C (or 0xE7564C) is known color: Flamingo. HEX triplet: E7, 56 and 4C. RGB value is (231,86,76). Sum of RGB (Red+Green+Blue) = 231+86+76=393 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.78% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 231 - color contains mainly: red. Hex color #E7564C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7564C is #18A9B3. Grayscale: #808080. Windows color (decimal): -1616308 or 5002983. OLE color: 5002983.
HSL color Cylindrical-coordinate representation of color #E7564C: hue angle of 3.87º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7564C is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 76 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.09 |
| HSL | 3.87º | 0.76% | 0.6% | - |
| HSV(B) | 3.87º | 0.67% | 0.91% | - |
| XYZ | 37.59 | 24.17 | 9.52 | - |
| YUV | 128.22 | 98.54 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 76 | 0 | 0.63 | 0.67 | 0.09 | 3.87 | 0.76 | 0.6 |
| Hex | E7 | 56 | 4C | 0 | 3F | 43 | 9 | 4 | 4C | 3C |
| Octal | 347 | 126 | 114 | 0 | 77 | 103 | 11 | 4 | 114 | 74 |
| Binary | 11100111 | 1010110 | 1001100 | 0 | 111111 | 1000011 | 1001 | 100 | 1001100 | 111100 |
Color Harmonies of #E7564C
Complementary color
Monochromatic Colors of #E7564C
Black with #E7564C
Text Example
Text Example
White with #E7564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7564C; }
p { color: rgb(231,86,76); }
H1.HeaderClassName
{
color: #E7564C;
}
.AnyTagClassName
{
color: #E7564C;
}
</style>
background-color css
<style>
a { background-color: #E7564C; }
a { background-color: rgb(231,86,76); }
div.DivClassName
{
background-color: #E7564C;
}
.BgClassName
{
background-color: #E7564C;
}
</style>
border-color css
<style>
span { border-color: #E7564C; }
span { border-color: rgb(231,86,76); }
td.TdClassName
{
border-color: #E7564C;
}
.TagClassName
{
border-color: #E7564C;
}
</style>