Shades of Flamingo #E95542
Tints of Flamingo #E95542
RGB
CMYK
RGB Variations
Color information
#E95542 (or 0xE95542) is known color: Flamingo. HEX triplet: E9, 55 and 42. RGB value is (233,85,66). Sum of RGB (Red+Green+Blue) = 233+85+66=384 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.68% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 233 - color contains mainly: red. Hex color #E95542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95542 is #16AABD. Grayscale: #7F7F7F. Windows color (decimal): -1485502 or 4347369. OLE color: 4347369.
HSL color Cylindrical-coordinate representation of color #E95542: hue angle of 6.83º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E95542 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 66 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.09 |
| HSL | 6.83º | 0.79% | 0.59% | - |
| HSV(B) | 6.83º | 0.72% | 0.91% | - |
| XYZ | 37.84 | 24.21 | 7.83 | - |
| YUV | 127.09 | 93.53 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 66 | 0 | 0.64 | 0.72 | 0.09 | 6.83 | 0.79 | 0.59 |
| Hex | E9 | 55 | 42 | 0 | 40 | 48 | 9 | 7 | 4F | 3B |
| Octal | 351 | 125 | 102 | 0 | 100 | 110 | 11 | 7 | 117 | 73 |
| Binary | 11101001 | 1010101 | 1000010 | 0 | 1000000 | 1001000 | 1001 | 111 | 1001111 | 111011 |
Color Harmonies of #E95542
Complementary color
Monochromatic Colors of #E95542
Black with #E95542
Text Example
Text Example
White with #E95542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95542; }
p { color: rgb(233,85,66); }
H1.HeaderClassName
{
color: #E95542;
}
.AnyTagClassName
{
color: #E95542;
}
</style>
background-color css
<style>
a { background-color: #E95542; }
a { background-color: rgb(233,85,66); }
div.DivClassName
{
background-color: #E95542;
}
.BgClassName
{
background-color: #E95542;
}
</style>
border-color css
<style>
span { border-color: #E95542; }
span { border-color: rgb(233,85,66); }
td.TdClassName
{
border-color: #E95542;
}
.TagClassName
{
border-color: #E95542;
}
</style>