Shades of Flamingo #E95E4D
Tints of Flamingo #E95E4D
RGB
CMYK
RGB Variations
Color information
#E95E4D (or 0xE95E4D) is known color: Flamingo. HEX triplet: E9, 5E and 4D. RGB value is (233,94,77). Sum of RGB (Red+Green+Blue) = 233+94+77=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95E4D is #16A1B2. Grayscale: #858585. Windows color (decimal): -1483187 or 5070569. OLE color: 5070569.
HSL color Cylindrical-coordinate representation of color #E95E4D: hue angle of 6.54º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E95E4D is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 94 | 77 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.09 |
| HSL | 6.54º | 0.78% | 0.61% | - |
| HSV(B) | 6.54º | 0.67% | 0.91% | - |
| XYZ | 38.95 | 25.86 | 9.96 | - |
| YUV | 133.62 | 96.05 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 94 | 77 | 0 | 0.60 | 0.67 | 0.09 | 6.54 | 0.78 | 0.61 |
| Hex | E9 | 5E | 4D | 0 | 3C | 43 | 9 | 7 | 4E | 3D |
| Octal | 351 | 136 | 115 | 0 | 74 | 103 | 11 | 7 | 116 | 75 |
| Binary | 11101001 | 1011110 | 1001101 | 0 | 111100 | 1000011 | 1001 | 111 | 1001110 | 111101 |
Color Harmonies of #E95E4D
Complementary color
Monochromatic Colors of #E95E4D
Black with #E95E4D
Text Example
Text Example
White with #E95E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95E4D; }
p { color: rgb(233,94,77); }
H1.HeaderClassName
{
color: #E95E4D;
}
.AnyTagClassName
{
color: #E95E4D;
}
</style>
background-color css
<style>
a { background-color: #E95E4D; }
a { background-color: rgb(233,94,77); }
div.DivClassName
{
background-color: #E95E4D;
}
.BgClassName
{
background-color: #E95E4D;
}
</style>
border-color css
<style>
span { border-color: #E95E4D; }
span { border-color: rgb(233,94,77); }
td.TdClassName
{
border-color: #E95E4D;
}
.TagClassName
{
border-color: #E95E4D;
}
</style>