Shades of Flamingo #E76243
Tints of Flamingo #E76243
RGB
CMYK
RGB Variations
Color information
#E76243 (or 0xE76243) is known color: Flamingo. HEX triplet: E7, 62 and 43. RGB value is (231,98,67). Sum of RGB (Red+Green+Blue) = 231+98+67=396 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.33% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 231 - color contains mainly: red. Hex color #E76243 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76243 is #189DBC. Grayscale: #868686. Windows color (decimal): -1613245 or 4416231. OLE color: 4416231.
HSL color Cylindrical-coordinate representation of color #E76243: hue angle of 11.34º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E76243 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 98 | 67 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.09 |
| HSL | 11.34º | 0.77% | 0.58% | - |
| HSV(B) | 11.34º | 0.71% | 0.91% | - |
| XYZ | 38.34 | 26.13 | 8.33 | - |
| YUV | 134.23 | 90.06 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 98 | 67 | 0 | 0.58 | 0.71 | 0.09 | 11.34 | 0.77 | 0.58 |
| Hex | E7 | 62 | 43 | 0 | 3A | 47 | 9 | B | 4D | 3A |
| Octal | 347 | 142 | 103 | 0 | 72 | 107 | 11 | 13 | 115 | 72 |
| Binary | 11100111 | 1100010 | 1000011 | 0 | 111010 | 1000111 | 1001 | 1011 | 1001101 | 111010 |
Color Harmonies of #E76243
Complementary color
Monochromatic Colors of #E76243
Black with #E76243
Text Example
Text Example
White with #E76243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76243; }
p { color: rgb(231,98,67); }
H1.HeaderClassName
{
color: #E76243;
}
.AnyTagClassName
{
color: #E76243;
}
</style>
background-color css
<style>
a { background-color: #E76243; }
a { background-color: rgb(231,98,67); }
div.DivClassName
{
background-color: #E76243;
}
.BgClassName
{
background-color: #E76243;
}
</style>
border-color css
<style>
span { border-color: #E76243; }
span { border-color: rgb(231,98,67); }
td.TdClassName
{
border-color: #E76243;
}
.TagClassName
{
border-color: #E76243;
}
</style>