Shades of Flamingo #E76153
Tints of Flamingo #E76153
RGB
CMYK
RGB Variations
Color information
#E76153 (or 0xE76153) is known color: Flamingo. HEX triplet: E7, 61 and 53. RGB value is (231,97,83). Sum of RGB (Red+Green+Blue) = 231+97+83=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E76153 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76153 is #189EAC. Grayscale: #878787. Windows color (decimal): -1613485 or 5464551. OLE color: 5464551.
HSL color Cylindrical-coordinate representation of color #E76153: hue angle of 5.68º 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 #E76153 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 83 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.09 |
| HSL | 5.68º | 0.76% | 0.62% | - |
| HSV(B) | 5.68º | 0.64% | 0.91% | - |
| XYZ | 38.79 | 26.16 | 11.19 | - |
| YUV | 135.47 | 98.39 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 83 | 0 | 0.58 | 0.64 | 0.09 | 5.68 | 0.76 | 0.62 |
| Hex | E7 | 61 | 53 | 0 | 3A | 40 | 9 | 6 | 4C | 3E |
| Octal | 347 | 141 | 123 | 0 | 72 | 100 | 11 | 6 | 114 | 76 |
| Binary | 11100111 | 1100001 | 1010011 | 0 | 111010 | 1000000 | 1001 | 110 | 1001100 | 111110 |
Color Harmonies of #E76153
Complementary color
Monochromatic Colors of #E76153
Black with #E76153
Text Example
Text Example
White with #E76153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76153; }
p { color: rgb(231,97,83); }
H1.HeaderClassName
{
color: #E76153;
}
.AnyTagClassName
{
color: #E76153;
}
</style>
background-color css
<style>
a { background-color: #E76153; }
a { background-color: rgb(231,97,83); }
div.DivClassName
{
background-color: #E76153;
}
.BgClassName
{
background-color: #E76153;
}
</style>
border-color css
<style>
span { border-color: #E76153; }
span { border-color: rgb(231,97,83); }
td.TdClassName
{
border-color: #E76153;
}
.TagClassName
{
border-color: #E76153;
}
</style>