Shades of Flamingo #E95F3E
Tints of Flamingo #E95F3E
RGB
CMYK
RGB Variations
Color information
#E95F3E (or 0xE95F3E) is known color: Flamingo. HEX triplet: E9, 5F and 3E. RGB value is (233,95,62). Sum of RGB (Red+Green+Blue) = 233+95+62=390 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.74% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95F3E is #16A0C1. Grayscale: #848484. Windows color (decimal): -1482946 or 4087785. OLE color: 4087785.
HSL color Cylindrical-coordinate representation of color #E95F3E: hue angle of 11.58º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E95F3E is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 95 | 62 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.09 |
| HSL | 11.58º | 0.8% | 0.58% | - |
| HSV(B) | 11.58º | 0.73% | 0.91% | - |
| XYZ | 38.57 | 25.86 | 7.52 | - |
| YUV | 132.5 | 88.22 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 95 | 62 | 0 | 0.59 | 0.73 | 0.09 | 11.58 | 0.8 | 0.58 |
| Hex | E9 | 5F | 3E | 0 | 3B | 49 | 9 | C | 50 | 3A |
| Octal | 351 | 137 | 76 | 0 | 73 | 111 | 11 | 14 | 120 | 72 |
| Binary | 11101001 | 1011111 | 111110 | 0 | 111011 | 1001001 | 1001 | 1100 | 1010000 | 111010 |
Color Harmonies of #E95F3E
Complementary color
Monochromatic Colors of #E95F3E
Black with #E95F3E
Text Example
Text Example
White with #E95F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95F3E; }
p { color: rgb(233,95,62); }
H1.HeaderClassName
{
color: #E95F3E;
}
.AnyTagClassName
{
color: #E95F3E;
}
</style>
background-color css
<style>
a { background-color: #E95F3E; }
a { background-color: rgb(233,95,62); }
div.DivClassName
{
background-color: #E95F3E;
}
.BgClassName
{
background-color: #E95F3E;
}
</style>
border-color css
<style>
span { border-color: #E95F3E; }
span { border-color: rgb(233,95,62); }
td.TdClassName
{
border-color: #E95F3E;
}
.TagClassName
{
border-color: #E95F3E;
}
</style>