Shades of Flamingo #E95756
Tints of Flamingo #E95756
RGB
CMYK
RGB Variations
Color information
#E95756 (or 0xE95756) is known color: Flamingo. HEX triplet: E9, 57 and 56. RGB value is (233,87,86). Sum of RGB (Red+Green+Blue) = 233+87+86=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E95756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95756 is #16A8A9. Grayscale: #828282. Windows color (decimal): -1484970 or 5658601. OLE color: 5658601.
HSL color Cylindrical-coordinate representation of color #E95756: hue angle of 0.41º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E95756 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 87 | 86 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.09 |
| HSL | 0.41º | 0.77% | 0.63% | - |
| HSV(B) | 0.41º | 0.63% | 0.91% | - |
| XYZ | 38.69 | 24.81 | 11.55 | - |
| YUV | 130.54 | 102.87 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 87 | 86 | 0 | 0.63 | 0.63 | 0.09 | 0.41 | 0.77 | 0.63 |
| Hex | E9 | 57 | 56 | 0 | 3F | 3F | 9 | 0 | 4D | 3F |
| Octal | 351 | 127 | 126 | 0 | 77 | 77 | 11 | 0 | 115 | 77 |
| Binary | 11101001 | 1010111 | 1010110 | 0 | 111111 | 111111 | 1001 | 0 | 1001101 | 111111 |
Color Harmonies of #E95756
Complementary color
Monochromatic Colors of #E95756
Black with #E95756
Text Example
Text Example
White with #E95756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95756; }
p { color: rgb(233,87,86); }
H1.HeaderClassName
{
color: #E95756;
}
.AnyTagClassName
{
color: #E95756;
}
</style>
background-color css
<style>
a { background-color: #E95756; }
a { background-color: rgb(233,87,86); }
div.DivClassName
{
background-color: #E95756;
}
.BgClassName
{
background-color: #E95756;
}
</style>
border-color css
<style>
span { border-color: #E95756; }
span { border-color: rgb(233,87,86); }
td.TdClassName
{
border-color: #E95756;
}
.TagClassName
{
border-color: #E95756;
}
</style>