Shades of Flamingo #E75641
Tints of Flamingo #E75641
RGB
CMYK
RGB Variations
Color information
#E75641 (or 0xE75641) is known color: Flamingo. HEX triplet: E7, 56 and 41. RGB value is (231,86,65). Sum of RGB (Red+Green+Blue) = 231+86+65=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E75641 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75641 is #18A9BE. Grayscale: #7F7F7F. Windows color (decimal): -1616319 or 4282087. OLE color: 4282087.
HSL color Cylindrical-coordinate representation of color #E75641: hue angle of 7.59º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E75641 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 65 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.09 |
| HSL | 7.59º | 0.78% | 0.58% | - |
| HSV(B) | 7.59º | 0.72% | 0.91% | - |
| XYZ | 37.24 | 24.03 | 7.68 | - |
| YUV | 126.96 | 93.04 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 65 | 0 | 0.63 | 0.72 | 0.09 | 7.59 | 0.78 | 0.58 |
| Hex | E7 | 56 | 41 | 0 | 3F | 48 | 9 | 8 | 4E | 3A |
| Octal | 347 | 126 | 101 | 0 | 77 | 110 | 11 | 10 | 116 | 72 |
| Binary | 11100111 | 1010110 | 1000001 | 0 | 111111 | 1001000 | 1001 | 1000 | 1001110 | 111010 |
Color Harmonies of #E75641
Complementary color
Monochromatic Colors of #E75641
Black with #E75641
Text Example
Text Example
White with #E75641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75641; }
p { color: rgb(231,86,65); }
H1.HeaderClassName
{
color: #E75641;
}
.AnyTagClassName
{
color: #E75641;
}
</style>
background-color css
<style>
a { background-color: #E75641; }
a { background-color: rgb(231,86,65); }
div.DivClassName
{
background-color: #E75641;
}
.BgClassName
{
background-color: #E75641;
}
</style>
border-color css
<style>
span { border-color: #E75641; }
span { border-color: rgb(231,86,65); }
td.TdClassName
{
border-color: #E75641;
}
.TagClassName
{
border-color: #E75641;
}
</style>