Shades of Flamingo #E76953
Tints of Flamingo #E76953
RGB
CMYK
RGB Variations
Color information
#E76953 (or 0xE76953) is known color: Flamingo. HEX triplet: E7, 69 and 53. RGB value is (231,105,83). Sum of RGB (Red+Green+Blue) = 231+105+83=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E76953 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76953 is #1896AC. Grayscale: #8C8C8C. Windows color (decimal): -1611437 or 5466599. OLE color: 5466599.
HSL color Cylindrical-coordinate representation of color #E76953: hue angle of 8.92º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E76953 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 83 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.09 |
| HSL | 8.92º | 0.76% | 0.62% | - |
| HSV(B) | 8.92º | 0.64% | 0.91% | - |
| XYZ | 39.57 | 27.72 | 11.45 | - |
| YUV | 140.17 | 95.74 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 83 | 0 | 0.55 | 0.64 | 0.09 | 8.92 | 0.76 | 0.62 |
| Hex | E7 | 69 | 53 | 0 | 37 | 40 | 9 | 9 | 4C | 3E |
| Octal | 347 | 151 | 123 | 0 | 67 | 100 | 11 | 11 | 114 | 76 |
| Binary | 11100111 | 1101001 | 1010011 | 0 | 110111 | 1000000 | 1001 | 1001 | 1001100 | 111110 |
Color Harmonies of #E76953
Complementary color
Monochromatic Colors of #E76953
Black with #E76953
Text Example
Text Example
White with #E76953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76953; }
p { color: rgb(231,105,83); }
H1.HeaderClassName
{
color: #E76953;
}
.AnyTagClassName
{
color: #E76953;
}
</style>
background-color css
<style>
a { background-color: #E76953; }
a { background-color: rgb(231,105,83); }
div.DivClassName
{
background-color: #E76953;
}
.BgClassName
{
background-color: #E76953;
}
</style>
border-color css
<style>
span { border-color: #E76953; }
span { border-color: rgb(231,105,83); }
td.TdClassName
{
border-color: #E76953;
}
.TagClassName
{
border-color: #E76953;
}
</style>