Shades of Flamingo #E95F5A
Tints of Flamingo #E95F5A
RGB
CMYK
RGB Variations
Color information
#E95F5A (or 0xE95F5A) is known color: Flamingo. HEX triplet: E9, 5F and 5A. RGB value is (233,95,90). Sum of RGB (Red+Green+Blue) = 233+95+90=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95F5A is #16A0A5. Grayscale: #878787. Windows color (decimal): -1482918 or 5922793. OLE color: 5922793.
HSL color Cylindrical-coordinate representation of color #E95F5A: hue angle of 2.1º 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 #E95F5A is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 95 | 90 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.09 |
| HSL | 2.1º | 0.76% | 0.63% | - |
| HSV(B) | 2.1º | 0.61% | 0.91% | - |
| XYZ | 39.54 | 26.25 | 12.65 | - |
| YUV | 135.69 | 102.22 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 95 | 90 | 0 | 0.59 | 0.61 | 0.09 | 2.1 | 0.76 | 0.63 |
| Hex | E9 | 5F | 5A | 0 | 3B | 3D | 9 | 2 | 4C | 3F |
| Octal | 351 | 137 | 132 | 0 | 73 | 75 | 11 | 2 | 114 | 77 |
| Binary | 11101001 | 1011111 | 1011010 | 0 | 111011 | 111101 | 1001 | 10 | 1001100 | 111111 |
Color Harmonies of #E95F5A
Complementary color
Monochromatic Colors of #E95F5A
Black with #E95F5A
Text Example
Text Example
White with #E95F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95F5A; }
p { color: rgb(233,95,90); }
H1.HeaderClassName
{
color: #E95F5A;
}
.AnyTagClassName
{
color: #E95F5A;
}
</style>
background-color css
<style>
a { background-color: #E95F5A; }
a { background-color: rgb(233,95,90); }
div.DivClassName
{
background-color: #E95F5A;
}
.BgClassName
{
background-color: #E95F5A;
}
</style>
border-color css
<style>
span { border-color: #E95F5A; }
span { border-color: rgb(233,95,90); }
td.TdClassName
{
border-color: #E95F5A;
}
.TagClassName
{
border-color: #E95F5A;
}
</style>