Shades of Flamingo #E7644C
Tints of Flamingo #E7644C
RGB
CMYK
RGB Variations
Color information
#E7644C (or 0xE7644C) is known color: Flamingo. HEX triplet: E7, 64 and 4C. RGB value is (231,100,76). Sum of RGB (Red+Green+Blue) = 231+100+76=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E7644C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7644C is #189BB3. Grayscale: #888888. Windows color (decimal): -1612724 or 5006567. OLE color: 5006567.
HSL color Cylindrical-coordinate representation of color #E7644C: hue angle of 9.29º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7644C is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 76 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.09 |
| HSL | 9.29º | 0.76% | 0.6% | - |
| HSV(B) | 9.29º | 0.67% | 0.91% | - |
| XYZ | 38.82 | 26.63 | 9.93 | - |
| YUV | 136.43 | 93.9 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 76 | 0 | 0.57 | 0.67 | 0.09 | 9.29 | 0.76 | 0.6 |
| Hex | E7 | 64 | 4C | 0 | 39 | 43 | 9 | 9 | 4C | 3C |
| Octal | 347 | 144 | 114 | 0 | 71 | 103 | 11 | 11 | 114 | 74 |
| Binary | 11100111 | 1100100 | 1001100 | 0 | 111001 | 1000011 | 1001 | 1001 | 1001100 | 111100 |
Color Harmonies of #E7644C
Complementary color
Monochromatic Colors of #E7644C
Black with #E7644C
Text Example
Text Example
White with #E7644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7644C; }
p { color: rgb(231,100,76); }
H1.HeaderClassName
{
color: #E7644C;
}
.AnyTagClassName
{
color: #E7644C;
}
</style>
background-color css
<style>
a { background-color: #E7644C; }
a { background-color: rgb(231,100,76); }
div.DivClassName
{
background-color: #E7644C;
}
.BgClassName
{
background-color: #E7644C;
}
</style>
border-color css
<style>
span { border-color: #E7644C; }
span { border-color: rgb(231,100,76); }
td.TdClassName
{
border-color: #E7644C;
}
.TagClassName
{
border-color: #E7644C;
}
</style>