Shades of Flamingo #E76248
Tints of Flamingo #E76248
RGB
CMYK
RGB Variations
Color information
#E76248 (or 0xE76248) is known color: Flamingo. HEX triplet: E7, 62 and 48. RGB value is (231,98,72). Sum of RGB (Red+Green+Blue) = 231+98+72=401 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.61% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 231 - color contains mainly: red. Hex color #E76248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76248 is #189DB7. Grayscale: #878787. Windows color (decimal): -1613240 or 4743911. OLE color: 4743911.
HSL color Cylindrical-coordinate representation of color #E76248: hue angle of 9.81º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E76248 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 98 | 72 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.09 |
| HSL | 9.81º | 0.77% | 0.59% | - |
| HSV(B) | 9.81º | 0.69% | 0.91% | - |
| XYZ | 38.49 | 26.19 | 9.16 | - |
| YUV | 134.8 | 92.56 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 98 | 72 | 0 | 0.58 | 0.69 | 0.09 | 9.81 | 0.77 | 0.59 |
| Hex | E7 | 62 | 48 | 0 | 3A | 45 | 9 | A | 4D | 3B |
| Octal | 347 | 142 | 110 | 0 | 72 | 105 | 11 | 12 | 115 | 73 |
| Binary | 11100111 | 1100010 | 1001000 | 0 | 111010 | 1000101 | 1001 | 1010 | 1001101 | 111011 |
Color Harmonies of #E76248
Complementary color
Monochromatic Colors of #E76248
Black with #E76248
Text Example
Text Example
White with #E76248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76248; }
p { color: rgb(231,98,72); }
H1.HeaderClassName
{
color: #E76248;
}
.AnyTagClassName
{
color: #E76248;
}
</style>
background-color css
<style>
a { background-color: #E76248; }
a { background-color: rgb(231,98,72); }
div.DivClassName
{
background-color: #E76248;
}
.BgClassName
{
background-color: #E76248;
}
</style>
border-color css
<style>
span { border-color: #E76248; }
span { border-color: rgb(231,98,72); }
td.TdClassName
{
border-color: #E76248;
}
.TagClassName
{
border-color: #E76248;
}
</style>