Shades of Flamingo #EA5D4D
Tints of Flamingo #EA5D4D
RGB
CMYK
RGB Variations
Color information
#EA5D4D (or 0xEA5D4D) is known color: Flamingo. HEX triplet: EA, 5D and 4D. RGB value is (234,93,77). Sum of RGB (Red+Green+Blue) = 234+93+77=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5D4D is #15A2B2. Grayscale: #858585. Windows color (decimal): -1417907 or 5070314. OLE color: 5070314.
HSL color Cylindrical-coordinate representation of color #EA5D4D: hue angle of 6.11º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA5D4D is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 77 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.08 |
| HSL | 6.11º | 0.79% | 0.61% | - |
| HSV(B) | 6.11º | 0.67% | 0.92% | - |
| XYZ | 39.19 | 25.86 | 9.95 | - |
| YUV | 133.34 | 96.21 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 77 | 0 | 0.60 | 0.67 | 0.08 | 6.11 | 0.79 | 0.61 |
| Hex | EA | 5D | 4D | 0 | 3C | 43 | 8 | 6 | 4F | 3D |
| Octal | 352 | 135 | 115 | 0 | 74 | 103 | 10 | 6 | 117 | 75 |
| Binary | 11101010 | 1011101 | 1001101 | 0 | 111100 | 1000011 | 1000 | 110 | 1001111 | 111101 |
Color Harmonies of #EA5D4D
Complementary color
Monochromatic Colors of #EA5D4D
Black with #EA5D4D
Text Example
Text Example
White with #EA5D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5D4D; }
p { color: rgb(234,93,77); }
H1.HeaderClassName
{
color: #EA5D4D;
}
.AnyTagClassName
{
color: #EA5D4D;
}
</style>
background-color css
<style>
a { background-color: #EA5D4D; }
a { background-color: rgb(234,93,77); }
div.DivClassName
{
background-color: #EA5D4D;
}
.BgClassName
{
background-color: #EA5D4D;
}
</style>
border-color css
<style>
span { border-color: #EA5D4D; }
span { border-color: rgb(234,93,77); }
td.TdClassName
{
border-color: #EA5D4D;
}
.TagClassName
{
border-color: #EA5D4D;
}
</style>