Shades of Flamingo #E75A47
Tints of Flamingo #E75A47
RGB
CMYK
RGB Variations
Color information
#E75A47 (or 0xE75A47) is known color: Flamingo. HEX triplet: E7, 5A and 47. RGB value is (231,90,71). Sum of RGB (Red+Green+Blue) = 231+90+71=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75A47 is #18A5B8. Grayscale: #828282. Windows color (decimal): -1615289 or 4676327. OLE color: 4676327.
HSL color Cylindrical-coordinate representation of color #E75A47: hue angle of 7.12º 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 #E75A47 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 71 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.09 |
| HSL | 7.13º | 0.77% | 0.59% | - |
| HSV(B) | 7.13º | 0.69% | 0.91% | - |
| XYZ | 37.75 | 24.76 | 8.75 | - |
| YUV | 129.99 | 94.71 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 71 | 0 | 0.61 | 0.69 | 0.09 | 7.13 | 0.77 | 0.59 |
| Hex | E7 | 5A | 47 | 0 | 3D | 45 | 9 | 7 | 4D | 3B |
| Octal | 347 | 132 | 107 | 0 | 75 | 105 | 11 | 7 | 115 | 73 |
| Binary | 11100111 | 1011010 | 1000111 | 0 | 111101 | 1000101 | 1001 | 111 | 1001101 | 111011 |
Color Harmonies of #E75A47
Complementary color
Monochromatic Colors of #E75A47
Black with #E75A47
Text Example
Text Example
White with #E75A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A47; }
p { color: rgb(231,90,71); }
H1.HeaderClassName
{
color: #E75A47;
}
.AnyTagClassName
{
color: #E75A47;
}
</style>
background-color css
<style>
a { background-color: #E75A47; }
a { background-color: rgb(231,90,71); }
div.DivClassName
{
background-color: #E75A47;
}
.BgClassName
{
background-color: #E75A47;
}
</style>
border-color css
<style>
span { border-color: #E75A47; }
span { border-color: rgb(231,90,71); }
td.TdClassName
{
border-color: #E75A47;
}
.TagClassName
{
border-color: #E75A47;
}
</style>