Shades of Flamingo #E75249
Tints of Flamingo #E75249
RGB
CMYK
RGB Variations
Color information
#E75249 (or 0xE75249) is known color: Flamingo. HEX triplet: E7, 52 and 49. RGB value is (231,82,73). Sum of RGB (Red+Green+Blue) = 231+82+73=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E75249 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75249 is #18ADB6. Grayscale: #7D7D7D. Windows color (decimal): -1617335 or 4805351. OLE color: 4805351.
HSL color Cylindrical-coordinate representation of color #E75249: hue angle of 3.42º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E75249 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 73 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.09 |
| HSL | 3.42º | 0.77% | 0.6% | - |
| HSV(B) | 3.42º | 0.68% | 0.91% | - |
| XYZ | 37.17 | 23.5 | 8.88 | - |
| YUV | 125.53 | 98.36 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 73 | 0 | 0.65 | 0.68 | 0.09 | 3.42 | 0.77 | 0.6 |
| Hex | E7 | 52 | 49 | 0 | 41 | 44 | 9 | 3 | 4D | 3C |
| Octal | 347 | 122 | 111 | 0 | 101 | 104 | 11 | 3 | 115 | 74 |
| Binary | 11100111 | 1010010 | 1001001 | 0 | 1000001 | 1000100 | 1001 | 11 | 1001101 | 111100 |
Color Harmonies of #E75249
Complementary color
Monochromatic Colors of #E75249
Black with #E75249
Text Example
Text Example
White with #E75249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75249; }
p { color: rgb(231,82,73); }
H1.HeaderClassName
{
color: #E75249;
}
.AnyTagClassName
{
color: #E75249;
}
</style>
background-color css
<style>
a { background-color: #E75249; }
a { background-color: rgb(231,82,73); }
div.DivClassName
{
background-color: #E75249;
}
.BgClassName
{
background-color: #E75249;
}
</style>
border-color css
<style>
span { border-color: #E75249; }
span { border-color: rgb(231,82,73); }
td.TdClassName
{
border-color: #E75249;
}
.TagClassName
{
border-color: #E75249;
}
</style>