Shades of Flamingo #E75746
Tints of Flamingo #E75746
RGB
CMYK
RGB Variations
Color information
#E75746 (or 0xE75746) is known color: Flamingo. HEX triplet: E7, 57 and 46. RGB value is (231,87,70). Sum of RGB (Red+Green+Blue) = 231+87+70=388 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.54% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 231 - color contains mainly: red. Hex color #E75746 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75746 is #18A8B9. Grayscale: #808080. Windows color (decimal): -1616058 or 4610023. OLE color: 4610023.
HSL color Cylindrical-coordinate representation of color #E75746: hue angle of 6.34º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E75746 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 70 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.09 |
| HSL | 6.34º | 0.77% | 0.59% | - |
| HSV(B) | 6.34º | 0.7% | 0.91% | - |
| XYZ | 37.47 | 24.25 | 8.5 | - |
| YUV | 128.12 | 95.21 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 70 | 0 | 0.62 | 0.70 | 0.09 | 6.34 | 0.77 | 0.59 |
| Hex | E7 | 57 | 46 | 0 | 3E | 46 | 9 | 6 | 4D | 3B |
| Octal | 347 | 127 | 106 | 0 | 76 | 106 | 11 | 6 | 115 | 73 |
| Binary | 11100111 | 1010111 | 1000110 | 0 | 111110 | 1000110 | 1001 | 110 | 1001101 | 111011 |
Color Harmonies of #E75746
Complementary color
Monochromatic Colors of #E75746
Black with #E75746
Text Example
Text Example
White with #E75746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75746; }
p { color: rgb(231,87,70); }
H1.HeaderClassName
{
color: #E75746;
}
.AnyTagClassName
{
color: #E75746;
}
</style>
background-color css
<style>
a { background-color: #E75746; }
a { background-color: rgb(231,87,70); }
div.DivClassName
{
background-color: #E75746;
}
.BgClassName
{
background-color: #E75746;
}
</style>
border-color css
<style>
span { border-color: #E75746; }
span { border-color: rgb(231,87,70); }
td.TdClassName
{
border-color: #E75746;
}
.TagClassName
{
border-color: #E75746;
}
</style>