Shades of Flamingo #E76143
Tints of Flamingo #E76143
RGB
CMYK
RGB Variations
Color information
#E76143 (or 0xE76143) is known color: Flamingo. HEX triplet: E7, 61 and 43. RGB value is (231,97,67). Sum of RGB (Red+Green+Blue) = 231+97+67=395 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.48% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 67 (26.56% from 255 or 16.96% from 395); Max value from RGB is 231 - color contains mainly: red. Hex color #E76143 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76143 is #189EBC. Grayscale: #858585. Windows color (decimal): -1613501 or 4415975. OLE color: 4415975.
HSL color Cylindrical-coordinate representation of color #E76143: hue angle of 10.98º 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 #E76143 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 67 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.09 |
| HSL | 10.98º | 0.77% | 0.58% | - |
| HSV(B) | 10.98º | 0.71% | 0.91% | - |
| XYZ | 38.24 | 25.94 | 8.3 | - |
| YUV | 133.65 | 90.39 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 67 | 0 | 0.58 | 0.71 | 0.09 | 10.98 | 0.77 | 0.58 |
| Hex | E7 | 61 | 43 | 0 | 3A | 47 | 9 | B | 4D | 3A |
| Octal | 347 | 141 | 103 | 0 | 72 | 107 | 11 | 13 | 115 | 72 |
| Binary | 11100111 | 1100001 | 1000011 | 0 | 111010 | 1000111 | 1001 | 1011 | 1001101 | 111010 |
Color Harmonies of #E76143
Complementary color
Monochromatic Colors of #E76143
Black with #E76143
Text Example
Text Example
White with #E76143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76143; }
p { color: rgb(231,97,67); }
H1.HeaderClassName
{
color: #E76143;
}
.AnyTagClassName
{
color: #E76143;
}
</style>
background-color css
<style>
a { background-color: #E76143; }
a { background-color: rgb(231,97,67); }
div.DivClassName
{
background-color: #E76143;
}
.BgClassName
{
background-color: #E76143;
}
</style>
border-color css
<style>
span { border-color: #E76143; }
span { border-color: rgb(231,97,67); }
td.TdClassName
{
border-color: #E76143;
}
.TagClassName
{
border-color: #E76143;
}
</style>