Shades of Flamingo #EA5A50
Tints of Flamingo #EA5A50
RGB
CMYK
RGB Variations
Color information
#EA5A50 (or 0xEA5A50) is known color: Flamingo. HEX triplet: EA, 5A and 50. RGB value is (234,90,80). Sum of RGB (Red+Green+Blue) = 234+90+80=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5A50 is #15A5AF. Grayscale: #848484. Windows color (decimal): -1418672 or 5266154. OLE color: 5266154.
HSL color Cylindrical-coordinate representation of color #EA5A50: hue angle of 3.9º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA5A50 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 90 | 80 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.08 |
| HSL | 3.9º | 0.79% | 0.62% | - |
| HSV(B) | 3.9º | 0.66% | 0.92% | - |
| XYZ | 39.04 | 25.38 | 10.43 | - |
| YUV | 131.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 90 | 80 | 0 | 0.62 | 0.66 | 0.08 | 3.9 | 0.79 | 0.62 |
| Hex | EA | 5A | 50 | 0 | 3E | 42 | 8 | 4 | 4F | 3E |
| Octal | 352 | 132 | 120 | 0 | 76 | 102 | 10 | 4 | 117 | 76 |
| Binary | 11101010 | 1011010 | 1010000 | 0 | 111110 | 1000010 | 1000 | 100 | 1001111 | 111110 |
Color Harmonies of #EA5A50
Complementary color
Monochromatic Colors of #EA5A50
Black with #EA5A50
Text Example
Text Example
White with #EA5A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5A50; }
p { color: rgb(234,90,80); }
H1.HeaderClassName
{
color: #EA5A50;
}
.AnyTagClassName
{
color: #EA5A50;
}
</style>
background-color css
<style>
a { background-color: #EA5A50; }
a { background-color: rgb(234,90,80); }
div.DivClassName
{
background-color: #EA5A50;
}
.BgClassName
{
background-color: #EA5A50;
}
</style>
border-color css
<style>
span { border-color: #EA5A50; }
span { border-color: rgb(234,90,80); }
td.TdClassName
{
border-color: #EA5A50;
}
.TagClassName
{
border-color: #EA5A50;
}
</style>