Shades of Flamingo #E7534C
Tints of Flamingo #E7534C
RGB
CMYK
RGB Variations
Color information
#E7534C (or 0xE7534C) is known color: Flamingo. HEX triplet: E7, 53 and 4C. RGB value is (231,83,76). Sum of RGB (Red+Green+Blue) = 231+83+76=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E7534C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7534C is #18ACB3. Grayscale: #7E7E7E. Windows color (decimal): -1617076 or 5002215. OLE color: 5002215.
HSL color Cylindrical-coordinate representation of color #E7534C: hue angle of 2.71º 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 #E7534C is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 76 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.09 |
| HSL | 2.71º | 0.76% | 0.6% | - |
| HSV(B) | 2.71º | 0.67% | 0.91% | - |
| XYZ | 37.35 | 23.7 | 9.44 | - |
| YUV | 126.45 | 99.53 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 76 | 0 | 0.64 | 0.67 | 0.09 | 2.71 | 0.76 | 0.6 |
| Hex | E7 | 53 | 4C | 0 | 40 | 43 | 9 | 3 | 4C | 3C |
| Octal | 347 | 123 | 114 | 0 | 100 | 103 | 11 | 3 | 114 | 74 |
| Binary | 11100111 | 1010011 | 1001100 | 0 | 1000000 | 1000011 | 1001 | 11 | 1001100 | 111100 |
Color Harmonies of #E7534C
Complementary color
Monochromatic Colors of #E7534C
Black with #E7534C
Text Example
Text Example
White with #E7534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7534C; }
p { color: rgb(231,83,76); }
H1.HeaderClassName
{
color: #E7534C;
}
.AnyTagClassName
{
color: #E7534C;
}
</style>
background-color css
<style>
a { background-color: #E7534C; }
a { background-color: rgb(231,83,76); }
div.DivClassName
{
background-color: #E7534C;
}
.BgClassName
{
background-color: #E7534C;
}
</style>
border-color css
<style>
span { border-color: #E7534C; }
span { border-color: rgb(231,83,76); }
td.TdClassName
{
border-color: #E7534C;
}
.TagClassName
{
border-color: #E7534C;
}
</style>