Shades of Flamingo #E95448
Tints of Flamingo #E95448
RGB
CMYK
RGB Variations
Color information
#E95448 (or 0xE95448) is known color: Flamingo. HEX triplet: E9, 54 and 48. RGB value is (233,84,72). Sum of RGB (Red+Green+Blue) = 233+84+72=389 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.90% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 233 - color contains mainly: red. Hex color #E95448 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95448 is #16ABB7. Grayscale: #7F7F7F. Windows color (decimal): -1485752 or 4740329. OLE color: 4740329.
HSL color Cylindrical-coordinate representation of color #E95448: hue angle of 4.47º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E95448 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 72 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.09 |
| HSL | 4.47º | 0.79% | 0.6% | - |
| HSV(B) | 4.47º | 0.69% | 0.91% | - |
| XYZ | 37.94 | 24.13 | 8.79 | - |
| YUV | 127.18 | 96.86 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 72 | 0 | 0.64 | 0.69 | 0.09 | 4.47 | 0.79 | 0.6 |
| Hex | E9 | 54 | 48 | 0 | 40 | 45 | 9 | 4 | 4F | 3C |
| Octal | 351 | 124 | 110 | 0 | 100 | 105 | 11 | 4 | 117 | 74 |
| Binary | 11101001 | 1010100 | 1001000 | 0 | 1000000 | 1000101 | 1001 | 100 | 1001111 | 111100 |
Color Harmonies of #E95448
Complementary color
Monochromatic Colors of #E95448
Black with #E95448
Text Example
Text Example
White with #E95448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95448; }
p { color: rgb(233,84,72); }
H1.HeaderClassName
{
color: #E95448;
}
.AnyTagClassName
{
color: #E95448;
}
</style>
background-color css
<style>
a { background-color: #E95448; }
a { background-color: rgb(233,84,72); }
div.DivClassName
{
background-color: #E95448;
}
.BgClassName
{
background-color: #E95448;
}
</style>
border-color css
<style>
span { border-color: #E95448; }
span { border-color: rgb(233,84,72); }
td.TdClassName
{
border-color: #E95448;
}
.TagClassName
{
border-color: #E95448;
}
</style>