Shades of Flamingo #E75E4E
Tints of Flamingo #E75E4E
RGB
CMYK
RGB Variations
Color information
#E75E4E (or 0xE75E4E) is known color: Flamingo. HEX triplet: E7, 5E and 4E. RGB value is (231,94,78). Sum of RGB (Red+Green+Blue) = 231+94+78=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E75E4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75E4E is #18A1B1. Grayscale: #858585. Windows color (decimal): -1614258 or 5136103. OLE color: 5136103.
HSL color Cylindrical-coordinate representation of color #E75E4E: hue angle of 6.27º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E75E4E is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 94 | 78 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.09 |
| HSL | 6.27º | 0.76% | 0.61% | - |
| HSV(B) | 6.27º | 0.66% | 0.91% | - |
| XYZ | 38.33 | 25.54 | 10.12 | - |
| YUV | 133.14 | 96.89 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 94 | 78 | 0 | 0.59 | 0.66 | 0.09 | 6.27 | 0.76 | 0.61 |
| Hex | E7 | 5E | 4E | 0 | 3B | 42 | 9 | 6 | 4C | 3D |
| Octal | 347 | 136 | 116 | 0 | 73 | 102 | 11 | 6 | 114 | 75 |
| Binary | 11100111 | 1011110 | 1001110 | 0 | 111011 | 1000010 | 1001 | 110 | 1001100 | 111101 |
Color Harmonies of #E75E4E
Complementary color
Monochromatic Colors of #E75E4E
Black with #E75E4E
Text Example
Text Example
White with #E75E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75E4E; }
p { color: rgb(231,94,78); }
H1.HeaderClassName
{
color: #E75E4E;
}
.AnyTagClassName
{
color: #E75E4E;
}
</style>
background-color css
<style>
a { background-color: #E75E4E; }
a { background-color: rgb(231,94,78); }
div.DivClassName
{
background-color: #E75E4E;
}
.BgClassName
{
background-color: #E75E4E;
}
</style>
border-color css
<style>
span { border-color: #E75E4E; }
span { border-color: rgb(231,94,78); }
td.TdClassName
{
border-color: #E75E4E;
}
.TagClassName
{
border-color: #E75E4E;
}
</style>