Shades of Flamingo #E95F55
Tints of Flamingo #E95F55
RGB
CMYK
RGB Variations
Color information
#E95F55 (or 0xE95F55) is known color: Flamingo. HEX triplet: E9, 5F and 55. RGB value is (233,95,85). Sum of RGB (Red+Green+Blue) = 233+95+85=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95F55 is #16A0AA. Grayscale: #878787. Windows color (decimal): -1482923 or 5595113. OLE color: 5595113.
HSL color Cylindrical-coordinate representation of color #E95F55: hue angle of 4.05º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95F55 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 95 | 85 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.09 |
| HSL | 4.05º | 0.77% | 0.62% | - |
| HSV(B) | 4.05º | 0.64% | 0.91% | - |
| XYZ | 39.34 | 26.16 | 11.57 | - |
| YUV | 135.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 95 | 85 | 0 | 0.59 | 0.64 | 0.09 | 4.05 | 0.77 | 0.62 |
| Hex | E9 | 5F | 55 | 0 | 3B | 40 | 9 | 4 | 4D | 3E |
| Octal | 351 | 137 | 125 | 0 | 73 | 100 | 11 | 4 | 115 | 76 |
| Binary | 11101001 | 1011111 | 1010101 | 0 | 111011 | 1000000 | 1001 | 100 | 1001101 | 111110 |
Color Harmonies of #E95F55
Complementary color
Monochromatic Colors of #E95F55
Black with #E95F55
Text Example
Text Example
White with #E95F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95F55; }
p { color: rgb(233,95,85); }
H1.HeaderClassName
{
color: #E95F55;
}
.AnyTagClassName
{
color: #E95F55;
}
</style>
background-color css
<style>
a { background-color: #E95F55; }
a { background-color: rgb(233,95,85); }
div.DivClassName
{
background-color: #E95F55;
}
.BgClassName
{
background-color: #E95F55;
}
</style>
border-color css
<style>
span { border-color: #E95F55; }
span { border-color: rgb(233,95,85); }
td.TdClassName
{
border-color: #E95F55;
}
.TagClassName
{
border-color: #E95F55;
}
</style>