Shades of Flamingo #E95A4D
Tints of Flamingo #E95A4D
RGB
CMYK
RGB Variations
Color information
#E95A4D (or 0xE95A4D) is known color: Flamingo. HEX triplet: E9, 5A and 4D. RGB value is (233,90,77). Sum of RGB (Red+Green+Blue) = 233+90+77=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95A4D is #16A5B2. Grayscale: #838383. Windows color (decimal): -1484211 or 5069545. OLE color: 5069545.
HSL color Cylindrical-coordinate representation of color #E95A4D: hue angle of 5º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E95A4D is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 77 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.09 |
| HSL | 5º | 0.78% | 0.61% | - |
| HSV(B) | 5º | 0.67% | 0.91% | - |
| XYZ | 38.6 | 25.17 | 9.85 | - |
| YUV | 131.28 | 97.38 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 77 | 0 | 0.61 | 0.67 | 0.09 | 5 | 0.78 | 0.61 |
| Hex | E9 | 5A | 4D | 0 | 3D | 43 | 9 | 5 | 4E | 3D |
| Octal | 351 | 132 | 115 | 0 | 75 | 103 | 11 | 5 | 116 | 75 |
| Binary | 11101001 | 1011010 | 1001101 | 0 | 111101 | 1000011 | 1001 | 101 | 1001110 | 111101 |
Color Harmonies of #E95A4D
Complementary color
Monochromatic Colors of #E95A4D
Black with #E95A4D
Text Example
Text Example
White with #E95A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95A4D; }
p { color: rgb(233,90,77); }
H1.HeaderClassName
{
color: #E95A4D;
}
.AnyTagClassName
{
color: #E95A4D;
}
</style>
background-color css
<style>
a { background-color: #E95A4D; }
a { background-color: rgb(233,90,77); }
div.DivClassName
{
background-color: #E95A4D;
}
.BgClassName
{
background-color: #E95A4D;
}
</style>
border-color css
<style>
span { border-color: #E95A4D; }
span { border-color: rgb(233,90,77); }
td.TdClassName
{
border-color: #E95A4D;
}
.TagClassName
{
border-color: #E95A4D;
}
</style>