Shades of Flamingo #E95946
Tints of Flamingo #E95946
RGB
CMYK
RGB Variations
Color information
#E95946 (or 0xE95946) is known color: Flamingo. HEX triplet: E9, 59 and 46. RGB value is (233,89,70). Sum of RGB (Red+Green+Blue) = 233+89+70=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E95946 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95946 is #16A6B9. Grayscale: #828282. Windows color (decimal): -1484474 or 4610537. OLE color: 4610537.
HSL color Cylindrical-coordinate representation of color #E95946: hue angle of 6.99º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E95946 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 70 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.09 |
| HSL | 6.99º | 0.79% | 0.59% | - |
| HSV(B) | 6.99º | 0.7% | 0.91% | - |
| XYZ | 38.28 | 24.91 | 8.58 | - |
| YUV | 129.89 | 94.21 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 70 | 0 | 0.62 | 0.70 | 0.09 | 6.99 | 0.79 | 0.59 |
| Hex | E9 | 59 | 46 | 0 | 3E | 46 | 9 | 7 | 4F | 3B |
| Octal | 351 | 131 | 106 | 0 | 76 | 106 | 11 | 7 | 117 | 73 |
| Binary | 11101001 | 1011001 | 1000110 | 0 | 111110 | 1000110 | 1001 | 111 | 1001111 | 111011 |
Color Harmonies of #E95946
Complementary color
Monochromatic Colors of #E95946
Black with #E95946
Text Example
Text Example
White with #E95946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95946; }
p { color: rgb(233,89,70); }
H1.HeaderClassName
{
color: #E95946;
}
.AnyTagClassName
{
color: #E95946;
}
</style>
background-color css
<style>
a { background-color: #E95946; }
a { background-color: rgb(233,89,70); }
div.DivClassName
{
background-color: #E95946;
}
.BgClassName
{
background-color: #E95946;
}
</style>
border-color css
<style>
span { border-color: #E95946; }
span { border-color: rgb(233,89,70); }
td.TdClassName
{
border-color: #E95946;
}
.TagClassName
{
border-color: #E95946;
}
</style>