Shades of Flamingo #E75650
Tints of Flamingo #E75650
RGB
CMYK
RGB Variations
Color information
#E75650 (or 0xE75650) is known color: Flamingo. HEX triplet: E7, 56 and 50. RGB value is (231,86,80). Sum of RGB (Red+Green+Blue) = 231+86+80=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E75650 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75650 is #18A9AF. Grayscale: #808080. Windows color (decimal): -1616304 or 5265127. OLE color: 5265127.
HSL color Cylindrical-coordinate representation of color #E75650: hue angle of 2.38º 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 #E75650 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 80 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.09 |
| HSL | 2.38º | 0.76% | 0.61% | - |
| HSV(B) | 2.38º | 0.65% | 0.91% | - |
| XYZ | 37.73 | 24.22 | 10.28 | - |
| YUV | 128.67 | 100.54 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 80 | 0 | 0.63 | 0.65 | 0.09 | 2.38 | 0.76 | 0.61 |
| Hex | E7 | 56 | 50 | 0 | 3F | 41 | 9 | 2 | 4C | 3D |
| Octal | 347 | 126 | 120 | 0 | 77 | 101 | 11 | 2 | 114 | 75 |
| Binary | 11100111 | 1010110 | 1010000 | 0 | 111111 | 1000001 | 1001 | 10 | 1001100 | 111101 |
Color Harmonies of #E75650
Complementary color
Monochromatic Colors of #E75650
Black with #E75650
Text Example
Text Example
White with #E75650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75650; }
p { color: rgb(231,86,80); }
H1.HeaderClassName
{
color: #E75650;
}
.AnyTagClassName
{
color: #E75650;
}
</style>
background-color css
<style>
a { background-color: #E75650; }
a { background-color: rgb(231,86,80); }
div.DivClassName
{
background-color: #E75650;
}
.BgClassName
{
background-color: #E75650;
}
</style>
border-color css
<style>
span { border-color: #E75650; }
span { border-color: rgb(231,86,80); }
td.TdClassName
{
border-color: #E75650;
}
.TagClassName
{
border-color: #E75650;
}
</style>