Shades of Flamingo #E95E5A
Tints of Flamingo #E95E5A
RGB
CMYK
RGB Variations
Color information
#E95E5A (or 0xE95E5A) is known color: Flamingo. HEX triplet: E9, 5E and 5A. RGB value is (233,94,90). Sum of RGB (Red+Green+Blue) = 233+94+90=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95E5A is #16A1A5. Grayscale: #878787. Windows color (decimal): -1483174 or 5922537. OLE color: 5922537.
HSL color Cylindrical-coordinate representation of color #E95E5A: hue angle of 1.68º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95E5A is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 94 | 90 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.09 |
| HSL | 1.68º | 0.76% | 0.63% | - |
| HSV(B) | 1.68º | 0.61% | 0.91% | - |
| XYZ | 39.45 | 26.07 | 12.62 | - |
| YUV | 135.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 94 | 90 | 0 | 0.60 | 0.61 | 0.09 | 1.68 | 0.76 | 0.63 |
| Hex | E9 | 5E | 5A | 0 | 3C | 3D | 9 | 2 | 4C | 3F |
| Octal | 351 | 136 | 132 | 0 | 74 | 75 | 11 | 2 | 114 | 77 |
| Binary | 11101001 | 1011110 | 1011010 | 0 | 111100 | 111101 | 1001 | 10 | 1001100 | 111111 |
Color Harmonies of #E95E5A
Complementary color
Monochromatic Colors of #E95E5A
Black with #E95E5A
Text Example
Text Example
White with #E95E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95E5A; }
p { color: rgb(233,94,90); }
H1.HeaderClassName
{
color: #E95E5A;
}
.AnyTagClassName
{
color: #E95E5A;
}
</style>
background-color css
<style>
a { background-color: #E95E5A; }
a { background-color: rgb(233,94,90); }
div.DivClassName
{
background-color: #E95E5A;
}
.BgClassName
{
background-color: #E95E5A;
}
</style>
border-color css
<style>
span { border-color: #E95E5A; }
span { border-color: rgb(233,94,90); }
td.TdClassName
{
border-color: #E95E5A;
}
.TagClassName
{
border-color: #E95E5A;
}
</style>