Shades of Flamingo #EA5642
Tints of Flamingo #EA5642
RGB
CMYK
RGB Variations
Color information
#EA5642 (or 0xEA5642) is known color: Flamingo. HEX triplet: EA, 56 and 42. RGB value is (234,86,66). Sum of RGB (Red+Green+Blue) = 234+86+66=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5642 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5642 is #15A9BD. Grayscale: #808080. Windows color (decimal): -1419710 or 4347626. OLE color: 4347626.
HSL color Cylindrical-coordinate representation of color #EA5642: hue angle of 7.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA5642 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 86 | 66 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.08 |
| HSL | 7.14º | 0.8% | 0.59% | - |
| HSV(B) | 7.14º | 0.72% | 0.92% | - |
| XYZ | 38.24 | 24.54 | 7.88 | - |
| YUV | 127.97 | 93.03 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 86 | 66 | 0 | 0.63 | 0.72 | 0.08 | 7.14 | 0.8 | 0.59 |
| Hex | EA | 56 | 42 | 0 | 3F | 48 | 8 | 7 | 50 | 3B |
| Octal | 352 | 126 | 102 | 0 | 77 | 110 | 10 | 7 | 120 | 73 |
| Binary | 11101010 | 1010110 | 1000010 | 0 | 111111 | 1001000 | 1000 | 111 | 1010000 | 111011 |
Color Harmonies of #EA5642
Complementary color
Monochromatic Colors of #EA5642
Black with #EA5642
Text Example
Text Example
White with #EA5642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5642; }
p { color: rgb(234,86,66); }
H1.HeaderClassName
{
color: #EA5642;
}
.AnyTagClassName
{
color: #EA5642;
}
</style>
background-color css
<style>
a { background-color: #EA5642; }
a { background-color: rgb(234,86,66); }
div.DivClassName
{
background-color: #EA5642;
}
.BgClassName
{
background-color: #EA5642;
}
</style>
border-color css
<style>
span { border-color: #EA5642; }
span { border-color: rgb(234,86,66); }
td.TdClassName
{
border-color: #EA5642;
}
.TagClassName
{
border-color: #EA5642;
}
</style>