Shades of Flamingo #E7634D
Tints of Flamingo #E7634D
RGB
CMYK
RGB Variations
Color information
#E7634D (or 0xE7634D) is known color: Flamingo. HEX triplet: E7, 63 and 4D. RGB value is (231,99,77). Sum of RGB (Red+Green+Blue) = 231+99+77=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E7634D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7634D is #189CB2. Grayscale: #888888. Windows color (decimal): -1612979 or 5071847. OLE color: 5071847.
HSL color Cylindrical-coordinate representation of color #E7634D: hue angle of 8.57º 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 #E7634D is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 77 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.09 |
| HSL | 8.57º | 0.76% | 0.6% | - |
| HSV(B) | 8.57º | 0.67% | 0.91% | - |
| XYZ | 38.76 | 26.45 | 10.08 | - |
| YUV | 135.96 | 94.73 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 77 | 0 | 0.57 | 0.67 | 0.09 | 8.57 | 0.76 | 0.6 |
| Hex | E7 | 63 | 4D | 0 | 39 | 43 | 9 | 9 | 4C | 3C |
| Octal | 347 | 143 | 115 | 0 | 71 | 103 | 11 | 11 | 114 | 74 |
| Binary | 11100111 | 1100011 | 1001101 | 0 | 111001 | 1000011 | 1001 | 1001 | 1001100 | 111100 |
Color Harmonies of #E7634D
Complementary color
Monochromatic Colors of #E7634D
Black with #E7634D
Text Example
Text Example
White with #E7634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7634D; }
p { color: rgb(231,99,77); }
H1.HeaderClassName
{
color: #E7634D;
}
.AnyTagClassName
{
color: #E7634D;
}
</style>
background-color css
<style>
a { background-color: #E7634D; }
a { background-color: rgb(231,99,77); }
div.DivClassName
{
background-color: #E7634D;
}
.BgClassName
{
background-color: #E7634D;
}
</style>
border-color css
<style>
span { border-color: #E7634D; }
span { border-color: rgb(231,99,77); }
td.TdClassName
{
border-color: #E7634D;
}
.TagClassName
{
border-color: #E7634D;
}
</style>