Shades of Flamingo #E9614D
Tints of Flamingo #E9614D
RGB
CMYK
RGB Variations
Color information
#E9614D (or 0xE9614D) is known color: Flamingo. HEX triplet: E9, 61 and 4D. RGB value is (233,97,77). Sum of RGB (Red+Green+Blue) = 233+97+77=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E9614D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9614D is #169EB2. Grayscale: #878787. Windows color (decimal): -1482419 or 5071337. OLE color: 5071337.
HSL color Cylindrical-coordinate representation of color #E9614D: hue angle of 7.69º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9614D is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 97 | 77 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.09 |
| HSL | 7.69º | 0.78% | 0.61% | - |
| HSV(B) | 7.69º | 0.67% | 0.91% | - |
| XYZ | 39.22 | 26.41 | 10.05 | - |
| YUV | 135.38 | 95.06 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 97 | 77 | 0 | 0.58 | 0.67 | 0.09 | 7.69 | 0.78 | 0.61 |
| Hex | E9 | 61 | 4D | 0 | 3A | 43 | 9 | 8 | 4E | 3D |
| Octal | 351 | 141 | 115 | 0 | 72 | 103 | 11 | 10 | 116 | 75 |
| Binary | 11101001 | 1100001 | 1001101 | 0 | 111010 | 1000011 | 1001 | 1000 | 1001110 | 111101 |
Color Harmonies of #E9614D
Complementary color
Monochromatic Colors of #E9614D
Black with #E9614D
Text Example
Text Example
White with #E9614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9614D; }
p { color: rgb(233,97,77); }
H1.HeaderClassName
{
color: #E9614D;
}
.AnyTagClassName
{
color: #E9614D;
}
</style>
background-color css
<style>
a { background-color: #E9614D; }
a { background-color: rgb(233,97,77); }
div.DivClassName
{
background-color: #E9614D;
}
.BgClassName
{
background-color: #E9614D;
}
</style>
border-color css
<style>
span { border-color: #E9614D; }
span { border-color: rgb(233,97,77); }
td.TdClassName
{
border-color: #E9614D;
}
.TagClassName
{
border-color: #E9614D;
}
</style>