Shades of Flamingo #E7603F
Tints of Flamingo #E7603F
RGB
CMYK
RGB Variations
Color information
#E7603F (or 0xE7603F) is known color: Flamingo. HEX triplet: E7, 60 and 3F. RGB value is (231,96,63). Sum of RGB (Red+Green+Blue) = 231+96+63=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E7603F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7603F is #189FC0. Grayscale: #848484. Windows color (decimal): -1613761 or 4153575. OLE color: 4153575.
HSL color Cylindrical-coordinate representation of color #E7603F: hue angle of 11.79º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E7603F is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 63 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.09 |
| HSL | 11.79º | 0.78% | 0.58% | - |
| HSV(B) | 11.79º | 0.73% | 0.91% | - |
| XYZ | 38.04 | 25.71 | 7.66 | - |
| YUV | 132.6 | 88.73 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 63 | 0 | 0.58 | 0.73 | 0.09 | 11.79 | 0.78 | 0.58 |
| Hex | E7 | 60 | 3F | 0 | 3A | 49 | 9 | C | 4E | 3A |
| Octal | 347 | 140 | 77 | 0 | 72 | 111 | 11 | 14 | 116 | 72 |
| Binary | 11100111 | 1100000 | 111111 | 0 | 111010 | 1001001 | 1001 | 1100 | 1001110 | 111010 |
Color Harmonies of #E7603F
Complementary color
Monochromatic Colors of #E7603F
Black with #E7603F
Text Example
Text Example
White with #E7603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7603F; }
p { color: rgb(231,96,63); }
H1.HeaderClassName
{
color: #E7603F;
}
.AnyTagClassName
{
color: #E7603F;
}
</style>
background-color css
<style>
a { background-color: #E7603F; }
a { background-color: rgb(231,96,63); }
div.DivClassName
{
background-color: #E7603F;
}
.BgClassName
{
background-color: #E7603F;
}
</style>
border-color css
<style>
span { border-color: #E7603F; }
span { border-color: rgb(231,96,63); }
td.TdClassName
{
border-color: #E7603F;
}
.TagClassName
{
border-color: #E7603F;
}
</style>