Shades of Flamingo #E7544B
Tints of Flamingo #E7544B
RGB
CMYK
RGB Variations
Color information
#E7544B (or 0xE7544B) is known color: Flamingo. HEX triplet: E7, 54 and 4B. RGB value is (231,84,75). Sum of RGB (Red+Green+Blue) = 231+84+75=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E7544B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7544B is #18ABB4. Grayscale: #7F7F7F. Windows color (decimal): -1616821 or 4936935. OLE color: 4936935.
HSL color Cylindrical-coordinate representation of color #E7544B: hue angle of 3.46º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7544B is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 75 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.09 |
| HSL | 3.46º | 0.76% | 0.6% | - |
| HSV(B) | 3.46º | 0.68% | 0.91% | - |
| XYZ | 37.4 | 23.84 | 9.29 | - |
| YUV | 126.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 75 | 0 | 0.64 | 0.68 | 0.09 | 3.46 | 0.76 | 0.6 |
| Hex | E7 | 54 | 4B | 0 | 40 | 44 | 9 | 3 | 4C | 3C |
| Octal | 347 | 124 | 113 | 0 | 100 | 104 | 11 | 3 | 114 | 74 |
| Binary | 11100111 | 1010100 | 1001011 | 0 | 1000000 | 1000100 | 1001 | 11 | 1001100 | 111100 |
Color Harmonies of #E7544B
Complementary color
Monochromatic Colors of #E7544B
Black with #E7544B
Text Example
Text Example
White with #E7544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7544B; }
p { color: rgb(231,84,75); }
H1.HeaderClassName
{
color: #E7544B;
}
.AnyTagClassName
{
color: #E7544B;
}
</style>
background-color css
<style>
a { background-color: #E7544B; }
a { background-color: rgb(231,84,75); }
div.DivClassName
{
background-color: #E7544B;
}
.BgClassName
{
background-color: #E7544B;
}
</style>
border-color css
<style>
span { border-color: #E7544B; }
span { border-color: rgb(231,84,75); }
td.TdClassName
{
border-color: #E7544B;
}
.TagClassName
{
border-color: #E7544B;
}
</style>