Shades of Flamingo #EA573D
Tints of Flamingo #EA573D
RGB
CMYK
RGB Variations
Color information
#EA573D (or 0xEA573D) is known color: Flamingo. HEX triplet: EA, 57 and 3D. RGB value is (234,87,61). Sum of RGB (Red+Green+Blue) = 234+87+61=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA573D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA573D is #15A8C2. Grayscale: #808080. Windows color (decimal): -1419459 or 4020202. OLE color: 4020202.
HSL color Cylindrical-coordinate representation of color #EA573D: hue angle of 9.02º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA573D is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 87 | 61 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.08 |
| HSL | 9.02º | 0.8% | 0.58% | - |
| HSV(B) | 9.02º | 0.74% | 0.92% | - |
| XYZ | 38.18 | 24.65 | 7.16 | - |
| YUV | 127.99 | 90.2 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 87 | 61 | 0 | 0.63 | 0.74 | 0.08 | 9.02 | 0.8 | 0.58 |
| Hex | EA | 57 | 3D | 0 | 3F | 4A | 8 | 9 | 50 | 3A |
| Octal | 352 | 127 | 75 | 0 | 77 | 112 | 10 | 11 | 120 | 72 |
| Binary | 11101010 | 1010111 | 111101 | 0 | 111111 | 1001010 | 1000 | 1001 | 1010000 | 111010 |
Color Harmonies of #EA573D
Complementary color
Monochromatic Colors of #EA573D
Black with #EA573D
Text Example
Text Example
White with #EA573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA573D; }
p { color: rgb(234,87,61); }
H1.HeaderClassName
{
color: #EA573D;
}
.AnyTagClassName
{
color: #EA573D;
}
</style>
background-color css
<style>
a { background-color: #EA573D; }
a { background-color: rgb(234,87,61); }
div.DivClassName
{
background-color: #EA573D;
}
.BgClassName
{
background-color: #EA573D;
}
</style>
border-color css
<style>
span { border-color: #EA573D; }
span { border-color: rgb(234,87,61); }
td.TdClassName
{
border-color: #EA573D;
}
.TagClassName
{
border-color: #EA573D;
}
</style>