Shades of Flamingo #E95349
Tints of Flamingo #E95349
RGB
CMYK
RGB Variations
Color information
#E95349 (or 0xE95349) is known color: Flamingo. HEX triplet: E9, 53 and 49. RGB value is (233,83,73). Sum of RGB (Red+Green+Blue) = 233+83+73=389 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.90% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 233 - color contains mainly: red. Hex color #E95349 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95349 is #16ACB6. Grayscale: #7E7E7E. Windows color (decimal): -1486007 or 4805609. OLE color: 4805609.
HSL color Cylindrical-coordinate representation of color #E95349: hue angle of 3.75º degrees, saturation: 0.78, 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 #E95349 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 73 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.09 |
| HSL | 3.75º | 0.78% | 0.6% | - |
| HSV(B) | 3.75º | 0.69% | 0.91% | - |
| XYZ | 37.9 | 23.99 | 8.94 | - |
| YUV | 126.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 73 | 0 | 0.64 | 0.69 | 0.09 | 3.75 | 0.78 | 0.6 |
| Hex | E9 | 53 | 49 | 0 | 40 | 45 | 9 | 4 | 4E | 3C |
| Octal | 351 | 123 | 111 | 0 | 100 | 105 | 11 | 4 | 116 | 74 |
| Binary | 11101001 | 1010011 | 1001001 | 0 | 1000000 | 1000101 | 1001 | 100 | 1001110 | 111100 |
Color Harmonies of #E95349
Complementary color
Monochromatic Colors of #E95349
Black with #E95349
Text Example
Text Example
White with #E95349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95349; }
p { color: rgb(233,83,73); }
H1.HeaderClassName
{
color: #E95349;
}
.AnyTagClassName
{
color: #E95349;
}
</style>
background-color css
<style>
a { background-color: #E95349; }
a { background-color: rgb(233,83,73); }
div.DivClassName
{
background-color: #E95349;
}
.BgClassName
{
background-color: #E95349;
}
</style>
border-color css
<style>
span { border-color: #E95349; }
span { border-color: rgb(233,83,73); }
td.TdClassName
{
border-color: #E95349;
}
.TagClassName
{
border-color: #E95349;
}
</style>