Shades of Flamingo #E75A51
Tints of Flamingo #E75A51
RGB
CMYK
RGB Variations
Color information
#E75A51 (or 0xE75A51) is known color: Flamingo. HEX triplet: E7, 5A and 51. RGB value is (231,90,81). Sum of RGB (Red+Green+Blue) = 231+90+81=402 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.46% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75A51 is #18A5AE. Grayscale: #838383. Windows color (decimal): -1615279 or 5331687. OLE color: 5331687.
HSL color Cylindrical-coordinate representation of color #E75A51: hue angle of 3.6º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E75A51 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 81 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.09 |
| HSL | 3.6º | 0.76% | 0.61% | - |
| HSV(B) | 3.6º | 0.65% | 0.91% | - |
| XYZ | 38.1 | 24.9 | 10.58 | - |
| YUV | 131.13 | 99.71 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 81 | 0 | 0.61 | 0.65 | 0.09 | 3.6 | 0.76 | 0.61 |
| Hex | E7 | 5A | 51 | 0 | 3D | 41 | 9 | 4 | 4C | 3D |
| Octal | 347 | 132 | 121 | 0 | 75 | 101 | 11 | 4 | 114 | 75 |
| Binary | 11100111 | 1011010 | 1010001 | 0 | 111101 | 1000001 | 1001 | 100 | 1001100 | 111101 |
Color Harmonies of #E75A51
Complementary color
Monochromatic Colors of #E75A51
Black with #E75A51
Text Example
Text Example
White with #E75A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A51; }
p { color: rgb(231,90,81); }
H1.HeaderClassName
{
color: #E75A51;
}
.AnyTagClassName
{
color: #E75A51;
}
</style>
background-color css
<style>
a { background-color: #E75A51; }
a { background-color: rgb(231,90,81); }
div.DivClassName
{
background-color: #E75A51;
}
.BgClassName
{
background-color: #E75A51;
}
</style>
border-color css
<style>
span { border-color: #E75A51; }
span { border-color: rgb(231,90,81); }
td.TdClassName
{
border-color: #E75A51;
}
.TagClassName
{
border-color: #E75A51;
}
</style>