Shades of Flamingo #E75740
Tints of Flamingo #E75740
RGB
CMYK
RGB Variations
Color information
#E75740 (or 0xE75740) is known color: Flamingo. HEX triplet: E7, 57 and 40. RGB value is (231,87,64). Sum of RGB (Red+Green+Blue) = 231+87+64=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E75740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75740 is #18A8BF. Grayscale: #7F7F7F. Windows color (decimal): -1616064 or 4216807. OLE color: 4216807.
HSL color Cylindrical-coordinate representation of color #E75740: hue angle of 8.26º 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 #E75740 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 64 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.09 |
| HSL | 8.26º | 0.78% | 0.58% | - |
| HSV(B) | 8.26º | 0.72% | 0.91% | - |
| XYZ | 37.29 | 24.18 | 7.55 | - |
| YUV | 127.43 | 92.21 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 64 | 0 | 0.62 | 0.72 | 0.09 | 8.26 | 0.78 | 0.58 |
| Hex | E7 | 57 | 40 | 0 | 3E | 48 | 9 | 8 | 4E | 3A |
| Octal | 347 | 127 | 100 | 0 | 76 | 110 | 11 | 10 | 116 | 72 |
| Binary | 11100111 | 1010111 | 1000000 | 0 | 111110 | 1001000 | 1001 | 1000 | 1001110 | 111010 |
Color Harmonies of #E75740
Complementary color
Monochromatic Colors of #E75740
Black with #E75740
Text Example
Text Example
White with #E75740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75740; }
p { color: rgb(231,87,64); }
H1.HeaderClassName
{
color: #E75740;
}
.AnyTagClassName
{
color: #E75740;
}
</style>
background-color css
<style>
a { background-color: #E75740; }
a { background-color: rgb(231,87,64); }
div.DivClassName
{
background-color: #E75740;
}
.BgClassName
{
background-color: #E75740;
}
</style>
border-color css
<style>
span { border-color: #E75740; }
span { border-color: rgb(231,87,64); }
td.TdClassName
{
border-color: #E75740;
}
.TagClassName
{
border-color: #E75740;
}
</style>