Shades of Flamingo #EA573F
Tints of Flamingo #EA573F
RGB
CMYK
RGB Variations
Color information
#EA573F (or 0xEA573F) is known color: Flamingo. HEX triplet: EA, 57 and 3F. RGB value is (234,87,63). Sum of RGB (Red+Green+Blue) = 234+87+63=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA573F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA573F is #15A8C0. Grayscale: #808080. Windows color (decimal): -1419457 or 4151274. OLE color: 4151274.
HSL color Cylindrical-coordinate representation of color #EA573F: hue angle of 8.42º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA573F is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 87 | 63 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.08 |
| HSL | 8.42º | 0.8% | 0.58% | - |
| HSV(B) | 8.42º | 0.73% | 0.92% | - |
| XYZ | 38.24 | 24.67 | 7.45 | - |
| YUV | 128.22 | 91.2 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 87 | 63 | 0 | 0.63 | 0.73 | 0.08 | 8.42 | 0.8 | 0.58 |
| Hex | EA | 57 | 3F | 0 | 3F | 49 | 8 | 8 | 50 | 3A |
| Octal | 352 | 127 | 77 | 0 | 77 | 111 | 10 | 10 | 120 | 72 |
| Binary | 11101010 | 1010111 | 111111 | 0 | 111111 | 1001001 | 1000 | 1000 | 1010000 | 111010 |
Color Harmonies of #EA573F
Complementary color
Monochromatic Colors of #EA573F
Black with #EA573F
Text Example
Text Example
White with #EA573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA573F; }
p { color: rgb(234,87,63); }
H1.HeaderClassName
{
color: #EA573F;
}
.AnyTagClassName
{
color: #EA573F;
}
</style>
background-color css
<style>
a { background-color: #EA573F; }
a { background-color: rgb(234,87,63); }
div.DivClassName
{
background-color: #EA573F;
}
.BgClassName
{
background-color: #EA573F;
}
</style>
border-color css
<style>
span { border-color: #EA573F; }
span { border-color: rgb(234,87,63); }
td.TdClassName
{
border-color: #EA573F;
}
.TagClassName
{
border-color: #EA573F;
}
</style>