Shades of Flamingo #E95A57
Tints of Flamingo #E95A57
RGB
CMYK
RGB Variations
Color information
#E95A57 (or 0xE95A57) is known color: Flamingo. HEX triplet: E9, 5A and 57. RGB value is (233,90,87). Sum of RGB (Red+Green+Blue) = 233+90+87=410 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.83% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95A57 is #16A5A8. Grayscale: #848484. Windows color (decimal): -1484201 or 5724905. OLE color: 5724905.
HSL color Cylindrical-coordinate representation of color #E95A57: hue angle of 1.23º 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 #E95A57 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 87 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.09 |
| HSL | 1.23º | 0.77% | 0.63% | - |
| HSV(B) | 1.23º | 0.63% | 0.91% | - |
| XYZ | 38.98 | 25.32 | 11.85 | - |
| YUV | 132.42 | 102.38 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 87 | 0 | 0.61 | 0.63 | 0.09 | 1.23 | 0.77 | 0.63 |
| Hex | E9 | 5A | 57 | 0 | 3D | 3F | 9 | 1 | 4D | 3F |
| Octal | 351 | 132 | 127 | 0 | 75 | 77 | 11 | 1 | 115 | 77 |
| Binary | 11101001 | 1011010 | 1010111 | 0 | 111101 | 111111 | 1001 | 1 | 1001101 | 111111 |
Color Harmonies of #E95A57
Complementary color
Monochromatic Colors of #E95A57
Black with #E95A57
Text Example
Text Example
White with #E95A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95A57; }
p { color: rgb(233,90,87); }
H1.HeaderClassName
{
color: #E95A57;
}
.AnyTagClassName
{
color: #E95A57;
}
</style>
background-color css
<style>
a { background-color: #E95A57; }
a { background-color: rgb(233,90,87); }
div.DivClassName
{
background-color: #E95A57;
}
.BgClassName
{
background-color: #E95A57;
}
</style>
border-color css
<style>
span { border-color: #E95A57; }
span { border-color: rgb(233,90,87); }
td.TdClassName
{
border-color: #E95A57;
}
.TagClassName
{
border-color: #E95A57;
}
</style>