Shades of Flamingo #E75A57
Tints of Flamingo #E75A57
RGB
CMYK
RGB Variations
Color information
#E75A57 (or 0xE75A57) is known color: Flamingo. HEX triplet: E7, 5A and 57. RGB value is (231,90,87). Sum of RGB (Red+Green+Blue) = 231+90+87=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75A57 is #18A5A8. Grayscale: #838383. Windows color (decimal): -1615273 or 5724903. OLE color: 5724903.
HSL color Cylindrical-coordinate representation of color #E75A57: hue angle of 1.25º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E75A57 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 87 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.09 |
| HSL | 1.25º | 0.75% | 0.62% | - |
| HSV(B) | 1.25º | 0.62% | 0.91% | - |
| XYZ | 38.33 | 24.99 | 11.82 | - |
| YUV | 131.82 | 102.71 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 87 | 0 | 0.61 | 0.62 | 0.09 | 1.25 | 0.75 | 0.62 |
| Hex | E7 | 5A | 57 | 0 | 3D | 3E | 9 | 1 | 4B | 3E |
| Octal | 347 | 132 | 127 | 0 | 75 | 76 | 11 | 1 | 113 | 76 |
| Binary | 11100111 | 1011010 | 1010111 | 0 | 111101 | 111110 | 1001 | 1 | 1001011 | 111110 |
Color Harmonies of #E75A57
Complementary color
Monochromatic Colors of #E75A57
Black with #E75A57
Text Example
Text Example
White with #E75A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A57; }
p { color: rgb(231,90,87); }
H1.HeaderClassName
{
color: #E75A57;
}
.AnyTagClassName
{
color: #E75A57;
}
</style>
background-color css
<style>
a { background-color: #E75A57; }
a { background-color: rgb(231,90,87); }
div.DivClassName
{
background-color: #E75A57;
}
.BgClassName
{
background-color: #E75A57;
}
</style>
border-color css
<style>
span { border-color: #E75A57; }
span { border-color: rgb(231,90,87); }
td.TdClassName
{
border-color: #E75A57;
}
.TagClassName
{
border-color: #E75A57;
}
</style>