Shades of Flamingo #EA5E41
Tints of Flamingo #EA5E41
RGB
CMYK
RGB Variations
Color information
#EA5E41 (or 0xEA5E41) is known color: Flamingo. HEX triplet: EA, 5E and 41. RGB value is (234,94,65). Sum of RGB (Red+Green+Blue) = 234+94+65=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E41 is #15A1BE. Grayscale: #848484. Windows color (decimal): -1417663 or 4284138. OLE color: 4284138.
HSL color Cylindrical-coordinate representation of color #EA5E41: hue angle of 10.3º 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 #EA5E41 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 65 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.08 |
| HSL | 10.3º | 0.8% | 0.59% | - |
| HSV(B) | 10.3º | 0.72% | 0.92% | - |
| XYZ | 38.89 | 25.88 | 7.95 | - |
| YUV | 132.55 | 89.88 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 65 | 0 | 0.60 | 0.72 | 0.08 | 10.3 | 0.8 | 0.59 |
| Hex | EA | 5E | 41 | 0 | 3C | 48 | 8 | A | 50 | 3B |
| Octal | 352 | 136 | 101 | 0 | 74 | 110 | 10 | 12 | 120 | 73 |
| Binary | 11101010 | 1011110 | 1000001 | 0 | 111100 | 1001000 | 1000 | 1010 | 1010000 | 111011 |
Color Harmonies of #EA5E41
Complementary color
Monochromatic Colors of #EA5E41
Black with #EA5E41
Text Example
Text Example
White with #EA5E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E41; }
p { color: rgb(234,94,65); }
H1.HeaderClassName
{
color: #EA5E41;
}
.AnyTagClassName
{
color: #EA5E41;
}
</style>
background-color css
<style>
a { background-color: #EA5E41; }
a { background-color: rgb(234,94,65); }
div.DivClassName
{
background-color: #EA5E41;
}
.BgClassName
{
background-color: #EA5E41;
}
</style>
border-color css
<style>
span { border-color: #EA5E41; }
span { border-color: rgb(234,94,65); }
td.TdClassName
{
border-color: #EA5E41;
}
.TagClassName
{
border-color: #EA5E41;
}
</style>