Shades of Flamingo #E75D57
Tints of Flamingo #E75D57
RGB
CMYK
RGB Variations
Color information
#E75D57 (or 0xE75D57) is known color: Flamingo. HEX triplet: E7, 5D and 57. RGB value is (231,93,87). Sum of RGB (Red+Green+Blue) = 231+93+87=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75D57 is #18A2A8. Grayscale: #858585. Windows color (decimal): -1614505 or 5725671. OLE color: 5725671.
HSL color Cylindrical-coordinate representation of color #E75D57: hue angle of 2.5º 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 #E75D57 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 87 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.09 |
| HSL | 2.5º | 0.75% | 0.62% | - |
| HSV(B) | 2.5º | 0.62% | 0.91% | - |
| XYZ | 38.59 | 25.51 | 11.91 | - |
| YUV | 133.58 | 101.72 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 87 | 0 | 0.60 | 0.62 | 0.09 | 2.5 | 0.75 | 0.62 |
| Hex | E7 | 5D | 57 | 0 | 3C | 3E | 9 | 2 | 4B | 3E |
| Octal | 347 | 135 | 127 | 0 | 74 | 76 | 11 | 2 | 113 | 76 |
| Binary | 11100111 | 1011101 | 1010111 | 0 | 111100 | 111110 | 1001 | 10 | 1001011 | 111110 |
Color Harmonies of #E75D57
Complementary color
Monochromatic Colors of #E75D57
Black with #E75D57
Text Example
Text Example
White with #E75D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75D57; }
p { color: rgb(231,93,87); }
H1.HeaderClassName
{
color: #E75D57;
}
.AnyTagClassName
{
color: #E75D57;
}
</style>
background-color css
<style>
a { background-color: #E75D57; }
a { background-color: rgb(231,93,87); }
div.DivClassName
{
background-color: #E75D57;
}
.BgClassName
{
background-color: #E75D57;
}
</style>
border-color css
<style>
span { border-color: #E75D57; }
span { border-color: rgb(231,93,87); }
td.TdClassName
{
border-color: #E75D57;
}
.TagClassName
{
border-color: #E75D57;
}
</style>