Shades of Flamingo #E7544F
Tints of Flamingo #E7544F
RGB
CMYK
RGB Variations
Color information
#E7544F (or 0xE7544F) is known color: Flamingo. HEX triplet: E7, 54 and 4F. RGB value is (231,84,79). Sum of RGB (Red+Green+Blue) = 231+84+79=394 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.63% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 231 - color contains mainly: red. Hex color #E7544F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7544F is #18ABB0. Grayscale: #7F7F7F. Windows color (decimal): -1616817 or 5199079. OLE color: 5199079.
HSL color Cylindrical-coordinate representation of color #E7544F: hue angle of 1.97º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7544F is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 79 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.09 |
| HSL | 1.97º | 0.76% | 0.61% | - |
| HSV(B) | 1.97º | 0.66% | 0.91% | - |
| XYZ | 37.54 | 23.89 | 10.03 | - |
| YUV | 127.38 | 100.7 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 79 | 0 | 0.64 | 0.66 | 0.09 | 1.97 | 0.76 | 0.61 |
| Hex | E7 | 54 | 4F | 0 | 40 | 42 | 9 | 2 | 4C | 3D |
| Octal | 347 | 124 | 117 | 0 | 100 | 102 | 11 | 2 | 114 | 75 |
| Binary | 11100111 | 1010100 | 1001111 | 0 | 1000000 | 1000010 | 1001 | 10 | 1001100 | 111101 |
Color Harmonies of #E7544F
Complementary color
Monochromatic Colors of #E7544F
Black with #E7544F
Text Example
Text Example
White with #E7544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7544F; }
p { color: rgb(231,84,79); }
H1.HeaderClassName
{
color: #E7544F;
}
.AnyTagClassName
{
color: #E7544F;
}
</style>
background-color css
<style>
a { background-color: #E7544F; }
a { background-color: rgb(231,84,79); }
div.DivClassName
{
background-color: #E7544F;
}
.BgClassName
{
background-color: #E7544F;
}
</style>
border-color css
<style>
span { border-color: #E7544F; }
span { border-color: rgb(231,84,79); }
td.TdClassName
{
border-color: #E7544F;
}
.TagClassName
{
border-color: #E7544F;
}
</style>