Shades of Flamingo #E7644F
Tints of Flamingo #E7644F
RGB
CMYK
RGB Variations
Color information
#E7644F (or 0xE7644F) is known color: Flamingo. HEX triplet: E7, 64 and 4F. RGB value is (231,100,79). Sum of RGB (Red+Green+Blue) = 231+100+79=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E7644F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7644F is #189BB0. Grayscale: #888888. Windows color (decimal): -1612721 or 5203175. OLE color: 5203175.
HSL color Cylindrical-coordinate representation of color #E7644F: hue angle of 8.29º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7644F is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 79 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.09 |
| HSL | 8.29º | 0.76% | 0.61% | - |
| HSV(B) | 8.29º | 0.66% | 0.91% | - |
| XYZ | 38.92 | 26.67 | 10.49 | - |
| YUV | 136.78 | 95.4 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 79 | 0 | 0.57 | 0.66 | 0.09 | 8.29 | 0.76 | 0.61 |
| Hex | E7 | 64 | 4F | 0 | 39 | 42 | 9 | 8 | 4C | 3D |
| Octal | 347 | 144 | 117 | 0 | 71 | 102 | 11 | 10 | 114 | 75 |
| Binary | 11100111 | 1100100 | 1001111 | 0 | 111001 | 1000010 | 1001 | 1000 | 1001100 | 111101 |
Color Harmonies of #E7644F
Complementary color
Monochromatic Colors of #E7644F
Black with #E7644F
Text Example
Text Example
White with #E7644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7644F; }
p { color: rgb(231,100,79); }
H1.HeaderClassName
{
color: #E7644F;
}
.AnyTagClassName
{
color: #E7644F;
}
</style>
background-color css
<style>
a { background-color: #E7644F; }
a { background-color: rgb(231,100,79); }
div.DivClassName
{
background-color: #E7644F;
}
.BgClassName
{
background-color: #E7644F;
}
</style>
border-color css
<style>
span { border-color: #E7644F; }
span { border-color: rgb(231,100,79); }
td.TdClassName
{
border-color: #E7644F;
}
.TagClassName
{
border-color: #E7644F;
}
</style>