Shades of Flamingo #E7534D
Tints of Flamingo #E7534D
RGB
CMYK
RGB Variations
Color information
#E7534D (or 0xE7534D) is known color: Flamingo. HEX triplet: E7, 53 and 4D. RGB value is (231,83,77). Sum of RGB (Red+Green+Blue) = 231+83+77=391 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.08% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 231 - color contains mainly: red. Hex color #E7534D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7534D is #18ACB2. Grayscale: #7E7E7E. Windows color (decimal): -1617075 or 5067751. OLE color: 5067751.
HSL color Cylindrical-coordinate representation of color #E7534D: hue angle of 2.34º 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 #E7534D is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 77 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.09 |
| HSL | 2.34º | 0.76% | 0.6% | - |
| HSV(B) | 2.34º | 0.67% | 0.91% | - |
| XYZ | 37.39 | 23.71 | 9.63 | - |
| YUV | 126.57 | 100.03 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 77 | 0 | 0.64 | 0.67 | 0.09 | 2.34 | 0.76 | 0.6 |
| Hex | E7 | 53 | 4D | 0 | 40 | 43 | 9 | 2 | 4C | 3C |
| Octal | 347 | 123 | 115 | 0 | 100 | 103 | 11 | 2 | 114 | 74 |
| Binary | 11100111 | 1010011 | 1001101 | 0 | 1000000 | 1000011 | 1001 | 10 | 1001100 | 111100 |
Color Harmonies of #E7534D
Complementary color
Monochromatic Colors of #E7534D
Black with #E7534D
Text Example
Text Example
White with #E7534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7534D; }
p { color: rgb(231,83,77); }
H1.HeaderClassName
{
color: #E7534D;
}
.AnyTagClassName
{
color: #E7534D;
}
</style>
background-color css
<style>
a { background-color: #E7534D; }
a { background-color: rgb(231,83,77); }
div.DivClassName
{
background-color: #E7534D;
}
.BgClassName
{
background-color: #E7534D;
}
</style>
border-color css
<style>
span { border-color: #E7534D; }
span { border-color: rgb(231,83,77); }
td.TdClassName
{
border-color: #E7534D;
}
.TagClassName
{
border-color: #E7534D;
}
</style>