Shades of Flamingo #E75653
Tints of Flamingo #E75653
RGB
CMYK
RGB Variations
Color information
#E75653 (or 0xE75653) is known color: Flamingo. HEX triplet: E7, 56 and 53. RGB value is (231,86,83). Sum of RGB (Red+Green+Blue) = 231+86+83=400 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.75% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 231 - color contains mainly: red. Hex color #E75653 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75653 is #18A9AC. Grayscale: #818181. Windows color (decimal): -1616301 or 5461735. OLE color: 5461735.
HSL color Cylindrical-coordinate representation of color #E75653: hue angle of 1.22º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E75653 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 83 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.09 |
| HSL | 1.22º | 0.76% | 0.62% | - |
| HSV(B) | 1.22º | 0.64% | 0.91% | - |
| XYZ | 37.84 | 24.27 | 10.87 | - |
| YUV | 129.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 83 | 0 | 0.63 | 0.64 | 0.09 | 1.22 | 0.76 | 0.62 |
| Hex | E7 | 56 | 53 | 0 | 3F | 40 | 9 | 1 | 4C | 3E |
| Octal | 347 | 126 | 123 | 0 | 77 | 100 | 11 | 1 | 114 | 76 |
| Binary | 11100111 | 1010110 | 1010011 | 0 | 111111 | 1000000 | 1001 | 1 | 1001100 | 111110 |
Color Harmonies of #E75653
Complementary color
Monochromatic Colors of #E75653
Black with #E75653
Text Example
Text Example
White with #E75653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75653; }
p { color: rgb(231,86,83); }
H1.HeaderClassName
{
color: #E75653;
}
.AnyTagClassName
{
color: #E75653;
}
</style>
background-color css
<style>
a { background-color: #E75653; }
a { background-color: rgb(231,86,83); }
div.DivClassName
{
background-color: #E75653;
}
.BgClassName
{
background-color: #E75653;
}
</style>
border-color css
<style>
span { border-color: #E75653; }
span { border-color: rgb(231,86,83); }
td.TdClassName
{
border-color: #E75653;
}
.TagClassName
{
border-color: #E75653;
}
</style>