Shades of Flamingo #EA5D4C
Tints of Flamingo #EA5D4C
RGB
CMYK
RGB Variations
Color information
#EA5D4C (or 0xEA5D4C) is known color: Flamingo. HEX triplet: EA, 5D and 4C. RGB value is (234,93,76). Sum of RGB (Red+Green+Blue) = 234+93+76=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5D4C is #15A2B3. Grayscale: #858585. Windows color (decimal): -1417908 or 5004778. OLE color: 5004778.
HSL color Cylindrical-coordinate representation of color #EA5D4C: hue angle of 6.46º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA5D4C is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 76 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.08 |
| HSL | 6.46º | 0.79% | 0.61% | - |
| HSV(B) | 6.46º | 0.68% | 0.92% | - |
| XYZ | 39.15 | 25.84 | 9.76 | - |
| YUV | 133.22 | 95.71 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 76 | 0 | 0.60 | 0.68 | 0.08 | 6.46 | 0.79 | 0.61 |
| Hex | EA | 5D | 4C | 0 | 3C | 44 | 8 | 6 | 4F | 3D |
| Octal | 352 | 135 | 114 | 0 | 74 | 104 | 10 | 6 | 117 | 75 |
| Binary | 11101010 | 1011101 | 1001100 | 0 | 111100 | 1000100 | 1000 | 110 | 1001111 | 111101 |
Color Harmonies of #EA5D4C
Complementary color
Monochromatic Colors of #EA5D4C
Black with #EA5D4C
Text Example
Text Example
White with #EA5D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5D4C; }
p { color: rgb(234,93,76); }
H1.HeaderClassName
{
color: #EA5D4C;
}
.AnyTagClassName
{
color: #EA5D4C;
}
</style>
background-color css
<style>
a { background-color: #EA5D4C; }
a { background-color: rgb(234,93,76); }
div.DivClassName
{
background-color: #EA5D4C;
}
.BgClassName
{
background-color: #EA5D4C;
}
</style>
border-color css
<style>
span { border-color: #EA5D4C; }
span { border-color: rgb(234,93,76); }
td.TdClassName
{
border-color: #EA5D4C;
}
.TagClassName
{
border-color: #EA5D4C;
}
</style>