Shades of Flamingo #E9514C
Tints of Flamingo #E9514C
RGB
CMYK
RGB Variations
Color information
#E9514C (or 0xE9514C) is known color: Flamingo. HEX triplet: E9, 51 and 4C. RGB value is (233,81,76). Sum of RGB (Red+Green+Blue) = 233+81+76=390 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.74% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 233 - color contains mainly: red. Hex color #E9514C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9514C is #16AEB3. Grayscale: #7E7E7E. Windows color (decimal): -1486516 or 5001705. OLE color: 5001705.
HSL color Cylindrical-coordinate representation of color #E9514C: hue angle of 1.91º 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 #E9514C is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 76 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.09 |
| HSL | 1.91º | 0.78% | 0.61% | - |
| HSV(B) | 1.91º | 0.67% | 0.91% | - |
| XYZ | 37.85 | 23.73 | 9.42 | - |
| YUV | 125.88 | 99.86 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 76 | 0 | 0.65 | 0.67 | 0.09 | 1.91 | 0.78 | 0.61 |
| Hex | E9 | 51 | 4C | 0 | 41 | 43 | 9 | 2 | 4E | 3D |
| Octal | 351 | 121 | 114 | 0 | 101 | 103 | 11 | 2 | 116 | 75 |
| Binary | 11101001 | 1010001 | 1001100 | 0 | 1000001 | 1000011 | 1001 | 10 | 1001110 | 111101 |
Color Harmonies of #E9514C
Complementary color
Monochromatic Colors of #E9514C
Black with #E9514C
Text Example
Text Example
White with #E9514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9514C; }
p { color: rgb(233,81,76); }
H1.HeaderClassName
{
color: #E9514C;
}
.AnyTagClassName
{
color: #E9514C;
}
</style>
background-color css
<style>
a { background-color: #E9514C; }
a { background-color: rgb(233,81,76); }
div.DivClassName
{
background-color: #E9514C;
}
.BgClassName
{
background-color: #E9514C;
}
</style>
border-color css
<style>
span { border-color: #E9514C; }
span { border-color: rgb(233,81,76); }
td.TdClassName
{
border-color: #E9514C;
}
.TagClassName
{
border-color: #E9514C;
}
</style>