Shades of Flamingo #E95D4A
Tints of Flamingo #E95D4A
RGB
CMYK
RGB Variations
Color information
#E95D4A (or 0xE95D4A) is known color: Flamingo. HEX triplet: E9, 5D and 4A. RGB value is (233,93,74). Sum of RGB (Red+Green+Blue) = 233+93+74=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95D4A is #16A2B5. Grayscale: #848484. Windows color (decimal): -1483446 or 4873705. OLE color: 4873705.
HSL color Cylindrical-coordinate representation of color #E95D4A: hue angle of 7.17º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E95D4A is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 74 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.09 |
| HSL | 7.17º | 0.78% | 0.6% | - |
| HSV(B) | 7.17º | 0.68% | 0.91% | - |
| XYZ | 38.75 | 25.65 | 9.39 | - |
| YUV | 132.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 74 | 0 | 0.60 | 0.68 | 0.09 | 7.17 | 0.78 | 0.6 |
| Hex | E9 | 5D | 4A | 0 | 3C | 44 | 9 | 7 | 4E | 3C |
| Octal | 351 | 135 | 112 | 0 | 74 | 104 | 11 | 7 | 116 | 74 |
| Binary | 11101001 | 1011101 | 1001010 | 0 | 111100 | 1000100 | 1001 | 111 | 1001110 | 111100 |
Color Harmonies of #E95D4A
Complementary color
Monochromatic Colors of #E95D4A
Black with #E95D4A
Text Example
Text Example
White with #E95D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95D4A; }
p { color: rgb(233,93,74); }
H1.HeaderClassName
{
color: #E95D4A;
}
.AnyTagClassName
{
color: #E95D4A;
}
</style>
background-color css
<style>
a { background-color: #E95D4A; }
a { background-color: rgb(233,93,74); }
div.DivClassName
{
background-color: #E95D4A;
}
.BgClassName
{
background-color: #E95D4A;
}
</style>
border-color css
<style>
span { border-color: #E95D4A; }
span { border-color: rgb(233,93,74); }
td.TdClassName
{
border-color: #E95D4A;
}
.TagClassName
{
border-color: #E95D4A;
}
</style>