Shades of Flamingo #E95550
Tints of Flamingo #E95550
RGB
CMYK
RGB Variations
Color information
#E95550 (or 0xE95550) is known color: Flamingo. HEX triplet: E9, 55 and 50. RGB value is (233,85,80). Sum of RGB (Red+Green+Blue) = 233+85+80=398 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.54% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 233 - color contains mainly: red. Hex color #E95550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95550 is #16AAAF. Grayscale: #808080. Windows color (decimal): -1485488 or 5264873. OLE color: 5264873.
HSL color Cylindrical-coordinate representation of color #E95550: hue angle of 1.96º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E95550 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 80 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.09 |
| HSL | 1.96º | 0.78% | 0.61% | - |
| HSV(B) | 1.96º | 0.66% | 0.91% | - |
| XYZ | 38.3 | 24.4 | 10.28 | - |
| YUV | 128.68 | 100.53 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 80 | 0 | 0.64 | 0.66 | 0.09 | 1.96 | 0.78 | 0.61 |
| Hex | E9 | 55 | 50 | 0 | 40 | 42 | 9 | 2 | 4E | 3D |
| Octal | 351 | 125 | 120 | 0 | 100 | 102 | 11 | 2 | 116 | 75 |
| Binary | 11101001 | 1010101 | 1010000 | 0 | 1000000 | 1000010 | 1001 | 10 | 1001110 | 111101 |
Color Harmonies of #E95550
Complementary color
Monochromatic Colors of #E95550
Black with #E95550
Text Example
Text Example
White with #E95550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95550; }
p { color: rgb(233,85,80); }
H1.HeaderClassName
{
color: #E95550;
}
.AnyTagClassName
{
color: #E95550;
}
</style>
background-color css
<style>
a { background-color: #E95550; }
a { background-color: rgb(233,85,80); }
div.DivClassName
{
background-color: #E95550;
}
.BgClassName
{
background-color: #E95550;
}
</style>
border-color css
<style>
span { border-color: #E95550; }
span { border-color: rgb(233,85,80); }
td.TdClassName
{
border-color: #E95550;
}
.TagClassName
{
border-color: #E95550;
}
</style>